Release notes v7.X

7.0.5

Bug-fixes

  • Fixed the "unsupported class javax.crypto.spec.IvParameterSpec" exception that was thrown during the Payload Encryption handshake on the Android 8.1 (API 27)
  • Fixed migration of the preferred authenticator during the SDK version upgrade

7.0.4

Bug-fixes

  • Fixed a binary body parsing issue for resource OkHttp clients.

7.0.3

Bug-fixes

  • Return the correct error during SDK initialization when an Android platform version is blacklisted.

7.0.2

Bug-fixes

  • Fixed an error that prevented custom authenticator deregistration from finishing successfully.

7.0.1

Improvements

  • Updated SpongyCastle library to the latest 1.56.0 version.

Bug-fixes

  • Fixed a NullPointerException that could happen after a canceled registration attempt.

7.0.0

The final 7.0.0 release that brings a lot of optimizations and a number of new features & improvements!

Features

Improvements

  • The SDK targets the latest Android API 25 (7.1)
  • Update of the FIDO SDK to the latest 1.5.1 version.
  • The OpenID Connect implementation is removed.
  • Communication errors are now distinguished from general errors.
  • Support cancellation for all features that require user interaction.

7.0.0-BETA

This is a BETA release that can still contain bugs and issues. You should not use it for any production releases!

Features

  • One Time Password (OTP) mobile authentication.

Improvements

  • Separated enrollment methods for mobile authentication and mobile authentication with push.
  • The SDK uses Retrofit 2 for internal communication.
  • The OneginiError now implements Throwable interface.
  • The SDK doesn't contain "GCM heartbeat" issue fix anymore for lower energy consumption.

Bug-fixes

  • Fixed a NullPointerException when getPreferredAuthenticator() was called when no user was authenticated.