Skip to content

MSAL Python 1.16.0

Compare
Choose a tag to compare
@rayluo rayluo released this 29 Oct 22:50
· 278 commits to main since this release
5b135b2
  • New feature: Introducing a new http_cache parameter, whose documentation is available by searching http_cache (dict) from our API Reference Doc (Implementation #407). If an app utilizes this feature, it will also address #80 & #334.
  • Improvement: Prevent concurrent interactive flows listening on same port when running on Windows (#427)
  • Improvement: Detecting Region/Regional Endpoint from env var. Also ensure the entire regional endpoint behavior needs to opt in. (#425)