From 2d9bb2443ad8bd82edd33e22698991e2bf683d93 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 15:50:41 +0200 Subject: [PATCH] DATAREDIS-1023 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 70c9cc3ba..fd75be1b3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.0.RELEASE (2019-09-30) +--------------------------------------------- +* DATAREDIS-1037 - Remove @ExperimentalCoroutinesApi annotations. +* DATAREDIS-1036 - Upgrade to Netty 4.1.42.Final. +* DATAREDIS-1035 - Improve documentation. +* DATAREDIS-1034 - RedisTemplate.opsFor* methods not thread-safe. +* DATAREDIS-1033 - Add Kotlin Flow based extensions. +* DATAREDIS-1023 - Release 2.2 GA (Moore). +* DATAREDIS-998 - Upgrade to Lettuce 5.2.0. +* DATAREDIS-974 - Add SSL support for Redis Cluster using jedis. +* DATAREDIS-575 - Support client name for JedisCluster. + + Changes in version 2.1.11.RELEASE (2019-09-30) ---------------------------------------------- * DATAREDIS-1035 - Improve documentation.