Releases: AzureAD/microsoft-authentication-library-common-for-android
Releases · AzureAD/microsoft-authentication-library-common-for-android
Version 1.0.8
- Command caching and Throttling requests related changes.
- Client Capabilities support related changes.
- Server side telemetry changes.
- Lock the cache during read/writes.
- Fix to remove defaulting BadError on the ClientException in AdalResultAdapter.
- Add IOException translation to AdalBrokerResultAdapter.
- Fixes Telemetry thread issues and NullPointerExceptions.
- Fix WebView SDK28 issue.
- Refactor code to support FLW command migration
- Get Correlation id from Operation parameters if available.
- Fixed minor bugs as needed.
- Added more robolectric tests.
- Artifact for Broker 3.1.4 release.
Version 1.0.7
- Fix Concurrent exception issue in Telemetry emit.
- Artifact for MSAL GA.
- AndroidX changes included.
Version 1.0.3
- Fix Null pointer on Authorixation Request builder.
- Broker V2 support with MSAL
- TenantProfile support
- FLW support
- Multiple Bug Fixes.
- Initial release with MSAL GA support.
Version 0.0.20
- Fix Ntlm challenge issue.
Version 0.0.18
- BugFix : Complete the auth request as cancel if the activity is destroyed
Version 0.0.17
- BugFix : Fix for foci lookup issue relative to migration
- Add clearBrokerSecretKeys() to AuthenticationSettings.
Version 0.0.15
- Bug Fix : Adding null safety check to avoid crash on EmbeddedWebViewStrategy
- Bug fix : Read user id from the request bundle for broker silent request.
- Add shouldResolveInterrupt field to parameters.
Version 0.0.12
- Broker V2 protocol support changes for v1 parity with ADAL.
- Introduced new bound service IMicrosoftAuthService for MSAL.
- Key Transfer changes from inactive broker
- Introduced various adapters to translate betwewn broker request and responses.
- Multiple bug fixes.
Version 0.0.10
- Adds support HTTP response caching
- Bugfixes:
- Pass claims in non-joined acquireTokenSilentCall
- Fixes the assertion check for IntuneAppProtectionPolicyRequiredException
Version 0.0.10-alpha
- Adds support for declared non-tfp B2C authorities
- Fix setting correct id token for B2C if v1 id token is returned
- Fix incorrect parsing of not_before as Date
- V2 Broker changes with MSAL (Alpha)