Releases: AzureAD/microsoft-authentication-library-for-java
Releases · AzureAD/microsoft-authentication-library-for-java
v1.16.2
- Use SHA256 thumbprints in non-ADFS cert flows (#840)
- Reduce logging level of cache miss messages (#844)
- Make ManagedIdentitySourceType enum public (#845)
v1.16.1
- Add missing refreshOn metadata (#838)
v1.16.0
- Fix breaking API changes introduced in v1.15.0 (#828)
- Expose refreshOn parameter in AuthenticationResultMetadata (#829)
v1.15.1
- Fix to correctly use custom SSLSocketFactory (#821)
- Add public API to determine the Managed Identity environment (#823)
v1.15.0
- GA support for Azure managed identity scenarios
- Support managed identities in Azure Functions, App Service, IMDS (#661)
- Support MI in Cloud Shell (#713)
- Support MI in Service Fabric (#729)
- Support MI in Azure Arc (#730)
- Adjust loopback address binding in interactive flow by @crimsonvspurple (#797)
v1.14.2
- Correct IMDS endpoint used for region discovery (#762)
- Improve performance of instance/region discovery (#763)
v1.14.1
- Remove key size requirements for certificates (#749)
- Improve timeout behavior for futures (#756)
- Reduce verbosity of certain info logs (#756)
msal4j v1.14.0 | msal4j-brokers 1.0.0
- GA release of MSAL Java Brokers package (msal4j-brokers on Maven)
- Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590)
- Default throttling time for password grant requests lowered to 5 seconds (#721)
- Fix internal docs generation issue (#705)
v1.13.10
- Remove default HTTP timeout (#664)
- Handle null pointer exception in certain ADFS scenarios (#669)
- Fix issue with command to open default browser on Linux by @ricemery in #683
- Add equals/hash logic to Account class based on homeAccountID by @gterminator in #681
msal4j v1.13.9
- Update automated tests to use JUnit 5/Mockito instead of TestNG/Powermock (#672)
- Fix issue with interactive flow on macOS/Linux/Unix systems (#651)