Releases: codeGROOVE-dev/fido
Releases · codeGROOVE-dev/fido
v1.11.0
- Add Range() iterator for non-expired key-value pairs on Cache and TieredCache
- Add PrefixScanner interface with Keys() and Range() for prefix-based iteration
- Implement PrefixScanner in datastore, localfs, and valkey stores
- Add tests for new iteration and prefix scanning across all backends
- Update Go dependencies
v1.10.0
Release v1.10.0
What's Changed
- Rename GetSet to Fetch by @tstromberg in #3
Full Changelog: v1.1.1...v1.10.0
v1.9.0
Release v1.9.0
v1.8.0
Remove deprecated APIs (SetIfAbsent, Location); continued performance improvements.
Full Changelog: v1.7.0...v1.8.0
v1.7.0
Hit rate and throughput improvements.
Full Changelog: v1.1.1...v1.7.0
v1.6.1
Removed the latest attempt at an adaptive cache strategy with a well-tuned S3-FIFO strategy.
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Rebrand as multicache; significantly improve adaptive tuning.
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Introduces optional compression for persistence backends.
Full Changelog: v1.4.2...v1.5.0
v1.4.2
Give the null store it's own go.mod for consistency.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Code modernization & linting.
Full Changelog: v1.4.0...v1.4.1