File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11Spring 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+
423Changes 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
You can’t perform that action at this time.
0 commit comments