Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.6.0
28 Mar 12:07
Compare
Sorry, something went wrong.
No results found
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
v2.6.0.RC
01 Mar 08:02
Compare
Sorry, something went wrong.
No results found
v2.5.16
26 Dec 16:43
Compare
Sorry, something went wrong.
No results found
Fix problem of spel compiler mode.
v2.5.15
09 Nov 13:42
Compare
Sorry, something went wrong.
No results found
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
04 Aug 10:38
Compare
Sorry, something went wrong.
No results found
Add cache refresh mechanism to computeIfAbsent method.
v2.6.0.M3
23 Jun 14:31
Compare
Sorry, something went wrong.
No results found
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
21 Jun 16:27
Compare
Sorry, something went wrong.
No results found
add MockRemoteCache to jetcache-core for unit test
improve cache initialization in CacheManager
some minor fix
v2.6.0.M2
21 Jun 16:24
Compare
Sorry, something went wrong.
No results found
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
04 Apr 14:05
Compare
Sorry, something went wrong.
No results found
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
03 Apr 15:43
Compare
Sorry, something went wrong.
No results found
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