From be52e72f92d18193e33a8adb3567f10073b71c37 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 11:34:25 +0200 Subject: [PATCH] Updated changelog. See #2095 --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4088b55ac..b8544af1c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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 +