Skip to content

Releases: alibaba/jetcache

v2.3.1

04 Dec 06:32
Compare
Choose a tag to compare

set class scope ConfigTree to public

v2.2.2

04 Dec 06:32
Compare
Choose a tag to compare

set class scope ConfigTree to public

v2.3.0

24 Nov 06:39
Compare
Choose a tag to compare
  • support lettuce 5 in artifact jetcache-redis-lettuce and jetcache-starter-redis-lettuce
  • rename old artifact jetcache-redis-luttece,jetcache-starter-redis-luttece to jetcache-redis-lettuce4,jetcache-starter-redis-lettuce4 to provide lettuce 4 support
  • fix all misspell of "lettuce" in package name, class name and config
  • update dependencies: spring 4.3.7 -> 4.3.12, boot 1.5.2 -> 1.5.8, fastjson 1.2.32 -> 1.2.41, mvel 2.3.1 -> 2.4.0, kryo 4.0.0 -> 4.0.1, caffeine 2.5.2 -> 2.6.0

v2.2.1

22 Nov 13:43
Compare
Choose a tag to compare
  • If sub cache has a loader, MultiLevelCache will throw a CacheConfigException during construction
  • Fix problems when spring boot version <= 1.2.X
  • Compatible with Spring Boot 2.0.0.M6
  • Update lettuce to 4.4.2 and fix misspell "lettuce" in configuration

v2.1.8

22 Nov 13:49
Compare
Choose a tag to compare
  • Fix problems when spring boot version <= 1.2.X
  • unwrap method in class RedisCache now work with parameter Pool.class and RedisSentinelPool.class

v2.2.0

01 Sep 14:27
Compare
Choose a tag to compare
  • 2.2.0 (2017-09-01)
    ** unwrap method in class RedisCache now work with parameter Pool.class and RedisSentinelPool.class
    ** add direct jedis dependency for jetcache-starter-redis
    ** coverage tools integration
  • 2.2.0.Beta4 (2017-06-12)
    ** declare beanDependencyManager bean in static way to eliminate warning log during startup
  • 2.2.0.Beta3 (2017-06-12)
    ** fix compatible problem with Spring(<=4.2) in jetcache 2.1.5, 2.2.0.Beta1, 2.2.0.Beta2
  • 2.2.0.Beta2 (2017-06-08)
    ** MultiLevelCache now supports unwrap method
    ** optimise RefreshCache
  • 2.2.0.Beta1 (2017-06-05)
    ** support redis luttece client
    ** introduce asynchronous cache API (when using luttece)
    ** introduce auto load (read through) and auto refresh features
    ** add timeUnit attribute to @cached and @CreateCache
    ** some internal API refactor

v2.2.0.Beta4

13 Jul 13:37
Compare
Choose a tag to compare
v2.2.0.Beta4 Pre-release
Pre-release

declare beanDependencyManager bean in static way to eliminate warning log during startup

v2.1.7

13 Jul 13:58
Compare
Choose a tag to compare

declare beanDependencyManager bean in static way to eliminate warning log during startup

v2.2.0.Beta3

12 Jun 07:13
Compare
Choose a tag to compare
v2.2.0.Beta3 Pre-release
Pre-release

fix compatible problem with Spring(<=4.2) in jetcache 2.1.5, 2.2.0.Beta1, 2.2.0.Beta2

v2.1.6

12 Jun 09:28
Compare
Choose a tag to compare

fix compatible problem with Spring(<=4.2) in jetcache 2.1.5