-
Notifications
You must be signed in to change notification settings - Fork 208
Release 1.5.1 #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.5.1 #266
Conversation
rayluo
commented
Oct 21, 2020
- 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. (Cache tokens by specified environment, not by OIDC Discovery #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. (Potential loss of sign-out #258, Do not add account when performing acquire_token_silent() #262)
Merge MSAL Python 1.5.0 back to dev branch
…nment Cache tokens by specified environment, not by OIDC Discovery
Adding default value for cloud audience urn extracted from User Realm Response
Do not add account when performing acquire_token_silent()
Bumping version number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
|
Hello, |
|
@cdeler Thanks for your effort on that new PR. We will take a look there. It won't make it to this patch release 1.5.1 anyway, because your PR is conceptually a new feature. Our version number follows Semantic Versioning. |