Updated changelog.

See #2095
This commit is contained in:
Jens Schauder
2021-07-16 11:34:25 +02:00
parent 76bbc2108a
commit be52e72f92

View File

@@ -1,6 +1,15 @@
Spring Data Redis Changelog
===========================
Changes in version 2.5.3 (2021-07-16)
-------------------------------------
* #2122 - Upgrade to redis/jedis driver 3.6.2.
* #2119 - Upgrade to Lettuce 6.1.4.
* #2116 - Introduce factory methods to configure `LettuceConnectionFactory` from `RedisURI`.
* #2103 - Cannot connect to Redis Sentinel using database greater 0 through Jedis.
* #2088 - Add support for ZMSCORE and ZPOPMIN/ZPOPMAX commands.
Changes in version 2.5.2 (2021-06-22)
-------------------------------------
* #2093 - Upgrade to Jedis 3.6.1.
@@ -2445,5 +2454,6 @@ General