Releases: alibaba/jetcache
Releases · alibaba/jetcache
v2.3.2
v2.3.1
v2.2.2
v2.3.0
- 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
v2.1.8
v2.2.0
- 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
declare beanDependencyManager bean in static way to eliminate warning log during startup
v2.1.7
v2.2.0.Beta3
fix compatible problem with Spring(<=4.2) in jetcache 2.1.5, 2.2.0.Beta1, 2.2.0.Beta2