From a10e1dc1041dec5abc203bfd289e754069d339a5 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 17 Sep 2015 20:37:58 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2efb0a17c..aa6dc301b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,14 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####17-Sep-2015 - version 2.1.3 released +Feature - Ability to define `Codec` for each object +Feature - `refreshConnectionAfterFails` setting added +Feature - AWS Elasticache support via `Config.useElasticacheServers` method (thanks to Steve Ungerer) +Feature - `RScoredSortedSet` and `RLexSortedSet` added. Both uses native Redis Sorted Set commands. `RLexSortedSet`s stores only String objects and work with ZLEX-commands +Fixed - missed AUTH during channel reconnection +Fixed - resubscribe to subscribed channels during channel reconnection + ####05-Sep-2015 - version 2.1.2 released Fixed - possible NPE during channel reconnection Fixed - executeAsync freezes in cluster mode From 75c94f3723bf3dba5610d984e054098d5ad4d9b9 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 17 Sep 2015 20:38:20 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa6dc301b..1af3c3b8b 100644 --- a/README.md +++ b/README.md @@ -258,12 +258,12 @@ Include the following to your dependency list: org.redisson redisson - 2.1.2 + 2.1.3 ### Gradle - compile 'org.redisson:redisson:2.1.2' + compile 'org.redisson:redisson:2.1.3' ### Supported by From 41332bd8469fd99a1a1ccbb36f13d627d62d4bf1 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 17 Sep 2015 20:41:08 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af3c3b8b..6e69568d4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Recent Releases ####17-Sep-2015 - version 2.1.3 released Feature - Ability to define `Codec` for each object Feature - `refreshConnectionAfterFails` setting added -Feature - AWS Elasticache support via `Config.useElasticacheServers` method (thanks to Steve Ungerer) +Feature - [AWS Elasticache](https://aws.amazon.com/elasticache/) support via `Config.useElasticacheServers` method (thanks to Steve Ungerer) Feature - `RScoredSortedSet` and `RLexSortedSet` added. Both uses native Redis Sorted Set commands. `RLexSortedSet`s stores only String objects and work with ZLEX-commands Fixed - missed AUTH during channel reconnection Fixed - resubscribe to subscribed channels during channel reconnection From 48f6e88b236ed3f4e8c6a3b797e2aeccdfb03818 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 17 Sep 2015 20:51:23 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e69568d4..ade2408fe 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Feature - `refreshConnectionAfterFails` setting added Feature - [AWS Elasticache](https://aws.amazon.com/elasticache/) support via `Config.useElasticacheServers` method (thanks to Steve Ungerer) Feature - `RScoredSortedSet` and `RLexSortedSet` added. Both uses native Redis Sorted Set commands. `RLexSortedSet`s stores only String objects and work with ZLEX-commands Fixed - missed AUTH during channel reconnection -Fixed - resubscribe to subscribed channels during channel reconnection +Fixed - resubscribe to subscribed topics during channel reconnection ####05-Sep-2015 - version 2.1.2 released Fixed - possible NPE during channel reconnection