Releases: wultra/powerauth-mobile-sdk
Releases · wultra/powerauth-mobile-sdk
1.1.2 iOS + Android
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.0 to 1.1.x version
- This version of SDK requires PowerAuth Server version
0.22.0
and newer
Android
- Improved #245: PRNG reseed before the activation start
- Fixed #202: Added NPE catch to improve fingerprint dialog stability
iOS
0.20.4 iOS + Android
Important Notice
- This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version
1.1+
, once your servers upgrade to0.21+
- This version is compatible with PowerAuth Server version
0.18
and later.
Android changes
- Improved #245: PRNG reseed before the activation start
- Fixed #202: Added NPE catch to improve fingerprint dialog stability
IOS changes
1.1.1 iOS + Android
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.0 to 1.1.x version
- This version of SDK requires PowerAuth Server version
0.22.0
and newer
Android
- Fixed #200 - Better solution for that issue. Note that the final solution will be provided in upcoming SDK release
1.2.0
. - Fingerprint dialog now handles system cancelation events. If user lock down the phone, then the biometric dialog is cancelled.
iOS
- Fixed #229: iOS App extension reject valid activation status
- There's no change on watchOS platform.
0.20.3 iOS + Android
Important Notice
- This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version
1.1+
, once your servers upgrade to0.21+
- This version is compatible with PowerAuth Server version
0.18
and later.
Android changes
- Fixed #200 - Better solution for that issue. Note that the final solution will be provided in upcoming SDK release
1.2.0
. - Fingerprint dialog now handles system cancelation events. If user lock down the phone, then the biometric dialog is cancelled.
IOS changes
- This release has no changes on iOS and watchOS platforms
0.20.2 iOS + Android
Important Notice
- This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version
1.1.0
, once your servers upgrade to0.21+
- This version is compatible with PowerAuth Server version
0.18
and later.
Android changes
- Hotfixed #200 - Reverted problematic code introduced in version
0.20.1
IOS changes
- This release has no changes on iOS and watchOS platforms
1.1.0 iOS + Android
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.0 to 1.1.x version
- This version of SDK requires PowerAuth Server version
0.22.0
and newer
Common changes
- Added support for Recovery Codes feature
- Added back HTTP request / response logging (issue #187)
- Password testing utility class is now deprecated (#222)
- Upgrade from
V2
toV3
protocol is now more reliable (#218)
Android
⚠️ Please do not use this version⚠️ - See comment in issue 200- Fixed rare crashes in our biometry related code (#199, #200)
- Fixed problematic dynamic native library linking on some devices (#220)
- Fixed crash in custom activation JNI code (#209)
iOS
- Project is migrated to Xcode 10.2
0.20.1 iOS + Android
Important Notice
- This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version
1.1.0
, once your servers upgrade to0.21+
- This version is compatible with PowerAuth Server version
0.18
and later.
Android changes
⚠️ Please do not use this version⚠️ - See comment in issue 200- Fixed #220 - Problematic native library dynamic linking on some devices
- Fixed #199, #200 - Rare crashes in our biometry related code
IOS changes
- This release has no changes on iOS and watchOS platforms
1.0.0 iOS + Android
Important Notice
- Please read our Migration guide from version 0.20.x to 1.0.0 if you already using older versions of SDK
- This version of SDK requires PowerAuth Server version
0.21.0
and newer ⚠️ Update 2019/05/17: We strongly recommend you to use SDK1.1.x
instead of this version. We have addressed several issues on Android with no backport to1.0.x
branch. Check server compatibility for more details.
Common changes
- Added support for HTTP request interceptors (feature #130)
- Now it's possible to synchronize Application's HTTP requests with signatures, calculated in SDK internally (feature #171)
Android
- Requirement for minimum Android SDK changed to API level 16
ErrorResponseApiException
now contains HTTP response status code (Issue #177)
iOS
0.20.0 iOS + Android
Important Notice
- This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version
1.0.0
, once your servers upgrade to0.21+
- This version is compatible with PowerAuth Server version
0.18
and later.
Common Changes
- This release provides only a compatibility changes against the latest version
1.0.0
. For the full list of changes, please check out our Migration guide from versions 0.19.x to 0.20.0 for the list of important changes.
0.19.3 iOS
iOS
- Fixed initialization of PowerAuthSDK object with custom configurations. See issue #161