MSAL Extensions for Python, 1.0.0
This package is now considered stable and production-ready.
- New: Add a new platform-independent
build_encrypted_persistence()
API. (#87, #110) - Remove: Old TokenCache API which has been deprecated for 2 years. (#110)
- Enhancement: Make all platform-dependent parameters optional (#103)
- Enhancement: Provide
PersistenceEncryptError
andPersistenceDecryptError
, currently raised when encryption on Windows fails. (#108) - Enhancement: The data file will be created with
600
permission when running in Unix-like systems. (#107)