Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.5.11
20 Jan 11:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fix maven deploy problem in 2.5.10
v2.5.10
12 Dec 15:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Compatibility for SpringFramework 5.1
v2.5.7
10 Sep 14:52
Compare
Sorry, something went wrong.
No results found
LoadingCache use batch update when penetration protect is disabled
Add multi support to @CacheInvalidate and @CacheUpdate
v2.5.6
03 Aug 16:06
Compare
Sorry, something went wrong.
No results found
Fix compatibility between JavaValueDecoder and spring boot dev tools.
v2.5.5
08 Jul 12:00
Compare
Sorry, something went wrong.
No results found
Fix bug with expireAfterAccess config.
v2.5.4
30 Jun 01:56
Compare
Sorry, something went wrong.
No results found
Fix problem: read from slave of a cluster
v2.5.3
29 Jun 16:20
Compare
Sorry, something went wrong.
No results found
Support read from slave for lettuce
Fix spring boot placeholder problem (#99 )
Fix compatibility with spring boot dev tools
Add jetcache.enableMethodCache property