Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.7.7
v2.7.6
v2.7.5
v2.7.4
- 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
v2.7.2
v2.7.1
v2.7.0
v2.7.0.RC3
compare to 2.7.0.RC
- fix cache load and refresh problem for SimpleCacheManager.getOrCreateCache()
v2.7.0.RC
compare to 2.7.0.M2:
- new feature: add CacheManager.getOrCreateCache(QuickConfig) to replace CreateCache annotation, the CreateCache annotation is deprecated
- fix problem in local cache invalidate notification
- support kryo5/fastjson2/jackson as value encoder/decoder, fastjson2/jackson is not register by default
- fix redisson expire problem
- fix some build problems
- compatibility: change default key convertor from fastjson to fastjson2
- compatibility: make kryo/fastjson dependency optional, new dependency kryo5/jackson is also optional, fastjson2 is not optional (it is default key convertor)
- compatibility: change GlobalCacheConfig.areaInCacheName default value to false
- compatibility: Remove CacheManager.defaultManager() method, some internal public methods changed
- look source_code/docs/language/Compatibility.md for more notes