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