-
Notifications
You must be signed in to change notification settings - Fork 155
Version updates for 1.21.0 #967
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| Version 1.21.0 | ||
| ============= | ||
| - Add support for claims and client capabilities in Service Fabric scenarios (#929, #943) | ||
Avery-Dunn marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Improve retry logic for HTTP requests, and add API to disable retries (#960, #963, #964) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please inform Vinay about this new API, otherwise it's going to be a breaking change for them if they don't use the API.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are you saying that having IMDS scenarios retry on a couple of different status codes from normal managed identity is considered a breaking change? If so, why would it only be a problem for Azure SDK? Other than the status codes for IMDS it was just a refactor of the existing retry behavior, and a new API to disable that behavior |
||
| - Support multiple date formats in Managed identity scenarios (#956) | ||
| - Fix query parameter issue in IMDS scenarios (#954) | ||
| - Update dependencies used in tests to avoid CVE warnings (#962) | ||
|
|
||
| Version 1.20.1 | ||
| ============= | ||
| - Fix Base64URL decoding bug (#938) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Export-Package: com.microsoft.aad.msal4j;version="1.20.1" | ||
| Export-Package: com.microsoft.aad.msal4j;version="1.21.0" | ||
| Automatic-Module-Name: com.microsoft.aad.msal4j |
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.
Maybe mention "token revocation" in some way?
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.
Just changed it to "Add support for claims, client capabilities, and token revocation in Service Fabric scenarios"