stash_secure_storage 5.2.0 stash_secure_storage: ^5.2.0 copied to clipboard
Secure storage extension for the stash API. Provides support to store vaults and caches in secure storage
5.2.0 #
- BREAKING CHANGE: Changed minimum dart sdk version
- BREAKING CHANGE: Changed minimum flutter sdk version
- chore: Updated dependencies
5.1.2 #
- FIX: Deployment dependency error on stash_test
5.1.1 #
- CHORE: Updated dependencies
5.1.0 #
- CHORE: Updated dependencies
- FEAT: Added support to close stores and stashes
5.0.3 #
- CHORE: Updated min dart SDK to 3.2.0
- CHORE: Updated min flutter SDK to 3.16.0
- CHORE: Updated dependencies to the latest release.
- CHORE: Updated melos script
5.0.2 #
- CHORE: Update a dependency to the latest release.
5.0.1 #
- CHORE: Update a dependency to the latest release.
5.0.0 #
- BREAKING CHANGE: Changed minimum dart sdk version
- chore: Updated dependencies
4.6.1 #
- FIX: https://github.com/ivoleitao/stash/issues/43 for getInfo calls secure_store backed storage no longer deserializes the whole entry.
- FIX: in the scope of https://github.com/ivoleitao/stash/issues/43 operations on a cache or vault should not imply reading the full entry from the backing store when supported, or if they do the deserialization should not happen as only the info objects needs to be retrieved. This change had a number of consequences namely removing the support for getting the (Cache/Vault)Entry from some events: CacheEntryEvictedEvent, CacheEntryExpiredEvent, (Cache/Vault)RemovedEvent, (Cache/Vault)UpdatedEvent. A fix was also made on sqlite_stash where the getInfo was not working correctly. This is part 1 of the fix, the backing stores should stop obtaining the Entry when asked to obtain the info.
4.6.0 #
- FEAT: added support for flutter_secure_storage as a storage backend.