Skip to content

Releases: coocood/freecache

v1.2.7

19 Mar 11:56
1442997

Choose a tag to compare

What's Changed

  • Add a MultiGet API to reduce lock contention by @liusy182 in #145

Full Changelog: v1.2.6...v1.2.7

v1.2.6

19 Mar 00:32
3857316

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.2.5

10 Feb 10:12
3579964

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

22 Sep 07:12
c241df0

Choose a tag to compare

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

Full Changelog: v1.2.3...v1.2.4

v1.2.3

25 Oct 04:23
04ae1f1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Aug 02:48
aeabfb7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 Mar 11:37
de9232c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Nov 04:24
732ffc7

Choose a tag to compare

What's Changed

  • Add stoppable cached timer by @pheepi in #88
  • introduce GetFn and PeekFn 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

Full Changelog: v1.1.1...v1.2.0

v1.1.1

06 Jul 01:46

Choose a tag to compare

  • Fix incorrect EvacuateCount

v1.1.0

26 Feb 05:06

Choose a tag to compare

add GetWithBuf method to avoid memory allocation