From e2f1d794facce6ecead42d4d259702751ee560b2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 21 Jan 2022 13:18:00 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb52a3ea9..ca0b3c0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ Redisson Releases History Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. +### 21-Jan-2022 - 3.16.8 released + +Fixed - Quarkus redisson config fails to load in cluster mode with one node address +Fixed - registered ReliableTopic listener doesn't get old messages +Fixed - pubsub channel isn't released if subscription timeout occurred +Fixed - Quarkus Redisson config should be read at runtime +Fixed - RTopic channels aren't unsubscribed +Fixed - race condition causes Subscription timeout +Fixed - RMapCache.readAllKeySet() doesn't use MapKey codec +Fixed - Spring Data Redis RedissonConnection doesn't implement lpos command (thanks @woodyDM) +Fixed - master host isn't formatted into compressed format for IPV6 addresses in Sentinel mode +Fixed - Spring Data Redis restore() method throws Busy exception + ### 23-Dec-2021 - 3.16.7 released Improvement - MessageListener should be annotated by @FunctionalInterface