diff --git a/README.md b/README.md index f629ed0d5..83e999b29 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,17 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####03-Aug-2015 - version 2.1.0 released +Feature - `RTopic` subscribtion/unsubscription status listener added +Feature - `RSet`: `removeRandom` and `removeRandomAsync` methods added +Improvement - `RList`: `retainAll`,`containsAll`, `indexOf`, `lastIndexOf` optimization +__Breaking api change__ - `findKeysByPattern` response interface changed to `Collection` +__Breaking api change__ - `RTopic` message listener interface changed +Fixed - NPE during cluster mode start +Fixed - timeout timer interval calculation +Fixed - `RBatch` NPE's with very big commands list +Fixed - `RBucket.set` with timeout + ####26-Jul-2015 - version 2.0.0 released Starting from 2.0.0 version Redisson has a new own async and lock-free Redis client under the hood. Thanks to the new architecture pipline (command batches) support has been implemented and a lot of code has gone. @@ -209,7 +220,7 @@ Include the following to your dependency list: org.redisson redisson - 2.0.0 + 2.1.0 ### Supported by