From 42e3feddef33481ec507c7a96da67323e64eb2a0 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 3 Aug 2019 12:20:32 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58df0e928..17c24b459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ Redisson Releases History Сonsider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA. +### 03-Aug-2019 - 3.11.2 released + +Improvement - `RLiveObject` interface should extend `RExpirable` +Improvement - `RKeys.deleteByPattern` method performance improvements +Fixed - `RBatch.execute` method throws `NoSuchElementException` +Fixed - `RedisTimeoutException` is thrown if retryInterval set to 0 +Fixed - `Set.intersection`, `union` and `diff` methods should return Integer +Fixed - `FSTCodec` state is not fully copied +Fixed - `CommandAsyncService.CODECS` map changed to Soft reference map +Fixed - `RKeys.deleteByPatternAsync` method doesn't work in batch mode +Fixed - subscribe timeouts after failover +Fixed - a new attempt is not made if node with defined slot wasn't discovered +Fixed - some methods of `RScript` object doesn't use defined codec +Fixed - `RedissonConnection.set` method returns null if invoked with expiration parameter +Fixed - `removeAll` method doesn't work on collections returned by Multimap based objects + ### 25-Jun-2019 - 3.11.1 released Feature - `getPendingInvocations` method added to `RRemoteService` object Feature - `natMap` setting support for Sentinel mode (thanks to [fgiannetti](https://github.com/fgiannetti))