Skip to content

Releases: wultra/powerauth-mobile-sdk

1.9.2

08 Oct 15:40
17c8c1e
Compare
Choose a tag to compare

Important Notice

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

04 Oct 12:40
7b4191f
Compare
Choose a tag to compare

Important Notice

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

01 Oct 10:19
e5791d6
Compare
Choose a tag to compare

Important Notice

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

01 Oct 11:11
77ebf26
Compare
Choose a tag to compare

Important Notice

Android

  • Biometrics no longer use a shared key #620
  • Fixed JWT signature calculation #614

Apple

  • Fixed JWT signature calculation #614

1.7.10

24 Sep 08:15
af05fb9
Compare
Choose a tag to compare

Important Notice

Android

  • Biometrics no longer use a shared key #620

Apple

  • There's no specific change on Applet platform.

1.8.2

26 Jul 09:17
3f40cbd
Compare
Choose a tag to compare

Important Notice

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

10 Jun 14:46
2702829
Compare
Choose a tag to compare

Important Notice

Both platforms

  • Documentation fixes #577
  • Added Log Listener #583

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

  • Fixed Xcode 15.3+ warnings #593
  • Remove amr64e architecture #597

1.7.9

10 Jun 14:22
adfadb5
Compare
Choose a tag to compare

Important Notice

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

  • ⚠️ Minimum SDK raised to 21 #570
  • Added log listener #583 (documentation is available in release 1.8.x branch)
  • Fix IllegalStateException when showing error dialog #587
  • Fix rules for R8 fullMode #586
  • Fix crash in HTTP client #579

1.8.0

09 Nov 11:24
d648e49
Compare
Choose a tag to compare

Important Notice

Both platforms

  • OpenSSL upgraded to version 1.1.1t
  • Added support for simplified configuration (#528)
  • Added support for PowerAuth protocol version 3.2
    • ECIES V3.2 (#541)
    • Token Digest calculation V3.2 (#562)
    • Time synchronization (#532)
  • 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

08 Mar 16:40
Compare
Choose a tag to compare

Important Notice

Apple

  • Added public constructor to PowerAuthUserInfo and PowerAuthUserAddress (#519)

Android

  • Fixed broken upgrade from protocol version 2 to 3 (#521)