From 9bfd8efcef01cafeabdbacf3e528244f1172eb65 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 3 Oct 2022 11:46:25 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e864c6d1..0403b264c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ Redisson Releases History Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. +### 2-Oct-2022 - 3.17.7 released + +Improvement - Failed connection ping isn't taken in account in Redis slave health check + +Fixed - RScheduledExecutorService cron expression doesn't support year +Fixed - `replaceValues()` method of `RListMultimap` and `RSetMultimap` throws exception for empty collection +Fixed - RedissonBaseLock throws NPE after failover +Fixed - Spring Data Redis `evalsha()` method doesn't use key for Redis node routing in Cluster mode +Fixed - DNS change isn't detected in replicated mode +Fixed - `RCollectionReactive.addAll()` method is executed without subscription +Fixed - `RKeysAsync.countExists()` method throws errors in cluster mode +Fixed - Spring Data Redis reactive setIfAbsent should return `false` on error (thanks @zhuangzibin) +Fixed - Micronaut native image configuration +Fixed - RBatchReactive execution stuck forever if `useScriptCache = true` +Fixed - NameMapper is applied incorrectly to RBoundedBlockingQueue object +Fixed - incorrect IPv6 conversion +Fixed - Spring Boot Module ignores username parameter set via Spring Redis config +Fixed - SpringBoot yaml configuration parsing errors shouldn't be suppressed + ### 24-Aug-2022 - 3.17.6 released Feature - Helidon 3.0 support