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 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