diff --git a/CHANGELOG.md b/CHANGELOG.md index 58df0e928..f057c708f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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)) diff --git a/README.md b/README.md index d40950e11..b8c8fa76a 100644 --- a/README.md +++ b/README.md @@ -103,12 +103,12 @@ Used by org.redisson redisson - 3.11.1 + 3.11.2 #### Gradle - compile 'org.redisson:redisson:3.11.1' + compile 'org.redisson:redisson:3.11.2' #### Java @@ -166,8 +166,8 @@ Consider __[Redisson PRO](https://redisson.pro)__ version for advanced features ## Downloads -[Redisson 3.11.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.11.1&e=jar), -[Redisson node 3.11.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.11.1&e=jar) +[Redisson 3.11.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.11.2&e=jar), +[Redisson node 3.11.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.11.2&e=jar) ## FAQs diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 27248c040..f10535a80 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -38,7 +38,7 @@ Maven redisson-hibernate-52 redisson-hibernate-53 - 3.11.1 + 3.11.2 ``` @@ -46,13 +46,13 @@ Gradle ```groovy // for Hibernate v4.x - compile 'org.redisson:redisson-hibernate-4:3.11.1' + compile 'org.redisson:redisson-hibernate-4:3.11.2' // for Hibernate v5.0.x - v5.1.x - compile 'org.redisson:redisson-hibernate-5:3.11.1' + compile 'org.redisson:redisson-hibernate-5:3.11.2' // for Hibernate v5.2.x - compile 'org.redisson:redisson-hibernate-52:3.11.1' + compile 'org.redisson:redisson-hibernate-52:3.11.2' // for Hibernate v5.3.3+ - v5.4.x - compile 'org.redisson:redisson-hibernate-53:3.11.1' + compile 'org.redisson:redisson-hibernate-53:3.11.2' ``` ### 2. Specify hibernate cache settings diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index baa908883..f9bae17a5 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -16,14 +16,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.11.0 + 3.11.2 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.11.0' + compile 'org.redisson:redisson-spring-boot-starter:3.11.2' ``` ### 2. Add settings into `application.settings` file diff --git a/redisson-spring-data/README.md b/redisson-spring-data/README.md index e919c2a47..437d2a6d2 100644 --- a/redisson-spring-data/README.md +++ b/redisson-spring-data/README.md @@ -25,7 +25,7 @@ Maven redisson-spring-data-20 redisson-spring-data-21 - 3.11.1 + 3.11.2 ``` @@ -33,15 +33,15 @@ Gradle ```groovy // for Spring Data Redis v.1.6.x - compile 'org.redisson:redisson-spring-data-16:3.11.1' + compile 'org.redisson:redisson-spring-data-16:3.11.2' // for Spring Data Redis v.1.7.x - compile 'org.redisson:redisson-spring-data-17:3.11.1' + compile 'org.redisson:redisson-spring-data-17:3.11.2' // for Spring Data Redis v.1.8.x - compile 'org.redisson:redisson-spring-data-18:3.11.1' + compile 'org.redisson:redisson-spring-data-18:3.11.2' // for Spring Data Redis v.2.0.x - compile 'org.redisson:redisson-spring-data-20:3.11.1' + compile 'org.redisson:redisson-spring-data-20:3.11.2' // for Spring Data Redis v.2.1.x - compile 'org.redisson:redisson-spring-data-21:3.11.1' + compile 'org.redisson:redisson-spring-data-21:3.11.2' ``` ### 2. Register `RedissonConnectionFactory` in Spring context diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 9aaf7a716..82a92e2f2 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -66,14 +66,14 @@ Add `RedissonSessionManager` into `tomcat/conf/context.xml` ### 2. Copy two jars into `TOMCAT_BASE/lib` directory: -[redisson-all-3.11.1.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.11.1&e=jar) +[redisson-all-3.11.2.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.11.2&e=jar) for Tomcat 6.x -[redisson-tomcat-6-3.11.1.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-6&v=3.11.1&e=jar) +[redisson-tomcat-6-3.11.2.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-6&v=3.11.2&e=jar) for Tomcat 7.x -[redisson-tomcat-7-3.11.1.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-7&v=3.11.1&e=jar) +[redisson-tomcat-7-3.11.2.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-7&v=3.11.2&e=jar) for Tomcat 8.x -[redisson-tomcat-8-3.11.1.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-8&v=3.11.1&e=jar) +[redisson-tomcat-8-3.11.2.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-8&v=3.11.2&e=jar) for Tomcat 9.x -[redisson-tomcat-9-3.11.1.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-9&v=3.11.1&e=jar) +[redisson-tomcat-9-3.11.2.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-tomcat-9&v=3.11.2&e=jar)