From 1831ec4abf05a952c6375c48354d4f3babfd552c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 4 Aug 2016 13:16:26 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9d56f4d..be7e199aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. +####04-Aug-2016 - version 2.2.23 released +Improvement - `Future.cancel` method handling for RemoteService async call +Fixed - unable to redefine RedisClient command execution timeout +Fixed - exception occured in CommandEncoder leads to reponse timeout exception +Fixed - exception occured in CommandDecoder leads to reponse timeout exception +Fixed - BLPOP timeout calculation fixed +Fixed - object used in RemoteService to prevent race-condition during ack receiving should be created per request + ####26-Jul-2016 - version 2.2.22 released Fixed - java.lang.UnsupportedOperationException during command batch usage with netty 4.0.38 and higher From add72bfd2df2142311a78685bed14a59f70efe95 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 4 Aug 2016 13:42:56 +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 090a5a890..95fa9f058 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,12 @@ Include the following to your dependency list: org.redisson redisson - 2.2.22 + 2.2.23 ### Gradle - compile 'org.redisson:redisson:2.2.22' + compile 'org.redisson:redisson:2.2.23' ### Supported by