From cc8404f67ca16aec62c557f37c732ec3f61358e3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 9 Dec 2020 15:21:26 +0100 Subject: [PATCH] DATAREDIS-1242 - 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 b6e355b60..3e2f58d5b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Redis Changelog =========================== +Changes in version 2.5.0-M1 (2020-12-09) +---------------------------------------- +* DATAREDIS-1257 - Fix converter documentation for repository support. +* DATAREDIS-1254 - Upgrade to Xstream 1.4.14. +* DATAREDIS-1248 - Use fresh JedisConnectionFactory in PubSubTests. +* DATAREDIS-1246 - DefaultStreamReceiver.StreamSubscription's onStreamMessage() uses unimplemented method. +* DATAREDIS-1245 - RedisScript return type interpreted as VALUE. +* DATAREDIS-1242 - Release 2.5 M1 (2021.0.0). +* DATAREDIS-1230 - Reactive StreamReceiver fails on serialization exception and does not process subsequent messages. +* DATAREDIS-891 - Enabling transactional support in RedisTemplate binds connection to TransactionSynchronizationManager even without transaction. + + Changes in version 2.3.6.RELEASE (2020-12-09) --------------------------------------------- * DATAREDIS-1257 - Fix converter documentation for repository support. @@ -2217,5 +2229,6 @@ General +