Releases: AzureAD/microsoft-authentication-library-common-for-android
Releases · AzureAD/microsoft-authentication-library-common-for-android
Version 2.0.14
- Functionally identical to 2.0.13 release
- Updates Device.java PRODUCT_VERSION property for MSAL 1.5.5 release
Notice: MSAL 1.5.5 did not ship with this library version; see MSAL release notes.
Version 2.0.13
Limited audience release; artifact may not be available on Maven Central.
- Create abstract b2c login component handler
- Changes to add enrollment id to the token request in the interrupt flow
- Catch JsonSyntaxException while performing ADAL -> MSAL migration
- Close 959 - Adds authentication_scheme property to ApiEvent
- Fix MSAL issue 1096 - Documentation updates
Version 2.0.12
Version 2.0.11
- Changes to delete RT on bad_token suberror.
Version 2.0.10
- Broker Content Provider changes
- Fix a null pointer for getFragmentManager.
- FOCI support for local MSAL.
- Proguard consumer rules addition.
- Roboelectric version update.
- HttpRequest changes for MSAL CPP.
Version 2.0.9
Version 2.0.8
- Fix to add the throwIfNetworkNotAvailable API back for ADAL back compat.
Version 2.0.7
- This version is incompatible with ADAL due a breaking API change. It's is fixed in 2.0.8
- Added throttling
- Added Dual Client Stack support for FoCI apps
- Added support to compress broker payload using GZIP
- Added flag to enable/disable power optimization check
- Removed check for usage stat manager to determine if network is disabled
- Project wide internal code refactoring using Lombok
Version 2.0.5
- Adds support for multiple IdToken lookups in a single call when dual stacking with FoCi (common#871)
- Implements Client Clock Skew Mitigation for AT/PoP (common#864)
- ESTS telemetry V2.
- Fix for msal#963
- onCancel callback not called when Browser is used.
- Returns MDM_REQUIRED when the user clicks on an MDM link in the webview.
- Adds dual screen support.