From c125083e9d8ed3f7bbdba6dcf461ba43b3556bc9 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 a908da5cc..fde77f380 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. @@ -2037,5 +2050,6 @@ General +