Skip to content

Commit 1faf45a

Browse files
Updated changelog.
See #1943
1 parent c8eab2f commit 1faf45a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/changelog.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Spring Data Redis Changelog
22
===========================
33

4+
Changes in version 2.4.4 (2021-02-17)
5+
-------------------------------------
6+
* #1969 - Preserve order in SetConverter.
7+
* #1961 - DATAREDIS-1955 - Phantom copy is not persisted when entity ttl is changed from positive to negative, causing phantom copy not updated to no expire and counting down, then RedisKeyExpiredEvent publishing.
8+
* #1955 - RedisKeyExpiredEvent is published when entity expiring was changed from positive to -1, resulting in dropping meta information (indexes etc).
9+
10+
411
Changes in version 2.3.7.RELEASE (2021-02-17)
512
---------------------------------------------
613
* DATAREDIS-1263 - Kotlin code fails to compile on JDK 15.
@@ -2285,5 +2292,6 @@ General
22852292

22862293

22872294

2295+
22882296

22892297

0 commit comments

Comments
 (0)