Skip to content

Releases: go-pkgz/lcw

v2.0.0

20 Feb 18:25
Compare
Choose a tag to compare

What's Changed

  • Fix golangci-lint reported errors (unused args) by @paskal in #42
  • Add v2 with generics by @paskal in #43

Full Changelog: v1.1.0...v2.0.0

Version 1.1.0

11 Jan 20:57
Compare
Choose a tag to compare

What's Changed

  • Bump ci actions versions, golangcilint version by @paskal in #37
  • Bump go modules by @paskal in #38
  • update go version, fix golangci-lint report by @paskal in #40
  • Update go modules, go to 1.21 by @paskal in #41

Full Changelog: v1.0.2...v1.1.0

v1.0.1

04 Aug 20:56
Compare
Choose a tag to compare

Release with newer Go modules versions and slightly less dependencies. Last one before the introduction of generics in v2.

v1.0.0: Merge pull request #30 from go-pkgz/paskal/fix_flapping_test

04 Aug 00:00
adddf00
Compare
Choose a tag to compare

v1 release before introducing breaking changes (generics) in v2.

Version 0.8.0

15 Sep 07:08
Compare
Choose a tag to compare

switch Value type wrapping interface{} to the naked interface{}

This is done to simplify external declaration and usage of LoadingCache interface

v0.7.1

13 Jun 23:51
Compare
Choose a tag to compare
  • Close Redis client on unsuccessful Redis PubSub creation #29

Version 0.7.0

12 Jun 15:04
392920a
Compare
Choose a tag to compare
  • Basic support of distributed cache added #8, #26

Version 0.6.0

20 May 23:17
Compare
Choose a tag to compare
  • 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

Version 0.5.0

12 Nov 00:22
Compare
Choose a tag to compare
  • Add scoped cache #9 (#10)
  • Switch CI to github action

Version 0.4.0

21 Oct 05:55
32eca17
Compare
Choose a tag to compare
  • Add redis cache #3
  • Add URI constructor #7
  • Compatibility with go 1.13