File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Redis Changelog
2
2
===========================
3
3
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
+
4
23
Changes in version 2.5.0-M5 (2021-03-17)
5
24
----------------------------------------
6
25
* #2002 - Upgrade to Lettuce 6.1.0 RC1.
@@ -2361,5 +2380,6 @@ General
2361
2380
2362
2381
2363
2382
2383
+
2364
2384
2365
2385
You can’t perform that action at this time.
0 commit comments