Releases: wultra/powerauth-mobile-sdk
Releases · wultra/powerauth-mobile-sdk
1.9.2
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
Android
- Fixed temporary key expiration (#635)
Changes introduced in 1.9.0
Both platforms
- OpenSSL upgraded to version
1.1.1w
- Support for PowerAuth protocol version 3.3 (#604)
- Support for new OIDC activation type (#619)
Android
- Added support for devices with 16kB page size (#616)
- Biometric signatures no longer use the shared key (#620)
- Fixed JWT signature calculation (#614)
Apple
- Fixed JWT signature calculation (#614)
1.9.1
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
Apple
- Fixed broken fetch for ECIES encryptor (#633)
Changes introduced in 1.9.0
Both platforms
- OpenSSL upgraded to version
1.1.1w
- Support for PowerAuth protocol version 3.3 (#604)
- Support for new OIDC activation type (#619)
Android
- Added support for devices with 16kB page size (#616)
- Biometric signatures no longer use the shared key (#620)
- Fixed JWT signature calculation (#614)
Apple
- Fixed JWT signature calculation (#614)
1.9.0
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
Both platforms
- OpenSSL upgraded to version
1.1.1w
- Support for PowerAuth protocol version 3.3 (#604)
- Support for new OIDC activation type (#619)
Android
- Added support for devices with 16kB page size (#616)
- Biometric signatures no longer use the shared key (#620)
- Fixed JWT signature calculation (#614)
Apple
- Fixed JWT signature calculation (#614)
1.8.3
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.7.x to 1.8.x version
- This version of SDK requires PowerAuth Server version
1.5.0
and newer. Check Support and Compatibility for more details.
Android
Apple
- Fixed JWT signature calculation #614
1.7.10
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.6.x to 1.7.x version
- This version of SDK requires PowerAuth Server version
0.24.0
and newer. Check Support and Compatibility for more details.
Android
- Biometrics no longer use a shared key #620
Apple
- There's no specific change on Applet platform.
1.8.2
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.7.x to 1.8.x version
- This version of SDK requires PowerAuth Server version
1.5.0
and newer. Check Support and Compatibility for more details.
Both platforms
- Allow signature calculation for "PATCH" HTTP method #601
Android
- Fixed unwanted destroy of Password object #607
Apple
- There's no specific change on Applet platform.
1.8.1
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.7.x to 1.8.x version
- This version of SDK requires PowerAuth Server version
1.5.0
and newer. Check Support and Compatibility for more details.
Both platforms
Android
⚠️ Min SDK raised to 21 #569⚠️ Update dependencies and targetSdk to 33 #565- Fix rules for R8 fullMode #586
- Nullable annotation in ActivationStatus.getCustomObject() #578
- Fixed crash in HTTP client #579
- Fix IllegalStateException when showing error dialog #587
- Suppress CustomX509TrustManager lint warning #581
Apple
1.7.9
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.6.x to 1.7.x version
- This version of SDK requires PowerAuth Server version
0.24.0
and newer. Check Support and Compatibility for more details.
Apple
- Added log delegate #583 (documentation is available in release 1.8.x branch)
- Remove arm64e architecture support #597
- Fixed Xcode 15.3+ warnings #593
Android
1.8.0
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.7.x to 1.8.x version
- This version of SDK requires PowerAuth Server version
1.5.0
and newer. Check Support and Compatibility for more details.
Both platforms
- OpenSSL upgraded to version
1.1.1t
- Added support for simplified configuration (#528)
- Added support for PowerAuth protocol version 3.2
- Added about react-native wrapper to the documentation (#545)
- Added Support for getting information about the user (#547)
- Added routine to produce JWT by signing claims with private key (#537, #538)
- Change local "commit" to "persist" (#542)
- Remove interfaces deprecated in
1.7.x
(#531)
Android
- Fixed
TokenStore
data inconsistency (#539) - Removed unnecessary annotations (#525)
- Android SDK not working with
android.enableR8.fullMode=true
(#526) - Report
BiometryType.GENERIC
on broken or new devices (#535) - Document limitations of facial authentication on Android (#556)
- Added
PowerAuthAuthentication.destroy()
(#554) - Added option to disable error dialog after failed biometry (#523, #552, #558)
Apple
- iOS and tvOS min deployment target changed to 12.0
- Fixed
PA2PrivateTokenData
copy method (95f0a5e)
1.7.8
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.6.x to 1.7.x version
- This version of SDK requires PowerAuth Server version
0.24.0
and newer. Check Support and Compatibility for more details.
Apple
- Added public constructor to
PowerAuthUserInfo
andPowerAuthUserAddress
(#519)
Android
- Fixed broken upgrade from protocol version 2 to 3 (#521)