Skip to content

Releases: TwiN/gocache

v2.2.2

18 Mar 22:27
9caad94
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

chore: Update Go to 1.19

v2.1.0

04 Aug 01:28
Compare
Choose a tag to compare

feat: Add DeleteKeysByPattern method

v2.0.1

13 Apr 02:04
551c5ab
Compare
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

v2.0.0

04 Nov 23:53
57a1608
Compare
Choose a tag to compare
  • Removed persistence features #6
  • Removed server features #6

As of now, this library is strictly an in-memory cache and has 0 dependencies.

This is a breaking change, therefore the version is going from v1.x to v2.x

v1.2.4

08 Oct 00:50
Compare
Choose a tag to compare

v1.2.3

18 Jun 13:52
5a585b7
Compare
Choose a tag to compare

Minor fixes