From 381b8702f2fb8df49722c60a254639eb5edc57ca Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 16 Jul 2018 17:17:27 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f2d5aa0..4792375db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Redisson Releases History Try __[Redisson PRO](https://redisson.pro)__ version. +### 16-Jul-2018 - versions 2.12.4 and 3.7.4 released +Feature - dump and restore methods added to `RObject` interface +Fixed - Redis response hangs if `RLiveObject` stored as nested object +Fixed - slow Redisson initialization in Sentinel +Fixed - missing PubSub messages when pingConnectionInterval setting is specified +Fixed - `RBatch` in `ExecutionMode.REDIS_WRITE_ATOMIC` and `ExecutionMode.REDIS_READ_ATOMIC` modes throws NumberFormatException exception +Fixed - `RRedissonRateLimiter.acquire` blocks forever +Fixed - lot of connections remain in TIME_WAIT state after Redisson shutdown +Fixed - `ClassNotFoundException` arise in Tomcat session manager +Fixed - `RHyperLogLog.addAll` method doesn't add all elements + ### 27-Jun-2018 - versions 2.12.3 and 3.7.3 released Feature - added `RKeys.getKeys` method with batch size Feature - added `SnappyCodecV2` codec