Skip to content

1.8.0

Latest
Compare
Choose a tag to compare
@hvge hvge released this 09 Nov 11:24
· 12 commits to develop since this release
d648e49

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)