Skip to content

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

1.37.0

Choose a tag to compare

@Avery-Dunn Avery-Dunn released this 01 Jun 16:43
ebb980f

Breaking Changes

  • Removed support for Python 3.8 in #910

New Features

  • Add User Federated Identity Credential (user_fic) grant type support in #918

Bug Fixes and Improvements

  • Use unsigned redirect URI for macOS broker silent flows in #907
  • Escape username parameter in #901
  • Forward MSAL client metadata headers through IMDS to ESTS in #902

Dependency Updates

  • Update pymsalruntime minimum version to 0.20.6 in #919
  • Bump cryptography dependency ceiling to <50 (N+3) in #906

1.36.0

Choose a tag to compare

@4gust 4gust released this 09 Apr 10:24

What's Changed

New Contributors

Full Changelog: 1.35.1...1.36.0

1.35.1

Choose a tag to compare

@githubursul githubursul released this 04 Mar 23:35

What's Changed

Full Changelog: 1.35.0...1.35.1

1.35.0

Choose a tag to compare

@4gust 4gust released this 24 Feb 10:55

What's Changed

Full Changelog: 1.34.0...1.35.0

MSAL Python 1.35.0b1

Choose a tag to compare

@rayluo rayluo released this 06 Jan 23:49

Highlights

  • The managed identity code path no longer has a dependency on the socket.getfqdn(). No API change is needed. Existing MSAL-powered apps will automatically pick up this new behavior.
  • This version of MSAL Python will pick up PyMsalRuntime 0.20.*. No API change is needed. Existing MSAL-powered apps will automatically pick up this new behavior.
  • The thumbprint name-value pair in the client_credential parameter becomes optional now. See API docs for usage.

What's Changed

New Contributors

Full Changelog: 1.34.0...1.35.0b1

MSAL Python 1.34.0

Choose a tag to compare

@rayluo rayluo released this 22 Sep 23:02

This release includes:

  • All the changes in 1.34.0b1, plus bumping the dependency cryptography upper bound, which also drops Python 3.7 support.
  • Officially support Python 3.13

What's Changed

New Contributors

Full Changelog: 1.32.3...1.34.0

MSAL Python 1.34.0b1

MSAL Python 1.34.0b1 Pre-release
Pre-release

Choose a tag to compare

@rayluo rayluo released this 12 Aug 04:55

What's Changed

New Contributors

Full Changelog: 1.33.0...1.34.0b1

MSAL Python 1.33.0

Choose a tag to compare

@rayluo rayluo released this 22 Jul 19:29

Re-shipping beta release 1.33.0b1 as stable 1.33.0

Highlights

  • Managed Identity on Service Fabric supports specifying client_capabilities and claims_challenge (#791)
  • Broker support on Linux and WSL. (#766)
  • A byproduct of this is that broker on all platforms will support Python 3.13. (#823)

MSAL Python 1.33.0b1

Choose a tag to compare

@rayluo rayluo released this 05 Jun 02:49
d49296c

Highlights

  • Managed Identity on Service Fabric supports specifying client_capabilities and claims_challenge (#791)
  • Broker support on Linux and WSL. (#766)
  • A byproduct of this is that broker on all platforms will support Python 3.13. (#823)

What's Changed

New Contributors

Full Changelog: 1.32.3...1.33.0b1

Stable Release plan

We monitor the adoption numbers and will ship a stable version when this beta has similar amount of downloads to its previous beta version(s).

MSAL Python 1.32.3

Choose a tag to compare

@rayluo rayluo released this 25 Apr 13:06

Fix a regression on Azure Arc / on-prem servers. (#814, #815)