MSAL Extensions for Python 0.3.0
Pre-release
Pre-release
- New unified
PersistenceNotFoundexception 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 raisePersistenceNotFoundexception which becomes a consistent behavior on Windows and macOS.