Update CHANGELOG.md

pull/4087/head
Nikita Koksharov 3 years ago committed by GitHub
parent 80ea563ebd
commit e2f1d794fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save