From 963be329944508607d7aec76252c4489479f42d0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Aug 2020 13:07:16 +0200 Subject: [PATCH] DATAREDIS-1188 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9dbf0afb3..c74e99921 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Redis Changelog =========================== +Changes in version 2.3.3.RELEASE (2020-08-12) +--------------------------------------------- +* DATAREDIS-1199 - Upgrade to Lettuce 5.3.3. +* DATAREDIS-1195 - DefaultRedisCacheWriter.putIfAbsent may not set the TTL if the connection drops. +* DATAREDIS-1191 - Redis repository returns empty object instead of Optional.Empty(). +* DATAREDIS-1190 - Cluster rename fails when targetKey already exists on target node. +* DATAREDIS-1189 - No subscription retry when using a connection pool. +* DATAREDIS-1188 - Release 2.3.3 (Neumann SR3). + + Changes in version 2.4.0-M2 (2020-08-12) ---------------------------------------- * DATAREDIS-1199 - Upgrade to Lettuce 5.3.3. @@ -2083,5 +2093,6 @@ General +