MSAL Python 1.14.0
UPDATE: There was a bug in this version, being fixed in subsequent 1.15.0. We recommend everyone to upgrade to msal>=1.15.0,<2
.
There is no API-level change in this MSAL release. So, all existing apps do not need any code changes. Just upgrade, and your app will gain the following behaviors.
- Behavior Change: By default, MSAL Python will launch Edge browser when running on Linux, when Edge is installed on current desktop. (#388)
- Behavior Change: MSAL Python will use an in-memory http-level cache. This would improve the latency in normal cases, and improve responsiveness for invalid requests and outage. (#159, #379)
- Behavior Change: MSAL Python will no longer use env var
REGION_NAME
as the Azure region name. (#394, #382) - Bugfix: MSAL Python will no longer throw exception when your app excludes the
profile
scope. (#387, #390)