Releases: Code-Hex/go-generics-cache
Releases · Code-Hex/go-generics-cache
v1.5.1
v1.5.0
v1.4.0
v1.3.1
What's Changed
- Fix Swap function for lfu.priorityQueue. by @chenyanchen in #40
New Contributors
- @chenyanchen made their first contribution in #40
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.2
v1.2.1
v1.2.0
This version contains a breaking change.
In this version, the cache created by the New
function has been changed so that it does not stop the janitor. The reason for this is described here. To stop, use the NewContext
function.
See: #27 (comment)
What's Changed
Full Changelog: v1.1.0...v1.2.0
Improved memory usage with introduced janitor
What's Changed
- optimize: using janitor for timeout expire checks by @mingcheng in #22
- fixed cache janitor logic by @Code-Hex in #23
- fixed github actions by @Code-Hex in #24
New Contributors
- @mingcheng made their first contribution in #22
Full Changelog: v1.0.1...v1.1.0