From ec85d59e3a234987f563feb371f753d2a3a08ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:19:58 +0000 Subject: [PATCH 1/2] Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.5 to 1.1.10.6. - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.5...v1.1.10.6) --- updated-dependencies: - dependency-name: org.xerial.snappy:snappy-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- redisson-all/pom.xml | 2 +- redisson/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/redisson-all/pom.xml b/redisson-all/pom.xml index 116f310f9..f40e451e9 100644 --- a/redisson-all/pom.xml +++ b/redisson-all/pom.xml @@ -91,7 +91,7 @@ org.xerial.snappy snappy-java - 1.1.10.5 + 1.1.10.6 org.lz4 diff --git a/redisson/pom.xml b/redisson/pom.xml index f3cfe0c13..c45fbb04c 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -239,7 +239,7 @@ org.xerial.snappy snappy-java - 1.1.10.5 + 1.1.10.6 provided true From 52816eb62f88b39dd9774c98e2902593323d0b13 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 9 Sep 2024 13:31:13 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1282eca..9f6481470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ Redisson Releases History Upgrade to __[Redisson PRO](https://redisson.pro)__ with **advanced features**. +### 09-Sep-2024 - 3.36.0 released + +Feature - `Kryo5Codec` `useReferences` setting added +Feature - `RListMultimapCacheNative` and `RSetMultimapCacheNative` objects added. Require Redis 7.4+ +Feature - `AggregationOptions.sortBy()` method with `withCount` parameter added (thanks to @pfyod) +Feature - `allowedClasses` setting added to `FuryCodec` +Feature - `addIfAbsent(Map)` method added to `RSetCache` object (thanks to @lyrric) + +Improvement - 'hmget' should be instead of 'hget' in `RMapCache.getAllWithTTLOnly()` method + +Fixed - RedisExecutor throws "Failed to submit a listener notification task" error during shutdown +Fixed - Keep the jmockit version in the plugin consistent with that in the dependencies (thanks to @lyrric) +Fixed - hostname after comma in Redis Cluster topology isn't parsed +Fixed - `drainToAsync()` method returns an incorrect value (thanks to @seakider) +Fixed - numeric cast in `CommandDecoder` +Fixed - `RLiveObject` value shouldn't be deleted during index update +Fixed - `RSetCache.addAllIfAbsent()` method doesn't work +Fixed - missed `getSetMultimapCache()` and `getListMultimapCache()` methods in `RBatchReactive` object +Fixed - missed `getMapCacheNative()` method in `RBatch` object +Fixed - `MapValueDecoder` throws NPE +Fixed - `EnumMap` type handling by `Kryo5Codec` +Fixed - `Kryo5Codec` `registrationRequired` setting replaced with `allowedClasses` +Fixed - JCache eviction task isn't removed on `close()` method invocation +Fixed - missed `destroy()` method for `RListMultimapCache` and `RSetMultimapCache` objects + ### 22-Aug-2024 - 3.35.0 released Feature - `INDEXEMPTY` option added to tag and text fields in `RSearch.createIndex()` method