From 1f04696deb1edb64b1f3571db89eb7eefa3827d7 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 ab89c827b..2b1da604b 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. @@ -2072,5 +2082,6 @@ General +