Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.8.0.RC
Compare
Sorry, something went wrong.
No results found
Require Java 17
Upgrade to spring-framework 7.0.7 and spring boot 4.0.6
Upgrade all dependencies to the latest version if possible
Drop fastjson1 and kryo4 support
Add decode filter for security (incompatible)
Improve fastjson2 encoder/decoder, add jackson3 encoder/decoder, yet neither is registered
Current version is incompatible with version 2.7. Refer to the compatibility document for details.
这个版本和2.7不兼容,想要兼容性去用2.7.9(可以兼容spring boot 4)。如果自己没有使用老旧类库,并且有点耐心的,去读一下兼容性文档,升级并不麻烦。
v2.7.9
Compare
Sorry, something went wrong.
No results found
add jackson3 support
add useDefaultLocalExpireInMultiLevelCache option to use default local expire time if localExpire is not set and cacheType==BOTH
update spring/spring-boot/spring-data-redis/jedis/lettuce/jackson/slf4j/logback/fastjson2/junit
v2.7.8
Compare
Sorry, something went wrong.
No results found
fix context classloader of jetcache executor
update dependency to spring-framework 6.1.15, spring-boot 3.2.12, lettuce 6.3.2.RELEASE, jedis 5.0.2
v2.7.7
Compare
Sorry, something went wrong.
No results found
perf: fix encode/decode performance issue with lettuce (#908 )
feat: allow customize CacheNotifyMonitor
fix: concurrent problem in LinkedHashMapCache, affect 2.7.5 and 2.7.6 (#914 )
v2.7.6
Compare
Sorry, something went wrong.
No results found
perf: support jedis cluster pipeline (#866 )
perf: improve the performance of jedis batch commands. (#873 )
ci: publish Bill of Materials POMs (#877 )
fix: SquashedLogger not print Throwable class and message (#888 )
update fastjson2 to 2.0.51
v2.7.5
Compare
Sorry, something went wrong.
No results found
optimise for java 21
fix: concurrent problem in DecoderMap. #852
v2.7.4
Compare
Sorry, something went wrong.
No results found
improve spring-boot 3 compatibility and use spring-boot3/spring-framework6 as default dependency, remove javax.annotation:javax.annotation-api (#813 and more)
allow custom AutoConfigureBeans (#783 )
fix: log wrong exception when decode failed (#806 )
bump fastjson2 / jedis / lettuce / slf4j / logback / jackson
fix: thread id generation has concurrent problem in JetCacheExecutor (#811 )
v2.7.3
Compare
Sorry, something went wrong.
No results found
Key converter which implements KeyConvertor interface (not Function<Object,Object>) can process byte[] and String.
v2.7.2
Compare
Sorry, something went wrong.
No results found
Add support for spring-boot3, spring-framework6
Update encoder/decoder for redisson implementation, incompatible with 2.7.1
Upgrade fastjson2 to 2.0.21
v2.7.1
Compare
Sorry, something went wrong.
No results found
update dependencies and docs.