From b252af1d9f420b7c98d670c5c33fcbdbce4e3d86 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 16 Sep 2020 13:57:04 +0200 Subject: [PATCH] DATAREDIS-1201 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1dccedc8d..e874768a0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Redis Changelog =========================== +Changes in version 2.4.0-RC1 (2020-09-16) +----------------------------------------- +* DATAREDIS-1215 - Upgrade to Lettuce 6.0-RC2. +* DATAREDIS-1210 - StreamReadOptions toString method cause StackOverflowError due to endless loop. +* DATAREDIS-1207 - LettuceStreamCommands.xRevRange incorrectly converts Ranges. +* DATAREDIS-1201 - Release 2.4 RC1 (2020.0.0). +* DATAREDIS-1197 - Upgrade to Lettuce 6.0 RC1. +* DATAREDIS-1196 - Add support for LPOS command. +* DATAREDIS-1145 - Support Sentinel password for Jedis. +* DATAREDIS-1136 - Upgrade CI Build to Redis 6.0.0. +* DATAREDIS-1085 - Add approximate trim support for XTRIM. +* DATAREDIS-1046 - Implement Redis 6.0 ACL in Spring Data. + + Changes in version 2.3.4.RELEASE (2020-09-16) --------------------------------------------- * DATAREDIS-1216 - Upgrade to Lettuce 5.3.4.RELEASE. @@ -2120,5 +2134,6 @@ General +