Skip to content

Releases: alibaba/jetcache

v2.5.10.1

13 Dec 14:51
Compare
Choose a tag to compare

fix maven deploy problem in 2.5.10

v2.5.10

12 Dec 15:02
Compare
Choose a tag to compare
  • bug fix: CacheResultCode returned in RedisLettuceCache.PUT_ALL method is not correct (allways SUCCESS).
  • bug fix: cacheNullValue doesn't work for CacheType.BOTH in Cached annotation.

v2.5.9

19 Oct 15:55
Compare
Choose a tag to compare
  • async operation timeout support for lettuce
  • fast fail setting for RedisLettuceAutoConfiguration
  • compatibility for Java 11 during build process

v2.5.8

16 Oct 14:51
Compare
Choose a tag to compare

Compatibility for SpringFramework 5.1

v2.5.7

10 Sep 14:52
Compare
Choose a tag to compare
  • LoadingCache use batch update when penetration protect is disabled
  • Add multi support to @CacheInvalidate and @CacheUpdate

v2.5.6

03 Aug 16:06
Compare
Choose a tag to compare

Fix compatibility between JavaValueDecoder and spring boot dev tools.

v2.5.5

08 Jul 12:00
Compare
Choose a tag to compare

Fix bug with expireAfterAccess config.

v2.5.4

30 Jun 01:56
Compare
Choose a tag to compare

Fix problem: read from slave of a cluster

v2.5.3

29 Jun 16:20
Compare
Choose a tag to compare
  • Support read from slave for lettuce
  • Fix spring boot placeholder problem (#99)
  • Fix compatibility with spring boot dev tools
  • Add jetcache.enableMethodCache property

v2.5.2

30 May 14:00
Compare
Choose a tag to compare

Eliminate the warning log : "jetcache REMOVE return unexpected code: NOT_EXISTS".