From 5231a423560dc9158156e32d76efc54ef0ec59ea Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 28 Oct 2020 14:34:11 +0100 Subject: [PATCH] DATAREDIS-1218 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4e5c7b023..5a8256b4d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Redis Changelog =========================== +Changes in version 2.3.5.RELEASE (2020-10-28) +--------------------------------------------- +* DATAREDIS-1238 - Upgrade to Lettuce 5.3.5.RELEASE. +* DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot. +* DATAREDIS-1225 - Fix typos in reference documentation. +* DATAREDIS-1222 - DefaultStringRedisConnection#zRangeByLex(String, Range, Limit) ignores the limit parameter. +* DATAREDIS-1218 - Release 2.3.5 (Neumann SR5). +* DATAREDIS-1214 - Get a NullPointerException when using the geodist command of redis. +* DATAREDIS-1212 - Reduce memory allocation when retrieving message content. + + Changes in version 2.2.11.RELEASE (2020-10-28) ---------------------------------------------- * DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot. @@ -2166,5 +2177,6 @@ General +