Releases: crystal-cache/cache
Releases · crystal-cache/cache
v1.0.0
What's Changed
- implement compression for FileStore by @mamantoha in #42
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #43
- Store(K, V) → Store(V) where keys are always String by @mamantoha in #44
Full Changelog: v0.15.1...v1.0.0
v0.15.1
What's Changed
- return only non-expired keys in the cache by @mamantoha in #41
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- Fix possible compilation error for variables expecting any kind of cache store by @ellmetha in #32
- Revert "Fix possible compilation error for variables expecting any kind of cache store" by @mamantoha in #33
- Bump actions/checkout from 2 to 4 by @dependabot in #35
- Refine spec. by @zw963 in #36
- Fix #3 by @zw963 in #37
- add add a type annotation for expires_in by @mamantoha in #39
New Contributors
- @ellmetha made their first contribution in #32
- @dependabot made their first contribution in #35
- @zw963 made their first contribution in #36
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- implement namespace by @mamantoha in #30
- breaking change underlying cache implementations must implement
delete_implandexists_implmethods instead ofdeleteandexists?accordingly - breaking change Added
namespaceproperty toCache::Store. It can be used by underlying cache implementations for keys with namespace - Logging
deletemethod
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.1
Split Redis and Memcached stores out into their own shards
v0.12.0 v0.12.0