From 5838a10bd4ce496d755bb02794af96370dca2d45 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 6 Sep 2019 10:10:10 +0200 Subject: [PATCH] DATAREDIS-1024 - 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 98c90f5ee..0b0a91c99 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.0.RC3 (2019-09-06) +----------------------------------------- +* DATAREDIS-1032 - RedisCache fails to serialize non SimpleKey cache keys. +* DATAREDIS-1031 - LettuceReactiveKeyCommands.pExpireAt calls EXPIREAT command instead of PEXPIREAT. +* DATAREDIS-1030 - RedisScript of method improvement. +* DATAREDIS-1027 - LettuceConnectionFactory.destroy() should release reactiveConnectionProvider resources. +* DATAREDIS-1025 - Add HTTPS entries into spring.schemas. +* DATAREDIS-1024 - Release 2.2 RC3 (Moore). +* DATAREDIS-1021 - JedisKeyCommands.del asset error. + + Changes in version 2.2.0.RC2 (2019-08-05) ----------------------------------------- * DATAREDIS-1020 - Upgrade to Lettuce 5.1.8.RELEASE.