From 3e8522cab7094303d4bac55dd00742c1fc3abd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 08:39:59 +0000 Subject: [PATCH 1/3] Bump h2 from 1.4.200 to 2.0.202 in /redisson-hibernate Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.0.202. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.0.202) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- redisson-hibernate/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-hibernate/pom.xml b/redisson-hibernate/pom.xml index db8c0ff51..2782889c9 100644 --- a/redisson-hibernate/pom.xml +++ b/redisson-hibernate/pom.xml @@ -55,7 +55,7 @@ com.h2database h2 - 1.4.200 + 2.0.202 test From d8a6b92c0a751ee2428b77ddd4989a3cf09c863a Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 23 Dec 2021 12:34:45 +0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9e05111..bb52a3ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ Redisson Releases History Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. +### 23-Dec-2021 - 3.16.7 released + +Improvement - MessageListener should be annotated by @FunctionalInterface + +Fixed - RScript.scriptLoad() doesn't load script into Slave nodes +Fixed - Spring Data RedissonConnection eval should use ByteArrayCodec (thanks @woodyDM) +Fixed - `RSet.distributedIterator()` and `RScoredSortedSet.distributedIterator()` methods throw script error +Fixed - synced slaves amount is not checked in RLock object +Fixed - race condition during hostname resolution in sentinel mode which may cause slave shutdown +Fixed - error should be thrown if slaves aren't defined in MasterSlave mode and readMode != MASTER +Fixed - master node shouldn't be initialized as slave in single mode +Fixed - `can't find node` error arise in replicated mode + ### 06-Dec-2021 - 3.16.6 released Fixed - race condition causes wrong detection of failed slaves in Replicated mode. (regression since 3.16.5) From 7acb2f65e239d67f974d6d8e3acf6f6fe8a222cd Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 23 Dec 2021 12:36:42 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ce876e7a..b1160184b 100644 --- a/README.md +++ b/README.md @@ -104,14 +104,14 @@ Used by org.redisson redisson - 3.16.6 + 3.16.7 #### Gradle - compile 'org.redisson:redisson:3.16.6' + compile 'org.redisson:redisson:3.16.7' #### SBT - libraryDependencies += "org.redisson" % "redisson" % "3.16.6" + libraryDependencies += "org.redisson" % "redisson" % "3.16.7" #### Java @@ -169,8 +169,8 @@ Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and ## Downloads -[Redisson 3.16.6](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.16.6&e=jar), -[Redisson node 3.16.6](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.16.6&e=jar) +[Redisson 3.16.7](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.16.7&e=jar), +[Redisson node 3.16.7](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.16.7&e=jar) ## FAQs