Skip to content

Commit 1c321b3

Browse files
Updated changelog.
See #1944
1 parent 86ed251 commit 1c321b3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: src/main/resources/changelog.txt

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

4+
Changes in version 2.5.0-M3 (2021-02-17)
5+
----------------------------------------
6+
* #1969 - Preserve order in SetConverter.
7+
* #1967 - Upgrade to Lettuce 6.1.0 M1.
8+
* #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.
9+
* #1960 - Remove superfluous try catch blocks from Jedis*Commands.
10+
* #1957 - Add support for LPOS using Jedis.
11+
* #1955 - RedisKeyExpiredEvent is published when entity expiring was changed from positive to -1, resulting in dropping meta information (indexes etc).
12+
* #1954 - Upgrade to Commons Pool 2.9.0.
13+
* #1951 - Remove superfluous try catch blocks from Jedis*Commands.
14+
* #1950 - Upgrade to Jedis 3.5.1.
15+
* #1948 - Introduce LettuceInvoker.
16+
* #1816 - Add support for removeRangeByLex in ZSetOperations [DATAREDIS-1244].
17+
* #1797 - Remove superfluous try catch blocks from Lettuce*Commands [DATAREDIS-1224].
18+
* #1779 - Update repository after GitHub issues migration.
19+
20+
421
Changes in version 2.4.4 (2021-02-17)
522
-------------------------------------
623
* #1969 - Preserve order in SetConverter.
@@ -2293,5 +2310,6 @@ General
22932310

22942311

22952312

2313+
22962314

22972315

0 commit comments

Comments
 (0)