From d0a8cdf88c2b1d9faefddc60a6c3e38b53e82246 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 12 May 2021 13:58:24 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d25bbc44..7d0096e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ Redisson Releases History ================================ -Сonsider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA. +Consider __[Redisson PRO](https://redisson.pro)__ version for **ultra-fast performance** and **support by SLA**. + +### 12-May-2021 - 3.15.5 released + +Feature - `discard()` method added to `RBatch` object +Feature - `broadcastSessionUpdates` setting added to Tomcat Session Manager + +Fixed - no error if jcache has wrong configuration in yaml format +Fixed - frequent Redis master failover causes memory leak in `IdleConnectionWatcher` +Fixed - `RedisStreamCommands.xGroupDelConsumer()` method in Spring Data module uses incorrect Redis command +Fixed - `RLock` can't be acquired anymore if pubsub connection limit was reached (thanks to @zhwq1216) +Fixed - PubSub Lock entries memory-leak during Lock acquisition (thanks to @zhwq1216) +Fixed - dns monitor shouldn't use IP addresses as hostnames +Fixed - failover handling stops to work if Redis Cluster node returned empty topology +Fixed - `mGet()` and `mSet()` methods of Spring Data `RedissonConnection` object throw CROSSSLOT error +Fixed - `touch()`, `mDel()`, `mUnlink()`, `expire()`, `pExpire()`, `expireAt()`, `pExpireAt()`, `persist()` methods of Spring Data `ReactiveKeyCommands` interface should be executed as write operation +Fixed - RMap.computeIfPresent() doesn't update mutable objects +Fixed - `MapReduce` timeout isn't applied if `ExecutorService` node is down +Fixed - Redisson tries reconnect to Redis nodes which marked as shutdown by topology manager ### 20-Apr-2021 - 3.15.4 released From a2e6b0684d009b4d1e764e78f5279c2ef5a8fa6f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 13 May 2021 09:08:13 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0609a7b24..a853d745d 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,14 @@ Used by org.redisson redisson - 3.15.4 + 3.15.5 #### Gradle - compile 'org.redisson:redisson:3.15.4' + compile 'org.redisson:redisson:3.15.5' #### SBT - libraryDependencies += "org.redisson" % "redisson" % "3.15.4" + libraryDependencies += "org.redisson" % "redisson" % "3.15.5" #### Java @@ -167,8 +167,8 @@ Consider __[Redisson PRO](https://redisson.pro)__ version for **ultra-fast perfo ## Downloads -[Redisson 3.15.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.15.4&e=jar), -[Redisson node 3.15.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.15.4&e=jar) +[Redisson 3.15.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.15.5&e=jar), +[Redisson node 3.15.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.15.5&e=jar) ## FAQs