From fb9cd78e3c3a533e6c2f0116bc2d63fdfeaa941a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 22 Jul 2020 10:20:40 +0200 Subject: [PATCH] DATAREDIS-1168 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b8aff9698..aa6b472ed 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data Redis Changelog =========================== +Changes in version 2.3.2.RELEASE (2020-07-22) +--------------------------------------------- +* DATAREDIS-1181 - Upgrade to Lettuce 5.3.2. +* DATAREDIS-1179 - ObjectHashMapper not able to resolve type alias. +* DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter. +* DATAREDIS-1177 - Upgrade to xstream 1.4.12. +* DATAREDIS-1175 - Unable to read a List from a Redis Stream. +* DATAREDIS-1173 - Close connection unsubscribes from all channels incorrectly using Lettuce. +* DATAREDIS-1172 - StreamReceiverOptionsBuilder.hashValueSerializer mis-typed. +* DATAREDIS-1168 - Release 2.3.2 (Neumann SR2). +* DATAREDIS-1150 - Add reactive variant of RedisClusterCommands. + + Changes in version 2.2.9.RELEASE (2020-07-22) --------------------------------------------- * DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter. @@ -2048,5 +2061,6 @@ General +