Skip to content

Releases: go-pkgz/expirable-cache

v3, simplelru compatibility

20 Feb 21:04
Compare
Choose a tag to compare

What's Changed

  • Bump go modules, update github workflows by @paskal in #5
  • Add difference with hashicorp/golang-lru to readme by @paskal in #9
  • Bump CI actions, use single .golangci.yml file for all versions by @paskal in #12
  • Add v3 compatible with simplelru by @paskal in #10

Full Changelog: v1.0.0...v3.0.0

v2, generics support

03 Sep 19:15
a198afa
Compare
Choose a tag to compare

Get rid of strings as keys and interface{} as a value in favour of generics, introduced in Go 1.18.

v1.0.0

03 Sep 19:14
a198afa
Compare
Choose a tag to compare

Republish v0.1.0 without changes for the sake of semver.

Upgrade testify module

21 May 06:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.1.0

Rename LoadingCache to Cache

13 May 21:17
Compare
Choose a tag to compare

The old name was incorrect as it was referring to Guava cache.

Custom TTL per entry

12 May 15:54
Compare
Choose a tag to compare

Set function now accepts TTL parameter which allows setting custom TTL per entry.

Initial release

12 May 15:03
Compare
Choose a tag to compare
v0.0.1

add Readme