From df9c57ad982eed50fa8fc6bb760332b296a1cd74 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 4 Nov 2019 14:54:14 +0100 Subject: [PATCH] DATAREDIS-1039 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4c3b88c3f..a38ff1c4a 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.1.RELEASE (2019-11-04) +--------------------------------------------- +* DATAREDIS-1055 - Upgrade to Lettuce 5.2.1. +* DATAREDIS-1053 - ListenToChannel doesn't close connection / channels on doFinally. +* DATAREDIS-1049 - Exception raised when use empty string with keyspaceNotificationsConfigParameter with @EnableRedisRepositories annotation. +* DATAREDIS-1048 - typo: xml tag incomplete. +* DATAREDIS-1045 - Redis Sentinel Authentication not supported. +* DATAREDIS-1039 - Release 2.2.1 (Moore SR1). + + Changes in version 2.1.12.RELEASE (2019-11-04) ---------------------------------------------- * DATAREDIS-1053 - ListenToChannel doesn't close connection / channels on doFinally.