Skip to content

Releases: TwiN/gocache

v2.4.0

18 Sep 19:49

Choose a tag to compare

v2.3.1

18 Sep 19:01

Choose a tag to compare

v2.3.0

18 Sep 18:35

Choose a tag to compare

What's Changed

  • feat: Add WithDeepCopy for enabling deep copy of complex types (structs, slices, maps) by @TwiN in #46 This feature has been removed in v2.4.0 due to not working the way I intended it to.

Full Changelog: v2.2.2...v2.3.0

v2.2.2

18 Mar 22:27
9caad94

Choose a tag to compare

What's Changed

  • chore: Bump Go to 1.21

Full Changelog: v2.2.1...v2.2.2

v2.2.1

18 Mar 22:14
571540b

Choose a tag to compare

What's Changed

  • chore: Bump Go to 1.20

Full Changelog: v2.2.0...v2.2.1

v2.2.0

08 Nov 03:37

Choose a tag to compare

What's Changed

  • feat: Add support for a default TTL by @TwiN in #8
  • fix: Make EvictionPolicy options const instead of var

Full Changelog: v2.1.2...v2.2.0

v2.1.2

02 Nov 01:08

Choose a tag to compare

What's Changed

  • refactor: Replace interface{} by any by @TwiN in #7

Full Changelog: v2.1.1...v2.1.2

v2.1.1

26 Aug 03:48

Choose a tag to compare

chore: Update Go to 1.19

v2.1.0

04 Aug 01:28

Choose a tag to compare

feat: Add DeleteKeysByPattern method

v2.0.1

13 Apr 02:04
551c5ab

Choose a tag to compare

  • chore: Update Go to 1.18
  • fix: Delete empty go.sum
  • fix: Increment miss cache stats before unlocking the mutex