Releases: erni27/imcache
Releases · erni27/imcache
v1.2.1
v1.2.0
What's Changed
- Improve evictionQueue interface by @erni27 in #52
- Add LFU eviction policy by @erni27 in #53
- Add Random eviction policy by @erni27 in #55
- Add Peek method by @erni27 in #56
- Add PeekMultiple method by @erni27 in #57
- Add PeekAll method by @erni27 in #58
- Fix rand race condition in tests by @erni27 in #59
- Update readme by @erni27 in #60
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Improve unit tests by @erni27 in #43
- Spawn a new goroutine when calling
EvictionCallback
by @erni27 in #44 - Use named result parameters by @erni27 in #47
- Add
GetMultiple
method by @erni27 in #48 - Fix rand usage, typos and fields alignment by @GreyXor in #49
- Add
CompareAndSwap
method by @erni27 in #50 - Deprecate
Number
constraint, andIncrement
,Decrement
functions by @erni27 in #50
New Contributors
Full Changelog: v1.0.1...v1.1.0