From 3997b9ca8da2e149cdbd2e61f72611df4807b510 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 3 Aug 2015 20:26:49 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f629ed0d5..78e68a7e7 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` status subscribtion/unsubscription listener +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. From f85cf5587540c3909389792b88bfd33222ce859d Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 3 Aug 2015 20:32:11 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e68a7e7..f2f4a894b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Recent Releases ####Please Note: trunk is current development branch. ####03-Aug-2015 - version 2.1.0 released -Feature - `RTopic` status subscribtion/unsubscription listener +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` From 4523bba9f15e7aaa19083a1b607976df267adc94 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 4 Aug 2015 09:40:36 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2f4a894b..83e999b29 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Include the following to your dependency list: org.redisson redisson - 2.0.0 + 2.1.0 ### Supported by