From fa2b5a6a34f69893e284bff22df9de7f7d54e441 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Apr 2018 14:29:58 +0200 Subject: [PATCH] DATAREDIS-770 - Updated changelog. --- src/main/resources/changelog.txt | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0256eeebb..196f05014 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,41 @@ Spring Data Redis Changelog =========================== +Changes in version 2.1.0.M2 (2018-04-13) +---------------------------------------- +* DATAREDIS-810 - Adapt to API changes in Spring Data Commons. +* DATAREDIS-809 - Fix Javadoc. +* DATAREDIS-808 - Fix ambiguous repository names in tests. +* DATAREDIS-803 - Work around Redis parameter limitation. +* DATAREDIS-800 - Upgrade to netty 4.1.22.Final. +* DATAREDIS-799 - Upgrade to Lettuce 5.0.3.RELEASE. +* DATAREDIS-798 - Remove explicit declaration of Jackson library versions. +* DATAREDIS-791 - ReactiveHashCommands.hMSet calls HSETNX if map contains a single tuple. +* DATAREDIS-789 - Lua script in redis-scripting.adoc contains syntax error. +* DATAREDIS-787 - Retain stack trace in tests. +* DATAREDIS-785 - Export composable repositories via CDI. +* DATAREDIS-784 - Add support for increment and decrement commands via ReactiveValueOperations. +* DATAREDIS-783 - Fix typo in LettuceReactiveRedisConnection. +* DATAREDIS-782 - Add support for SET key value NX EX ttl. +* DATAREDIS-780 - Up-to-date guidelines for serialization usage. +* DATAREDIS-779 - ReactiveValueOperations.set[ifPresent|ifAbsent](…) does not return a value if value was not set. +* DATAREDIS-775 - ClassCastException when using Redis Cluster with connection pooling. +* DATAREDIS-773 - Upgrade to Lettuce 5.0.2.RELEASE. +* DATAREDIS-770 - Release 2.1 M2 (Lovelace). +* DATAREDIS-768 - Redis repositories deserialize Map to strings. +* DATAREDIS-767 - RedisCacheManager always returns/creates caches which is conflicting with CompositeCacheManager. +* DATAREDIS-764 - Polish serializers section in reference documentation. +* DATAREDIS-762 - Add support for static Master/Slave setups with provided nodes. +* DATAREDIS-746 - Zset union and intersect operation aggregation support. +* DATAREDIS-731 - Share native Lettuce Cluster connection across LettuceClusterConnection. +* DATAREDIS-715 - Cannot configure RedisCache prefix. +* DATAREDIS-635 - Implement Cluster SCAN support for Lettuce. +* DATAREDIS-601 - Improve Transaction reference documentation. +* DATAREDIS-545 - Support connection-pooling for Redis Cluster with Lettuce. +* DATAREDIS-544 - Reading back nested entities fails when no default constructor present. +* DATAREDIS-543 - Spring Data Redis should support the @TypeAlias annotation. + + Changes in version 2.0.6.RELEASE (2018-04-04) --------------------------------------------- * DATAREDIS-799 - Upgrade to Lettuce 5.0.3.RELEASE.