Releases: alibaba/jetcache
Releases Β· alibaba/jetcache
v2.7.0.M2
compare to 2.7.0.M1
- New feature: add redisson support
- New feature: add local cache invalidate notification for lettuce/spring-data/redisson
- add SquashedLogger to improve exception log
- upgrade fastjson/spring/jedis/slf4j/logback-classic, make mvel dependency optional
- support jackson as key convertor
- eliminate ClassCastException when some properties are set in auto-configuration initialization
- add lettuce cluster topology refresh config for auto configuration. (#670)
- Fix: auto-configuration not set key convertor for RedisBroadcastManage (#674)
- Fix ExpressionUtil always return false issue (#682)
- Fix RedisLettuceCache not catch and log decode exception during GET/GET_ALL. (#688)
- move wiki documents to source repository
- add some sample code
v2.6.7
v2.6.6
v2.6.5
v2.7.0.M1
compare to 2.6.4
- New feature: support invalidate local cache when MultiLevelCache put/remove. Add syncLocal property to Cached/CreateCache annotation.
- Upgrade jedis to 4.2.2, notice that spring boot 2.6.6 need jedis 3.x
- Add support for JedisCluster (jedis 4+ is required)
- Fix LoadingCache.getAll() not cache null value (#652)
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
main changes from 2.5.X
- (incompatible) GET/GET_ALL method of RefreshCache will not trigger auto refresh
- Integrate with spring-data-redis
- Remove lettuce 4 support
- Upgrade jedis to 3.1.0. Jedis 2.9 is not supported.
- Simplify customization of CacheMonitor/MetricsCallback, KeyConvertor, ValueEncoder/Decoder, CacheNameGeneratoradd CacheMessagePublisher
- Rename DefaultCacheMonitorManager to DefaultMetricsManager, rename statCallback to metricsCallback