Skip to content

v4.2.0

Compare
Choose a tag to compare
@tux3 tux3 released this 01 Aug 14:41
· 9 commits to master since this release
  • The React Native new architecture is now supported
  • The minimum supported version of React Native is now 0.71
  • The minimum supported version of Android is now 23
  • The minimum supported version of iOS is now 12
  • Add new OpenID Connect verification flow through a new verification method, see the updated guide for details
  • OIDC is now a valid pre-verified verification method
  • Deprecate createOidcNonce, setOidcTestNonce, and verification using the oidcIdToken param as they are now obsolete with the new OIDC verification flow
  • The VerificationMethod objects of type oidcIdToken
    now contain the provider_id and provider_display_name information corresponding to the verification method's OIDC provider.
  • Improve error message for invalid ciphertexts by including the first five bytes as hex
  • Invalid responses that do not come from the Tanker backend can now result in a NetworkError, instead of InternalError
  • Enable the new "transparent session" encryption formats by default.
    These formats optimize resource key usage. Encryption for the same recipients will reuse the same key for several hours.
    As a result, performance of encrypt and decrypt operations should be improved, due to fewer network requests.