Releases: codeGROOVE-dev/sfcache
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
v1.3.0
New null store. Rename pkg/persist to pkg/store
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Simplified persistent store interface. LoadRecent is gone, as is the dependency back on sfcache.
Full Changelog: v1.2.3...v1.3.0
v1.2.3
Simplify our go package organization, update dependencies.
Full Changelog: v1.2.1...v1.2.3
v1.2.1
New GetSet API with thundering herd protection!
Full Changelog: v1.1.2...v1.2.1
v1.1.4
Release v1.1.4
Full Changelog: https://github.com/codeGROOVE-dev/sfcache/compare/v1.1.3..v1.1.4
v1.1.3
Adopt bloom filters for less contention.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Faster write throughput through swapping ghost implementation with a double map.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Code cleanup.
Full Changelog: v1.1.0...v1.1.1