Releases: coocood/freecache
Releases · coocood/freecache
v1.2.4
What's Changed
- Add a notice for the cache duration precision issue. by @Stumble in #119
- Decrease number of allocations during get or set operations by @laura-zelenku in #126
- Add ExpireAt to the iterator return result by @xiehui3651 in #128
New Contributors
- @Stumble made their first contribution in #119
- @laura-zelenku made their first contribution in #126
- @xiehui3651 made their first contribution in #128
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
v1.2.1
What's Changed
- update xxhash v2 by @hawkingrei in #105
New Contributors
- @hawkingrei made their first contribution in #105
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add stoppable cached timer by @pheepi in #88
- introduce
GetFn
andPeekFn
methods, for zero-copy access. by @raulk in #92 - Remove doubling of memory in the Clear method by @Staon in #96
- Add a SetAndGet method to return previous value when setting a new one by @debspencer in #101
New Contributors
- @raulk made their first contribution in #92
- @Staon made their first contribution in #96
- @extemporalgenome made their first contribution in #98
- @debspencer made their first contribution in #101
Full Changelog: v1.1.1...v1.2.0