From 1d9c17146fe0c70502cb491c1e5b09ba431b768d Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 19 Feb 2017 15:40:43 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787a14664..5759c197f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ Redisson Releases History Try __ULTRA-FAST__ [Redisson PRO](https://redisson.pro) edition. +####19-Feb-2017 - versions 2.8.0 and 3.3.0 released + +Feature - __`RClusteredLocalCachedMap` object added__ More details [here](https://github.com/redisson/redisson/wiki/7.-distributed-collections#713-map-data-partitioning) +Feature - __`RClusteredMapCache` object added__ More details [here](https://github.com/redisson/redisson/wiki/7.-distributed-collections#713-map-data-partitioning) +Feature - __`RClusteredSetCache` object added__ More details [here](https://github.com/redisson/redisson/wiki/7.-distributed-collections/#732-set-data-partitioning) +Feature - __`RPriorityQueue` object added__ More details [here](https://github.com/redisson/redisson/wiki/7.-distributed-collections/#715-priority-queue) +Feature - __`RPriorityDeque` object added__ More details [here](https://github.com/redisson/redisson/wiki/7.-distributed-collections/#716-priority-deque) +Feature - `removeAllListeners` and `removeListener` by instance methods added for `RTopic` and `RPatternTopic` +Feature - `RLockAsync` interface added +Improvement - `RRemoteService` is now able to support method overload +Fixed - `RLocalCachedMap` is not Redis cluster compatible + + ####02-Feb-2017 - versions 2.7.4 and 3.2.4 released Feature - Allow to specify Redisson instance/config during JCache cache creation