From dceb42fdb2c6b0d3cd27e16a5738bae5c8695098 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 15 Aug 2023 09:19:39 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9358e477e..6e8f40cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Redisson Releases History Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. +### 28-Jul-2023 - 3.23.3 released +Feature - `TransportMode.IO_URING` added (thanks to @sgammon) +Feature - `LocalCachedMapOptions.useKeyEventsPattern()` setting introduced + +Improvement - Long as string cache in CommandEncoder (thanks to @tomerarazy) +Improvement - each `AddressResolver` created by `SequentialDnsAddressResolverFactory` should share common DnsCache and DnsCnameCache instances +Improvement - RedisURI optimization (thanks to @ikss) + +Fixed - codec errors during Quarkus native build +Fixed - `Unable to acquire connection for subscription` issue if `RLocalCachedMap` is used (regression since 3.23.2) + ### 28-Jul-2023 - 3.23.2 released Feature - Micronaut 4.0 integration From f49e5d8b6a0029d769372aae41e60b3bc685db77 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 15 Aug 2023 13:30:45 +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 6e8f40cde..cf5610e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Improvement - each `AddressResolver` created by `SequentialDnsAddressResolverFac Improvement - RedisURI optimization (thanks to @ikss) Fixed - codec errors during Quarkus native build -Fixed - `Unable to acquire connection for subscription` issue if `RLocalCachedMap` is used (regression since 3.23.2) +Fixed - extra subscription topic allocation by `RLocalCachedMap` object (regression since 3.23.2) ### 28-Jul-2023 - 3.23.2 released Feature - Micronaut 4.0 integration