From c1c1ca0361240da6d28c5b9491f160ab070c08ec Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 12 May 2020 12:27:56 +0200 Subject: [PATCH] DATAREDIS-1135 - 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 9e1da24c0..0c20898bd 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.0.RELEASE (2020-05-12) +--------------------------------------------- +* DATAREDIS-1144 - Upgrade to Jedis 3.3.0. +* DATAREDIS-1142 - "CROSSSLOT Keys in request don't hash to the same slot" error using Spring Data along with Spring Session while OAuth2 login process. +* DATAREDIS-1139 - org.springframework.data.redis.core.RedisCommand Constant. +* DATAREDIS-1138 - ReactiveStreamCommands hangs with indefinite block. +* DATAREDIS-1137 - Remove Travis CI. +* DATAREDIS-1135 - Release 2.3 GA (Neumann). +* DATAREDIS-1042 - Add MKSTREAM support. + + Changes in version 2.3.0.RC2 (2020-04-28) ----------------------------------------- * DATAREDIS-1132 - Upgrade to Netty 4.1.49.Final. @@ -1980,3 +1991,4 @@ General +