From ca2354a971dfd645b4e919841a44f28a7055d6fb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 10 Jun 2020 12:10:56 +0200 Subject: [PATCH] DATAREDIS-1134 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index e488bf3d3..60a2b7aca 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.8.RELEASE (2020-06-10) +--------------------------------------------- +* DATAREDIS-1161 - DefaultReactiveHashOperations.readHashValue might return null. +* 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-1134 - Release 2.2.8 (Moore SR8). + + Changes in version 2.1.18.RELEASE (2020-06-10) ---------------------------------------------- * DATAREDIS-1161 - DefaultReactiveHashOperations.readHashValue might return null. @@ -1988,3 +1998,4 @@ General +