From ff4ccbf132c372788beadaaf4fba9f28fb3822da Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 28 Jul 2023 08:22:18 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 025de7d4e..c5a5cdd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ Redisson Releases History Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. +### 28-Jul-2023 - 3.23.2 released +Feature - Micronaut 4.0 integration + +Improvement - PubSub channels should be reconnected back to Slave from Master node if SubscriptionMode + +Fixed - Setting `retryAttempts` to 0 causes an exception (regression since 3.23.1) +Fixed - `RTopic` subscribes only to a single master if `__keyspace` or `__keyevent` channel is defined +Fixed - `SlaveConnectionPool no available Redis entries` error may arise in some cases +Fixed - StackOverflowError is thrown by `AggregationOptions.groupBy()` method +Fixed - `failedSlaveCheckInterval` value should be greater than zero before it can be applied +Fixed - `RedissonLocalCachedMap.putAllOperation()` method throws `ClassCastException` if `SyncStrategy = UPDATE` + ### 18-Jul-2023 - 3.23.1 released Improvement - the scope of key event subscriptions reduced for `RLiveObjectService` object. Now it uses key-space channel Improvement - the scope of key event subscriptions reduced for `RLocalCachedMap` object. Now it uses key-space channel From 878636779e6bd5d4408eab4391ec57d834b4bc65 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 28 Jul 2023 08:27:08 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a5cdd19..bc21711ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and ### 28-Jul-2023 - 3.23.2 released Feature - Micronaut 4.0 integration -Improvement - PubSub channels should be reconnected back to Slave from Master node if SubscriptionMode +Improvement - PubSub channels should be reconnected back to Slave from Master node if `SubscriptionMode = UPDATE` Fixed - Setting `retryAttempts` to 0 causes an exception (regression since 3.23.1) Fixed - `RTopic` subscribes only to a single master if `__keyspace` or `__keyevent` channel is defined