Releases: go-pkgz/expirable-cache
Releases · go-pkgz/expirable-cache
v3, simplelru compatibility
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
Get rid of strings as keys and interface{}
as a value in favour of generics, introduced in Go 1.18.
v1.0.0
Upgrade testify module
What's Changed
- add the fix for CVE-2019-11254 by @theshamuel in #2
- get rid of
github.com/pkg/errors
package dependency
New Contributors
- @theshamuel made their first contribution in #2
Full Changelog: v0.0.3...v0.1.0
Rename LoadingCache to Cache
The old name was incorrect as it was referring to Guava cache.
Custom TTL per entry
Set
function now accepts TTL parameter which allows setting custom TTL per entry.
Initial release
v0.0.1 add Readme