Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: alibaba/jetcache

v2.7.8

28 Apr 05:29
ea4f684

Choose a tag to compare

  • 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

12 Sep 08:16
fa031a6

Choose a tag to compare

  • 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

02 Jun 07:22
a9dc962

Choose a tag to compare

  • 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

20 Jan 09:34
5054205

Choose a tag to compare

  • optimise for java 21
  • fix: concurrent problem in DecoderMap. #852

v2.7.4

09 Sep 03:47
e611d27

Choose a tag to compare

  • 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

18 Jan 04:01
da79513

Choose a tag to compare

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

v2.7.2

20 Dec 13:48
f49a1c0

Choose a tag to compare

  • 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

12 Nov 02:50
2096e6b

Choose a tag to compare

update dependencies and docs.

v2.7.0

24 Aug 15:11
aebc6ad

Choose a tag to compare

compare to 2.7.0.RC3:

  • (#705) fix bean name of CacheManager conflict with spring cache
  • fix: the parse in SpringConfigProvider is not SpringXXXParser instance by default.

2.7 compatibility notes: 中文/English

v2.7.0.RC3

06 Aug 08:22
db3d95c

Choose a tag to compare

compare to 2.7.0.RC

  • fix cache load and refresh problem for SimpleCacheManager.getOrCreateCache()