From 83021b25e1035aa4721e526f1217d1bdba113156 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 13 Jul 2016 21:35:56 +0300 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ad96c5b..9febc1016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. +####13-Jul-2016 - version 2.2.19 released +Feature - `RSetReactive.readIntersection`, `RSetReactive.diff` and `RSetReactive.intersection` added +Fixed - cluster commands handling regression + ####13-Jul-2016 - version 2.2.18 released Feature - `RSet.randomAsync` and `RSet.random` commands added (thanks to dcheckoway) Feature - commandTimeout param added to RedisClient From 8ef78f5815e017536c324e411eb3b7ed05159f1c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 13 Jul 2016 21:40:43 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a5734a53..32baa7227 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,12 @@ Include the following to your dependency list: org.redisson redisson - 2.2.18 + 2.2.19 ### Gradle - compile 'org.redisson:redisson:2.2.18' + compile 'org.redisson:redisson:2.2.19' ### Supported by From 5006ab717c31875470c021c5d216eba24ffacd60 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 13 Jul 2016 21:49:22 +0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9febc1016..f3c8e4a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Redisson Releases History ####13-Jul-2016 - version 2.2.19 released Feature - `RSetReactive.readIntersection`, `RSetReactive.diff` and `RSetReactive.intersection` added -Fixed - cluster commands handling regression +Fixed - cluster commands handling regression (regression since 2.2.18) ####13-Jul-2016 - version 2.2.18 released Feature - `RSet.randomAsync` and `RSet.random` commands added (thanks to dcheckoway)