New
v9.2.0
New features
- feat: Replace
SharedPreferenceswith JetpackDataStoreby @ovitrif in https://github.com/oblador/react-native-keychain/pull/629 Enhanced security and performance using Google's recommended DataStore solution with seamless migration from existing SharedPreferences. For more details, see Jetpack DataStore documentation - feat: add AES-GCM encryption with and without biometric authentication by @DorianMazur in https://github.com/oblador/react-native-keychain/pull/678 AES-GCM provides stronger security than AES-CBC (now deprecated). Supports both biometric and non-biometric authentication modes
Improvements
- ci: add workflow dispatch by @DorianMazur in https://github.com/oblador/react-native-keychain/pull/674
- chore: add "Used By" to readme by @DorianMazur in https://github.com/oblador/react-native-keychain/pull/676
- ci: add paths-ignore to workflows by @DorianMazur in https://github.com/oblador/react-native-keychain/pull/677
New Contributors
- @ovitrif made their first contribution in https://github.com/oblador/react-native-keychain/pull/629
Full Changelog: https://github.com/oblador/react-native-keychain/compare/v9.1.0...v9.2.0