Release notes v12.x
12.3.6
Features
- Exposed ID Token.
- Added Apple's Privacy Manifest
12.3.4
Features
- Added Register stateless user feature.
Bugfixes
- Fixed an issue with
canHandleOTPMobileAuthRequest
method
12.2.4
Bugfixes
- Preferred authenticator is no longer removed while deregistering another authenticator.
12.2.2
Features
- The API no longer enforces a ‘fileName' and 'mimeType’ for its multipart data resource calls.
- The
build
method onClientBuilder
object marked as deprecated, please usebuildAndWaitForProtectedData.
The deprecated method will be removed in future versions. - Added an optional error while canceling the custom registration request (with a reason description)
Bugfixes
- Fix for a crash in implicit authentication when locally stored client cache model is expired
- Some of public API methods were not visible for Swift API
12.2.0
Features
- Added improvements for the prewarming mechanism introduced in iOS 15.
- More info here: Uprgrading to 12.2.0
12.1.1
Bugfixes
- All requests outside the SDK are no longer affected by the certificate pinning mechanism.
Features
- Requesting resources for different base URLs than ones set in the
ConfigModel
needs a usage of the optional methodsetAdditionalResourceUrls
. More info here: Setting up the project.
12.1.0
Features
- Fetching resources can be made for a different base URL than the one set in the model. The domain for a different base URL has to be protected with a valid certificate, otherwise the pinning mechanism will not allow the fetch to be executed.
12.0.0
Features
- Public API written in Swift