From 524118a0acf5c8d194f0d5b798e5ff9de07a56e2 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 412c7fcfe..ae40ff13e 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. @@ -1999,3 +2009,4 @@ General +