Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.5.10.1
fix maven deploy problem in 2.5.10
v2.5.10
- 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
- async operation timeout support for lettuce
- fast fail setting for RedisLettuceAutoConfiguration
- compatibility for Java 11 during build process
v2.5.8
Compatibility for SpringFramework 5.1
v2.5.7
- LoadingCache use batch update when penetration protect is disabled
- Add multi support to @CacheInvalidate and @CacheUpdate
v2.5.6
Fix compatibility between JavaValueDecoder and spring boot dev tools.
v2.5.5
Fix bug with expireAfterAccess config.
v2.5.4
Fix problem: read from slave of a cluster
v2.5.3
- 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
Eliminate the warning log : "jetcache REMOVE return unexpected code: NOT_EXISTS".