Skip to content

Releases: alibaba/jetcache

v2.5.11

20 Jan 11:09

Choose a tag to compare

  • Fix dulipcated init with lettuce 4
  • Fix dead lock with @CachePenetrationProtect in some conditions
  • Fix duplicated aop proxy in some conditions (multi advisor)

v2.5.10.1

13 Dec 14:51

Choose a tag to compare

fix maven deploy problem in 2.5.10

v2.5.10

12 Dec 15:02

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

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

Choose a tag to compare

Compatibility for SpringFramework 5.1

v2.5.7

10 Sep 14:52

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

Choose a tag to compare

Fix compatibility between JavaValueDecoder and spring boot dev tools.

v2.5.5

08 Jul 12:00

Choose a tag to compare

Fix bug with expireAfterAccess config.

v2.5.4

30 Jun 01:56

Choose a tag to compare

Fix problem: read from slave of a cluster

v2.5.3

29 Jun 16:20

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