Skip to content

Releases: AzureAD/microsoft-authentication-extensions-for-python

MSAL Extensions for Python 0.2.0

15 Apr 21:39
32914b3
Compare
Choose a tag to compare
Pre-release

Changes

  • New feature: Support token cache encryption when running on Linux Desktop (#4, #44)
  • Bug fix: The cache lock was not properly removed on Windows 10 (#42, #43)
  • Change: A new set of API PersistedTokenCache is provided. Previous API is now deprecated and will be removed in next major release which will likely come within a month: WindowsTokenCache, OSXTokenCache, UnencryptedTokenCache, FileTokenCache and TokenCache.

Install

Since this release, we have a dependency on PyGObject, when running on Linux.
You may need to follow its installation steps, or follow our CI setup.

MSAL Extensions for Python 0.1.3

02 Nov 01:26
4efc521
Compare
Choose a tag to compare
Pre-release
  • Provides same functionality as the previous version
  • Can work with MSAL Python 1.0.0 or higher, until next MSAL Python major version bump
  • Include license file in build artifacts (#36, #37)

MSAL Extensions Python 0.1.2

19 Oct 01:26
20c6b35
Compare
Choose a tag to compare
Pre-release

This release provides:

  • same functionality as the previous version
  • the test cases are now also run on Python 3.8
  • can work with MSAL Python 0.6.0 or higher, until next MSAL Python major version bump

MSAL Extensions Python 0.1.1

17 Jul 20:09
f6d52b0
Compare
Choose a tag to compare
Pre-release
  • Adjust implementation to work with upstream MSAL 0.4.1 (#26, #27).
  • Other minor patch(es) (#28)

MSAL Extensions Python 0.1.0

11 Jul 16:54
efdfeba
Compare
Choose a tag to compare
Pre-release
  • This is the first preview release, supporting a TokenCache on Windows encrypted by DP API (#14), on OSX encrypted in Keychain (#15), and fall back to an unencrypted cache on other platforms.
  • Other minor patch(es). (#10, #11, #18, #20, #23, #24)