diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d46191dbd..7a11f06f1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.0.M1 (2018-12-11) +---------------------------------------- +* DATAREDIS-907 - Simplify reference documentation setup. +* DATAREDIS-906 - Release 2.2 M1 (Moore). +* DATAREDIS-903 - Unused configuration keys are in RedisClusterConfiguration Javadoc. +* DATAREDIS-897 - Upgrade to Lettuce 5.1.3. +* DATAREDIS-890 - JedisClusterTopologyProvider sends nodes operation always to the same node. +* DATAREDIS-884 - Upgrade to Lettuce 5.1.2.RELEASE. +* DATAREDIS-881 - Add config parameter shutdownQuietPeriod beside of shutdownTimeout for LettuceClientConfiguration. +* DATAREDIS-876 - Upgrade to Commons Pool2 2.6.0. +* DATAREDIS-875 - HashMapper is serializing unnecessary field type information to Redis. +* DATAREDIS-874 - Implement accumulate/update methods on RedisAtomicInteger, RedisAtomicLong, and RedisAtomicDouble. +* DATAREDIS-873 - Accept single collection parameter in SetOperations diff/inter/union methods. +* DATAREDIS-872 - InitialValue is not specified when two threads use the RedisAtomicInteger constructor concurrently, and two threads can cause thread safety issues. +* DATAREDIS-864 - Add support for Redis Streams. +* DATAREDIS-721 - Extend LettuceConnectionProvider to non-blocking connect. + + Changes in version 2.1.3.RELEASE (2018-11-27) --------------------------------------------- * DATAREDIS-897 - Upgrade to Lettuce 5.1.3.