Skip to content

1.6.0

Compare
Choose a tag to compare
@hvge hvge released this 25 May 16:20
· 348 commits to develop since this release

Important Notice

Android

  • Android SDK now depends on Android Jetpack libraries instead of the deprecated support library. This is most important for biometric authentication (#105, #346)
  • Deprecated PA2ErrorCode-s, check migration guide for details.
  • All PA2 classes are now deprecated, check migration guide for details.
  • Fixed possible deadlock after biometric authentication cancel (#351)
  • StrongBox is no longer enabled by default (#354)
  • Keychain is no longer encrypted on very old Huawei devices (#361)
  • Fixed possible tokens inconsistency after re-activation (#364)
  • Library is now distributed via maven central (#357)
  • SDK no longer provide Root detection (#379)
  • Improved MainThreadExecutor-s singleton (#387)
  • HMAC & Random generator added to public CryptoUtils (#355)
  • C++ core now properly validate imported EC public key (#386)
  • Unified error codes reported from activation (#397)
  • Execute heavy computational biometric authentication tasks on background thread (#336)

Apple

  • PowerAuth2 module now depends on new PowerAuthCore library. Check migration guide for details (#373)
  • Deprecated all PA2 public interfaces, check migration guide for details
  • Fixed implicit dependency on OpenSSL (#371)
  • Fixed possible tokens inconsistency after re-activation (#364)
  • Added method to prepare PowerAuthAuthentication in advance (#367)
  • SDK no longer provide Jailbreak detection (#379)
  • HMAC & Random generator added to public PowerAuthCoreCryptoUtils (#355)
  • C++ core now properly validate imported EC public key (#386)
  • Unified error codes reported from activation (#397)