Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.5.16
Fix problem of spel compiler mode.
v2.5.15
- Update jedis to 2.10.2 and fastjson to 1.2.62
- Optimise penetration protect
- Fix compatible problem for Kryo 5
- Fix hard code of fastjson KeyConvertor
- Some minor fixes
v2.5.14
Add cache refresh mechanism to computeIfAbsent method.
v2.6.0.M3
- add CacheMessagePublisher and CacheMessageReceiver interface
- simplify customization of CacheMonitor/MetricsCallback, KeyConvertor, ValueEncoder/Decoder, CacheNameGenerator
- rename DefaultCacheMonitorManager to DefaultMetricsManager, rename statCallback to metricsCallback
- add MockRemoteCache to jetcache-core for unit test
- improve cache initialization in CacheManager
- some minor fix
v2.5.13
- add MockRemoteCache to jetcache-core for unit test
- improve cache initialization in CacheManager
- some minor fix
v2.6.0.M2
- integrate with spring-data-redis
- remove lettuce 4 support
- update default dependency. spring framework: 4.3.16.RELEASE -> 5.1.6.RELEASE, spring boot: 1.5.12.REALESE -> 2.1.4.RELEASE
- update dependency libs
v2.5.12
- add CacheManager to get Cache instance generated by Cached and CreateCache annotation.
- add penetration protect wait timeout.
- lettuce static master/slave support (for AWS ElastiCache Cluster)
- read from slave support for jedis
v2.6.0.M1
- add CacheManager to get Cache instance generated by Cached and CreateCache annotation.
- add penetration protect wait timeout.
- lettuce static master/slave support (for AWS ElastiCache Cluster)
- update jedis client to 2.10.2
- read from slave support for jedis
v2.5.11
- Fix dulipcated init with lettuce 4
- Fix dead lock with @CachePenetrationProtect in some conditions
- Fix duplicated aop proxy in some conditions (multi advisor)