Skip to content

Releases: codeGROOVE-dev/fido

v1.11.0

05 Apr 18:59

Choose a tag to compare

  • 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

02 Jan 23:51

Choose a tag to compare

Release v1.10.0

What's Changed

Full Changelog: v1.1.1...v1.10.0

v1.9.0

02 Jan 21:02

Choose a tag to compare

Release v1.9.0

v1.8.0

31 Dec 22:47

Choose a tag to compare

Remove deprecated APIs (SetIfAbsent, Location); continued performance improvements.

Full Changelog: v1.7.0...v1.8.0

v1.7.0

29 Dec 22:40

Choose a tag to compare

Hit rate and throughput improvements.

Full Changelog: v1.1.1...v1.7.0

v1.6.1

23 Dec 18:41

Choose a tag to compare

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

23 Dec 16:21

Choose a tag to compare

Rebrand as multicache; significantly improve adaptive tuning.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

15 Dec 22:08

Choose a tag to compare

Introduces optional compression for persistence backends.

Full Changelog: v1.4.2...v1.5.0

v1.4.2

09 Dec 22:11

Choose a tag to compare

Give the null store it's own go.mod for consistency.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

09 Dec 22:03

Choose a tag to compare

Code modernization & linting.

Full Changelog: v1.4.0...v1.4.1