Skip to content

Releases: chenyahui/gin-cache

v1.9.0

17 Nov 02:54
Compare
Choose a tag to compare
  • Add WithDiscardHeaders Options #33

upgrade redis client to v8.11.5

20 Feb 02:17
b885ae3
Compare
Choose a tag to compare
Merge pull request #32 from rts-gordon/main

upgrade go-redis to v8.11.5

v1.8.0

07 Jan 02:47
cd1fa6c
Compare
Choose a tag to compare
  • add WithoutHeader option
  • add WithOnMissCache option

fix go mod

30 Jul 14:43
b6151dd
Compare
Choose a tag to compare
fix go mod Pre-release
Pre-release
Merge pull request #16 from hare85/feature/module_declares

fix: module name declares

v1.7.0

05 May 03:12
Compare
Choose a tag to compare
  1. Add WithPrefixKey option (#12 )
  2. Fix IgnoreOrder bug when url contains array params (#12)

v1.6.1

26 Apr 14:00
Compare
Choose a tag to compare

bug fix

v1.5.0

03 Feb 03:45
Compare
Choose a tag to compare

add BeforeReplyWithCacheCallback option

v1.4.1

29 Dec 02:49
Compare
Choose a tag to compare

upgrade the version of dependencies

  • ReneKroon/ttlcache/v2: fix memory leak in priority queue jellydator/ttlcache#62
  • gin: bump to the latest version
  • redis: bump to the latest version

v1.4.0

18 Oct 04:29
Compare
Choose a tag to compare
bump ttlcache version to v2.9.0

v1.3.0

09 Oct 12:19
Compare
Choose a tag to compare
  1. add OnShareSingleFlightCallback to invoke when singleflight shares result
  2. only call OnHitCacheCallback when get response from cache