Skip to content

Releases: oblador/react-native-keychain

8.2.0

29 Feb 23:28
a54731d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.3...v8.2.0

v8.1.3

17 Feb 16:16
adf379d
Compare
Choose a tag to compare

What's Changed

  • use setUserAuthenticationParameters for android >= 11 by @AntoineThibi in #613
  • [Fix][Android] Bugfix for lambda functions not workin in older projects. by @sohail-shrestha in #585
  • [Fix][Android] Unsupported RSA key size for StrongBox by @frw in #577

New Contributors

Full Changelog: v8.1.2...v8.1.3

8.1.2

28 Jul 09:39
00eb5c6
Compare
Choose a tag to compare

What's Changed

  • RN-0.73 change Android configs for RN 0.73 compatibility by @felipemillhouse in #600
  • Disable Android Jetifier by @androideveloper in #580

New Contributors

  • @felipemillhouse made their first contribution in #600

Full Changelog: v8.1.1...v8.1.2

8.1.1

08 Jul 13:49
f3003e8
Compare
Choose a tag to compare
  • Fix issues on iOS <13

8.1.0

23 Jun 12:10
1420f99
Compare
Choose a tag to compare
  • Remove deprecated kSecAttrAccessibleAlwaysThisDeviceOnly on iOS
  • Use iOS-style keychain on macOS
  • Fix autolinking in React Native 0.69
  • Fix reading security rules option on Android

8.0.0

02 Oct 14:53
Compare
Choose a tag to compare
  • Improved performance on Android
  • Improved flow typings
  • Fix use authenticationPrompt in getInternetCredentialsForServer
  • Fix crash in getAllGenericPasswordServices
  • BREAKING CHANGE: rule argument now default to no upgrade.

7.0.0

13 Apr 14:02
d15ae69
Compare
Choose a tag to compare

Breaking changes

  • getSupportedBiometryType() will now only return types that can be used for biometric encryption.

New functionality

  • getAllGenericPasswordServices(): returns all known service names for which a generic password has been stored.

Fixes

  • Force use of strong biometry types on Android to fix User not authenticated errors .
  • Work around OnePlus devices not retrying properly when failing biometric authentication.
  • Fixes an issue where Android Face biometrics can 'timeout' on the KeyStore unlock between a successful face scan.
  • Improved Xcode 12 compatibility.
  • Improved tvOS compatibility.
  • Fixes issue in iOS devices with no Biometric hardware returning TouchID.

6.2.0

08 Sep 07:35
Compare
Choose a tag to compare
  • Optionally skip biometric warmup on Android
  • Fix strongbox decryption data corruption for certain Google Pixel devices
  • Fix swapped types

6.1.1

09 Jun 10:54
1371cd8
Compare
Choose a tag to compare
  • Fix getInternetCredentials fails with error message "subtitle"

6.1.0

05 Jun 14:01
7b19e8d
Compare
Choose a tag to compare

Release notes coming soon