DATAREDIS-906 - Updated changelog.

This commit is contained in:
Christoph Strobl
2018-12-11 10:53:10 +01:00
parent 8f835b18e1
commit 6d43ddf6d0

View File

@@ -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.