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 +