Skip to content

MSAL Extensions for Python 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhidnya13 abhidnya13 released this 01 Sep 20:41
· 66 commits to master since this release
b90d20e
  • New unified PersistenceNotFound exception is now raised for cases where the persistence is not found. (#64, #67)
  • Bugfix: File not found exception is now handled for Python 2.7 as a no-op (#69)
  • Added performance tests for locking behavior (#58)
  • A non-exist persistence on Linux platform would previously return a None. Since this release, it will raise PersistenceNotFound exception which becomes a consistent behavior on Windows and macOS.