Releases: AzureAD/microsoft-authentication-library-for-android
Releases · AzureAD/microsoft-authentication-library-for-android
Version 2.2.1
- [PATCH] Picks up [email protected]
- [PATCH] Allow Authenticator to pass older format for redirect uri (#1517)
Version 2.2.0
- Picks up [email protected] (see list of contained fixes here)
Version 2.1.0
- Picks up [email protected] (Which includes important threading fix. See common release notes)
- Adds preview support for authorization using current Android Task
- Fixes resource URI casing issue.
Version 2.0.12
- IMPORTANT: DO NOT USE THIS VERSION. SEE : https://github.com/AzureAD/microsoft-authentication-library-common-for-android/issues/1438
- Picks up [email protected]
Version 2.0.10
- IMPORTANT: DO NOT USE THIS VERSION. SEE : https://github.com/AzureAD/microsoft-authentication-library-common-for-android/issues/1438
- [PATCH] Add extra '/' in the example intent filter (#1323)
- [PATCH] Better PublicClientApplicationConfiguration validation to fail when empty string is passed (#1324)
- [PATCH] Improve redirect_uri validation of PCA manifest (#1327)
Uses [email protected]
Version 2.0.8
- [MINOR] Changes to Broker Validation to allow setting whether to trust debug brokers (prod brokers are always trusted) (#1274)
Uses [email protected]
Note
There is no release v2.0.7 since it was accidentally published before testing was done. Hence we had to release it as v2.0.8
Version 2.0.6
- Warn if SAPCA used with B2C. Throw Exception if Multiple Policies are Configured (#1270)
Uses [email protected]
Version 2.0.5
- Fix exception casting issue in CommandDispatcher (common #1121)
Uses [email protected]
Version 2.0.4
- Fix syntax error in proguard rules, add usage of proguard to test app #1224
- Uses
[email protected]
Version 2.0.3
- Expose expiresIn in MSAL Device Code flow callback #1169
- Fixed a bug where proguard rules would include too many symbols #1161
- Uses [email protected]