Skip to content

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

1.21.0

09 Jun 23:39
15e26ca
Compare
Choose a tag to compare
  • Add support for claims, client capabilities, and token revocation in Service Fabric scenarios (#929, #943)
  • Improve retry logic for HTTP requests, and add API to disable retries (#960, #963, #964)
  • 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)

1.20.1

15 Apr 16:43
88e4f85
Compare
Choose a tag to compare
  • Fix Base64URL decoding bug (#938)

1.20.0

07 Apr 20:53
765852e
Compare
Choose a tag to compare
  • Replace some usage of jackson-databind with azure-json (#918)
  • Remove Lombok code generation from most classes (#919, #925)
  • Remove some usage of nimbusds-oauth2-oidc-sdk (#927, #928)
  • Fix refresh metadata not being set in MI flows (#931)
  • Add distinct exception type for JSON parsing errors (#933)

1.19.1

28 Feb 19:17
6a52340
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.0...v1.19.1

1.19.0

10 Feb 20:58
d008766
Compare
Choose a tag to compare

What's Changed

  • Fix potential null pointer exception during cache lookup in #894
  • Update plugins to be compatible with Java 17 builds in #900
  • Fix regression issue in IClientCertificate caused by SHA256 changes in #898
  • Add CacheRefreshReason to telemetry and metadata in #901
  • Downgrade json-smart dependency due to CVE alert in #905

Full Changelog: v1.18.0...1.19.0

v1.18.0

22 Dec 19:12
bbdc93d
Compare
Choose a tag to compare

What's Changed

New Contributors

v1.17.3

03 Dec 15:54
a8ff743
Compare
Choose a tag to compare
  • Correctly set buffer for expired tokens (#875)
  • Bump commons-io dependency from 2.7 to 2.14.0 (#871)

v1.17.2

28 Sep 01:56
081341c
Compare
Choose a tag to compare
  • Make ManagedIdentityApplication.getManagedIdentitySource static (#864)

v1.17.1

28 Sep 01:56
081341c
Compare
Choose a tag to compare
  • Fix 'refresh on' value calculation in Managed Identity flows (#858)
  • Bump nimbusds-oauth2-oidc-sdk version (#859)

v1.17.0

26 Aug 14:10
310cc07
Compare
Choose a tag to compare
  • Add object ID option for Managed Identity (#854)
  • Add support for custom authorities (#851)
  • Fix bug where claims did not cause cache to be skipped (#811)