Skip to content

v0.6.0: new default implementation: named stores

Choose a tag to compare

@brotskydotcom brotskydotcom released this 05 Mar 00:55
· 3 commits to main since this release
6ec38b4

This release changes the default credential store implementation to use named stores all of whose credentials are in a single SharedPreference file and use the same Keystore Key for encryption. This implementation supports credential search.

The legacy store implementation is preserved under a feature flag, so existing apps can migrate their credentials to the new store implementation.

The docs have been completely revamped.

What's Changed

Full Changelog: v0.5.0...v0.6.0