From 3269de0aa69bb17cd6905cadefce9c2f908ce9fb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 25 Jun 2020 11:48:16 +0200 Subject: [PATCH] DATAREDIS-1147 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9a4c51a79..8f31036f9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Redis Changelog =========================== +Changes in version 2.4.0-M1 (2020-06-25) +---------------------------------------- +* DATAREDIS-1165 - Use standard Spring code of conduct. +* DATAREDIS-1164 - Upgrade to Lettuce 5.3.1.RELEASE. +* DATAREDIS-1161 - DefaultReactiveHashOperations.readHashValue might return null. +* DATAREDIS-1159 - RedisStaticMasterReplicaConfiguration.node(String hostName) should return RedisStaticMasterReplicaConfiguration. +* DATAREDIS-1150 - Add reactive variant of RedisClusterCommands. +* DATAREDIS-1147 - Release 2.4 M1 (2020.0.0). +* DATAREDIS-1143 - Delombok source files. +* DATAREDIS-911 - Spring data redis is not working for custom converter. + + Changes in version 2.3.1.RELEASE (2020-06-10) --------------------------------------------- * DATAREDIS-1164 - Upgrade to Lettuce 5.3.1.RELEASE. @@ -2008,3 +2020,4 @@ General +