From 32a56f46b1ebe43645fe1eeeacb08e09b8308b7d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 14 Jun 2017 17:02:59 +0200 Subject: [PATCH] DATAREDIS-646 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7f15fdc45..2fd7e009d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,15 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 2.0.0.M4 (2017-06-14) +---------------------------------------- +* DATAREDIS-651 - Upgrade to Reactor 3.1 M2. +* DATAREDIS-647 - SDIFF on cluster connection drops last key. +* DATAREDIS-646 - Release 2.0 M4 (Kay). +* DATAREDIS-645 - DefaultReactiveValueOperations.get() emits null if key is absent. +* DATAREDIS-574 - Introduce dedicated RedisClientConfig. + + Changes in version 1.8.4.RELEASE (2017-06-08) --------------------------------------------- * DATAREDIS-637 - ClusterConnections do not close dedicated ClusterCommandExecutor instances.