close
The Wayback Machine - https://web.archive.org/web/20210224122414/https://github.com/AzureAD/microsoft-authentication-library-for-python/releases
Skip to content
  • 1.9.0
  • 72a7250
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.9.0
  • 72a7250
  • Compare
    Choose a tag to compare
    Search for a tag

@rayluo rayluo released this Feb 9, 2021

  • Enhancement: Starting from this version, MSAL will be compatible with both PyJWT 1.x and PyJWT 2.x (#293, #296)
  • Enhancement: Better support for upcoming Azure CLI's SSH extension (#300, #298)
  • Enhancement: Better deprecation message for get_authorization_request_url() and acquire_token_by_authorization_code(). (#301, #303)
  • Enhancement: Better exception message when using incorrect case in client_id. (#304, #307)
  • Other improvements.
Assets 2
  • 1.8.0
  • 82f9f0c
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.8.0
  • 82f9f0c
  • Compare
    Choose a tag to compare
    Search for a tag

@rayluo rayluo released this Dec 16, 2020 · 37 commits to main since this release

  • New feature: A new extra_scopes_to_consent parameter is introduced to the acquire_token_interactive(...) API (#212, #286)
  • Adjustment to previous version 1.7.0: Lazy import webbrowser module only when necessary (#287, #288)
Assets 2
  • 1.7.0
  • 7a7d93b
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.7.0
  • 7a7d93b
  • Compare
    Choose a tag to compare
    Search for a tag

@rayluo rayluo released this Dec 7, 2020 · 46 commits to main since this release

Assets 2
  • 1.6.0
  • 1b09a45
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.6.0
  • 1b09a45
  • Compare
    Choose a tag to compare
    Search for a tag

@rayluo rayluo released this Nov 2, 2020

  • New Feature: ConfidentialClientApplication accepts private key encrypted by a passphrase. (#232, #270)
  • Enhancement: Provides different exception and messages while encountering transient error during tenant discovery (#263, #269)
Assets 2
  • 1.5.1
  • 410635e
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.5.1
  • 410635e
  • Compare
    Choose a tag to compare
    Search for a tag

@rayluo rayluo released this Oct 21, 2020 · 8 commits to master since this release

  • Bugfix: We now cache tokens by specified environment, not by OIDC Discovery. This won't matter most of the time, but it can be needed when your tenant is in transitional state while migrating to a different cloud. (#247)
  • Bugfix: We now make sure one app's sign-out operation would be successful even when another app is acquiring token from cache at the same time. (#258, #262)
Assets 2
  • 1.5.0
  • c0375cf
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.5.0
  • c0375cf
  • Compare
    Choose a tag to compare
    Search for a tag

@abhidnya13 abhidnya13 released this Sep 3, 2020 · 22 commits to master since this release

  • Added support for setting client capabilities to enable CAE(Continuous Access Evaluation) (#240, #174)
  • Device code endpoint is now fetched from open-id configuration, if available. (#245, #242)
  • Fixes in test cases (#239, #211)
Assets 2
  • 1.4.3
  • f285074
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.4.3
  • f285074
  • Compare
    Choose a tag to compare
    Search for a tag

@rayluo rayluo released this Jul 25, 2020 · 35 commits to master since this release

  • Bugfix: A side effect in previous release prevented reading some tokens from a different authority alias (#235, #236)
Assets 2
  • 1.4.2
  • 4e2ed20
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.4.2
  • 4e2ed20
  • Compare
    Choose a tag to compare
    Search for a tag

@abhidnya13 abhidnya13 released this Jul 23, 2020 · 41 commits to master since this release

  • Bugfix: Changed case of messageID in WS-Trust Requests (#228 , #230 )
  • Bugfix: Removed content-type header sent in request to Mex endpoint (#226 , #227 )
  • Bugfix: Bypasses cache lookup for authority alias if no refresh token found (#223, #225 )
Assets 2
  • 1.4.1
  • d85a11b
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.4.1
  • d85a11b
  • Compare
    Choose a tag to compare
    Search for a tag

@abhidnya13 abhidnya13 released this Jun 26, 2020 · 65 commits to master since this release

  • Reverts Application Initializer will not send network requests introduced in MSAL Python 1.4.0 (#205, #216, #187)
Assets 2
  • 1.4.0
  • 814d710
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.4.0
  • 814d710
  • Compare
    Choose a tag to compare
    Search for a tag

@abhidnya13 abhidnya13 released this Jun 25, 2020 · 70 commits to master since this release

  • Enhancement: Application initializer will not send network requests. (#205, #187)
  • Enhancement: Improved handling of errors in ADAL to MSAL token migration scenario. (#209, #208)
  • Added changelog in PYPI (#203, #202)
  • Other readme and reference docs adjustments (#200, #197)
Assets 2