Skip to content

Commit

Permalink
DATAREDIS-1188 - Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Aug 12, 2020
1 parent 73f960e commit 3022efa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -2083,5 +2093,6 @@ General






0 comments on commit 3022efa

Please sign in to comment.