Update README.md

pull/395/head
Nikita Koksharov 9 years ago
parent a9a23dd033
commit 7ab200c058

@ -82,25 +82,20 @@ Invaluable: [invaluable.com](http://www.invaluable.com/)
Latest version changelog Latest version changelog
================================= =================================
####28-Jan-2016 - version 2.2.6 released ####03-Feb-2016 - version 2.2.7 released
Feature - __new object added__ `RedissonMultiLock` Feature - `readAllKeySet`, `readAllValues`, `readAllEntry`, `readAllKeySetAsync`, `readAllValuesAsync`, `readAllEntryAsync` methods were added to `RMap` object
Feature - `move` method added to `RSet`, `RSetReactive` objects (thanks to thrau) Improvement - `RKeys.delete` optimization in Cluster mode
Feature - `put` methods with `maxIdleTime` param added to `RMapCache` object Fixed - minimal connections amount initialization
Feature - `RList.subList` returns `live` view object Fixed - `RKeys.deleteByPattern` throws an error in cluster mode
Feature - `readAll` method added to `RList` and `RSet` objects Fixed - `RKeys.deleteAsync` throws error in Cluster mode
Feature - `trim` method added to `RList` object Fixed - Redisson failed to start when one of sentinel servers is down
Feature - ability to read/write Redisson config object from/to `JSON` or `YAML` format Fixed - Redisson failed to start when there are no slaves in Sentinel mode
Feature - [Spring cache](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html) integration Fixed - slave nodes up/down state discovery in Cluster mode
Feature - `readMode` setting added Fixed - slave can stay freezed when it has been just added in Sentinel mode
Improvement - `RSetCache` object entry eviction optimization Fixed - offline slaves handling during Redisson start in Sentinel mode
Improvement - `RList` object optimization Fixed - `SELECT` command can't be executed in Sentinel mode
Improvement - `RedissonCountDownLatchAsync` interface added Fixed - `database` setting removed from cluster config
Improvement - cluster restrictions removed from `loadBucketValues` and `saveBuckets` methods
Fixed - wrong ByteBuf read position in all codecs based on `StringCodec`
Fixed - can't connect with password to Sentinel and Elasticache servers
Fixed - Cluster slave discovery (regression since 2.1.5)
Fixed - Sentinel slave discovery (regression since 2.1.5)
### Maven ### Maven

Loading…
Cancel
Save