From 3869b98a536d0890c0cc58c24d54c4cd83648987 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 6 Dec 2024 11:33:38 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84722bed..03b98a4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Redisson Releases History Upgrade to __[Redisson PRO](https://redisson.pro)__ with **advanced features**. +### 06-Dec-2024 - 3.40.1 released + +Improvement - Netty pending tasks amount report in timeout exceptions + +Fixed - Redis or Valkey hostname parsing +Fixed - `NoClassDefFoundError` is thrown during run with Spring Boot 3.4.0 in GraalVM native mode +Fixed - `RTopic` and `RShardedTopic` fail to resubscribe after node's DNS record change (regression since 3.27.0) + ### 03-Dec-2024 - 3.40.0 released Feature - metrics added to `RClusteredTopic`, `RReliableTopic`, `RClusteredReliableTopic`, `RShardedTopic`, `RJsonStore` and `RLocalCachedJsonStore` objects