This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Releases: CAAPIM/Xamarin-MAS-Foundation
Releases · CAAPIM/Xamarin-MAS-Foundation
Version 2.1.00
Bug fixes
None.
See list of bug fixes for native platforms:
- iOS Mobile SDK for CA Mobile API Gateway Change Log
- Android™ Mobile SDK for CA Mobile API Gateway Change Log
Version 2.0.00
Bug fixes
None.
See list of bug fixes for native platforms:
- iOS Mobile SDK for CA Mobile API Gateway Change Log
- Android™ Mobile SDK for CA Mobile API Gateway Change Log
Version 1.9.10
Bug fixes
None.
See list of bug fixes for native platforms:
- iOS Mobile SDK for CA Mobile API Gateway Change Log
- Android™ Mobile SDK for CA Mobile API Gateway Change Log
Version 1.9.00
Bug fixes
None.
See list of bug fixes for native platforms:
- iOS Mobile SDK for CA Mobile API Gateway Change Log
- Android™ Mobile SDK for CA Mobile API Gateway Change Log
Enhancement
- Allow end users to store additional data about the device. [US507853]
- Addind client-side validation of ID Token signed with RS256 [US542357]
- iOS/Android Mobile SDK's login behaviour alignment. Previously, when the user session was already authenticated, iOS SDK was returning an error saying "User is already authenticated", whereas in Android SDK, it was internally revoking previous set of tokens and invokes "/token" endpoint to retrieve new set of tokens associated with new credentials. Now, both SDKs are NOT returning any error or performing revoke for already authenticated session, and proceeding the authentication with new credentials. [US554077]
- MASFoundation.iOS is updated with latest iOS 1.9.00 native version
- MASFoundation.Android is updated with latest Android 1.9.00 native version
Version 1.8.00
Bug fixes
None.
See list of bug fixes for native platforms:
- iOS Mobile SDK for CA Mobile API Gateway Change Log
- Android™ Mobile SDK for CA Mobile API Gateway Change Log
Enhancement
- The Mobile SDK always enforced id_token validation during device registration, and user authentication which could potentially cause failure if id_token's signing algorithm is not supported by the Mobile SDK. The Mobile SDK now provides an option to enable or disable id_token validation for unsupported id_token signing algorithm. [US514785]
- The Mobile SDK now supports offline logout functionality. Logout call can be specified to delete or keep credentials upon error. [US520138]
- MASFoundation.iOS updated with latest iOS 1.8.00 native version
- MASFoundation.Android updated with latest Android 1.8.00 native version
Deprecated methods
MASUser.CurrentUser.LogoutWithCompletion()
andMASUser.CurrentUser.LogoutAsync()
are now deprecated to support new feature. Please useMASUser.CurrentUser.Logout(bool, MASCompletionErrorBlock)
orMASUser.CurrentUser.LogoutAsync(bool)
to perform user logout. [US520138]
Version 1.7.10
Bug fixes
None.
See list of bug fixes for native platforms:
- iOS Mobile SDK for CA Mobile API Gateway Change Log
- Android™ Mobile SDK for CA Mobile API Gateway Change Log
Enhancement
- MASFoundation.iOS updated with latest iOS 1.7.10 version
- MASFoundation.Android updated with latest Android 1.7.10 version
Deprecated methods
None.
Version 1.7.00
New features
- Initial Release of Xamarin MASFoundation
POC
This is for our Proof of Concept release Updated to Latest (Mar 2, 2018)