Skip to content

Releases: alibaba/jetcache

v2.8.0.RC

Choose a tag to compare

@areyouok areyouok released this 23 May 14:47
3c96606
  • Require Java 17
  • Upgrade to spring-framework 7.0.7 and spring boot 4.0.6
  • Upgrade all dependencies to the latest version if possible
  • Drop fastjson1 and kryo4 support
  • Add decode filter for security (incompatible)
  • Improve fastjson2 encoder/decoder, add jackson3 encoder/decoder, yet neither is registered

Current version is incompatible with version 2.7. Refer to the compatibility document for details.

这个版本和2.7不兼容,想要兼容性去用2.7.9(可以兼容spring boot 4)。如果自己没有使用老旧类库,并且有点耐心的,去读一下兼容性文档,升级并不麻烦。

v2.7.9

Choose a tag to compare

@areyouok areyouok released this 20 May 15:37
2eebf31
  • add jackson3 support
  • add useDefaultLocalExpireInMultiLevelCache option to use default local expire time if localExpire is not set and cacheType==BOTH
  • update spring/spring-boot/spring-data-redis/jedis/lettuce/jackson/slf4j/logback/fastjson2/junit

v2.7.8

Choose a tag to compare

@areyouok areyouok released this 28 Apr 05:29
ea4f684
  • fix context classloader of jetcache executor
  • update dependency to spring-framework 6.1.15, spring-boot 3.2.12, lettuce 6.3.2.RELEASE, jedis 5.0.2

v2.7.7

Choose a tag to compare

@areyouok areyouok released this 12 Sep 08:16
fa031a6
  • perf: fix encode/decode performance issue with lettuce (#908)
  • feat: allow customize CacheNotifyMonitor
  • fix: concurrent problem in LinkedHashMapCache, affect 2.7.5 and 2.7.6 (#914)

v2.7.6

Choose a tag to compare

@areyouok areyouok released this 02 Jun 07:22
a9dc962
  • perf: support jedis cluster pipeline (#866)
  • perf: improve the performance of jedis batch commands. (#873)
  • ci: publish Bill of Materials POMs (#877)
  • fix: SquashedLogger not print Throwable class and message (#888)
  • update fastjson2 to 2.0.51

v2.7.5

Choose a tag to compare

@areyouok areyouok released this 20 Jan 09:34
5054205
  • optimise for java 21
  • fix: concurrent problem in DecoderMap. #852

v2.7.4

Choose a tag to compare

@areyouok areyouok released this 09 Sep 03:47
e611d27
  • 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

Choose a tag to compare

@areyouok areyouok released this 18 Jan 04:01
da79513

Key converter which implements KeyConvertor interface (not Function<Object,Object>) can process byte[] and String.

v2.7.2

Choose a tag to compare

@areyouok areyouok released this 20 Dec 13:48
f49a1c0
  • Add support for spring-boot3, spring-framework6
  • Update encoder/decoder for redisson implementation, incompatible with 2.7.1
  • Upgrade fastjson2 to 2.0.21

v2.7.1

Choose a tag to compare

@areyouok areyouok released this 12 Nov 02:50
2096e6b

update dependencies and docs.