From 62399eeeaf3b3996af79c064985bd4cebe6cd784 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 14 Jul 2016 22:06:04 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c8e4a06..f70d3882c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. +####14-Jul-2016 - version 2.2.20 released +Fixed - NPE during pubsub re-subscription (regression since 2.2.18) +Fixed - `RSortedSet` doesn't work in cluster mode (regression since 2.2.16) +Fixed - PubSub connection pool initialization in cluster mode +Fixed - NPE during pubsub usage in cluster mode (regression since 2.2.18) + ####13-Jul-2016 - version 2.2.19 released Feature - `RSetReactive.readIntersection`, `RSetReactive.diff` and `RSetReactive.intersection` added Fixed - cluster commands handling regression (regression since 2.2.18) From afcf25793bff20231a0e83fab5df7f7d5a1cb07f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 14 Jul 2016 22:07:38 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32baa7227..fe229419a 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,12 @@ Include the following to your dependency list: org.redisson redisson - 2.2.19 + 2.2.20 ### Gradle - compile 'org.redisson:redisson:2.2.19' + compile 'org.redisson:redisson:2.2.20' ### Supported by