Skip to content

Releases: alibaba/jetcache

v2.5.16

26 Dec 16:43
Compare
Choose a tag to compare

Fix problem of spel compiler mode.

v2.5.15

09 Nov 13:42
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Add cache refresh mechanism to computeIfAbsent method.

v2.6.0.M3

23 Jun 14:31
Compare
Choose a tag to compare
v2.6.0.M3 Pre-release
Pre-release
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
v2.6.0.M2 Pre-release
Pre-release
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
v2.6.0.M1 Pre-release
Pre-release
  • 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

20 Jan 11:09
Compare
Choose a tag to compare
  • Fix dulipcated init with lettuce 4
  • Fix dead lock with @CachePenetrationProtect in some conditions
  • Fix duplicated aop proxy in some conditions (multi advisor)

v2.5.10.1

13 Dec 14:51
Compare
Choose a tag to compare

fix maven deploy problem in 2.5.10