Skip to content

Commit b44252e

Browse files
committed
Updated changelog.
See #2003
1 parent f002bea commit b44252e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

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

4+
Changes in version 2.5.0-RC1 (2021-03-31)
5+
-----------------------------------------
6+
* #2019 - Upgrade to Lettuce 6.1.0.RELEASE.
7+
* #2017 - Upgrade to Jedis 3.6.0-RC1.
8+
* #2016 - Connection proxy creation fails when using package-protected RedisConnectionProxy interface.
9+
* #2015 - Pass-thru byte arrays in entities into `Bucket`.
10+
* #2014 - Add limit option to ScanCursor.
11+
* #2013 - Return AbstractRedisClient from LettuceConnectionFactory.
12+
* #2011 - Upgrade to Xstream 1.4.16.
13+
* #2010 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes.
14+
* #1992 - Add support for CONFIG REWRITE.
15+
* #1990 - Upgrade CI to Redis 6.2.
16+
* #1981 - Class with @RedisHash and byte[] property is turned into Map<String, Byte>.
17+
* #1745 - Return AbstractRedisClient from LettuceConnectionFactory [DATAREDIS-1170].
18+
* #1711 - Add support to Redis Streams using Jedis Client [DATAREDIS-1140].
19+
* #1575 - Add limit option to ScanCursor. [DATAREDIS-1004].
20+
* #1560 - Provide TLS support for Sentinel clients in Jedis driver [DATAREDIS-989].
21+
22+
423
Changes in version 2.5.0-M5 (2021-03-17)
524
----------------------------------------
625
* #2002 - Upgrade to Lettuce 6.1.0 RC1.
@@ -2361,5 +2380,6 @@ General
23612380

23622381

23632382

2383+
23642384

23652385

0 commit comments

Comments
 (0)