Skip to content

Releases: Code-Hex/go-generics-cache

v1.5.1

15 Apr 10:55
2601bb0

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

14 Apr 13:45
aac4f47

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Apr 10:14
5303a9a

Choose a tag to compare

What's Changed

New Contributors

  • @norri made their first contribution in #44

Full Changelog: v1.3.1...v1.4.0

v1.3.1

10 May 16:02
9f98378

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Apr 15:47
0cefe16

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

16 Apr 16:13
8c94293

Choose a tag to compare

What's Changed

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

v1.2.1

16 Oct 11:07
ccf9cd9

Choose a tag to compare

What's Changed

  • fixed clock policy algorithm around delete by @Code-Hex in #31

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

v1.2.0

18 Sep 09:25
5301ac8

Choose a tag to compare

This version contains a breaking change.
In this version, the cache created by the New function has been changed so that it does not stop the janitor. The reason for this is described here. To stop, use the NewContext function.

See: #27 (comment)

What's Changed

Full Changelog: v1.1.0...v1.2.0

Improved memory usage with introduced janitor

27 Aug 07:06
52983e9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Apr 08:10
a0612be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1