From 53ed7f980976cff7fbb35300c3cf97f9af1dcdcc Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 19 Jan 2017 17:52:59 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe876415..14d3303d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. +####19-Jan-2016 - versions 2.7.3 and 3.2.3 released + +Redisson Team is pleased to announce __ULTRA-FAST__ Redisson PRO edition. +Performance measure results available in [Benchmark whitepaper](https://redisson.pro/Redisson%20PRO%20benchmark%20whitepaper.pdf) + +Feature - `RMap.getLock(key)` and `RMultimap.getLock(key)` methods added +Improvement - `RedissonSpringCacheManager` constructor with Redisson instance only added +Improvement - `CronSchedule` moved to `org.redisson.api` package +Fixed - RedissonBaseIterator.hasNext() doesn't return false in some cases +Fixed - NoSuchFieldError exception in `redisson-tomcat` modules +Fixed - ConnectionPool size not respected during redirect of cluster request +Fixed - `RSortedSet.removeAsync` and `RSortedSet.addAsync` +Fixed - `RBloomFilter.tryInit` were not validated properly +Fixed - CommandDecoder should print all replay body on error + ####19-Dec-2016 - versions 2.7.2 and 3.2.2 released Feature - `RList`, `RSet` and `RScoredSortedSet` implements `RSortable` interface with SORT command support