Skip to content

Commit 72055de

Browse files
committed
Updated changelog.
See #2066
1 parent dabbaaa commit 72055de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.5.2 (2021-06-22)
5+
-------------------------------------
6+
* #2093 - Upgrade to Jedis 3.6.1.
7+
* #2091 - Upgrade to Lettuce 6.1.3.
8+
* #2087 - Fix result sorting using Redis repository query methods.
9+
* #2079 - RedisCache synchronises all get(key, valueLoader) calls.
10+
* #2078 - `LettuceStreamCommands.xRevRange` uses async dedicated connection.
11+
* #2069 - Bump xstream from 1.4.16 to 1.4.17.
12+
* #2055 - Add support for BitFieldSubCommands that generate multiple bit operations using non-chaining methods.
13+
14+
415
Changes in version 2.4.10 (2021-06-22)
516
--------------------------------------
617
* #2092 - Upgrade to Lettuce 6.0.6.
@@ -2433,5 +2444,6 @@ General
24332444

24342445

24352446

2447+
24362448

24372449

0 commit comments

Comments
 (0)