Skip to content

Releases: Code-Hex/go-generics-cache

v1.5.1

15 Apr 10:55
2601bb0
Compare
Choose a tag to compare

What's Changed

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

v1.5.0

14 Apr 13:45
aac4f47
Compare
Choose a tag to compare

What's Changed

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

v1.4.0

13 Apr 10:14
5303a9a
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.2.2

16 Apr 16:13
8c94293
Compare
Choose a tag to compare

What's Changed

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

v1.2.1

16 Oct 11:07
ccf9cd9
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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