Releases: go-pkgz/lcw
Releases · go-pkgz/lcw
v2.0.0
Version 1.1.0
v1.0.1
v1.0.0: Merge pull request #30 from go-pkgz/paskal/fix_flapping_test
v1 release before introducing breaking changes (generics) in v2.
Version 0.8.0
switch Value type wrapping interface{} to the naked interface{}
This is done to simplify external declaration and usage of LoadingCache interface
v0.7.1
Version 0.7.0
Version 0.6.0
- switch Expirable cache from
patrickmn/go-cache
to the internal implementation #15 - introduce
LoadingCache.Close
function for proper LRU and Redis cache goroutines teardown #11 - mention values mutability for LRU and Expirable cache in Readme, add code example for it #23
- stricter lint settings, bump dependencies #11
- start running examples during tests #11
- make tests work offline (had a dependency on internet connection) #11
- properly teardown goroutines to prevent their leakage in tests #11 #16