DATAREDIS-1124 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-04-28 15:03:31 +02:00
parent 7eec3a6136
commit 224298ee2a

View File

@@ -1,6 +1,19 @@
Spring Data Redis Changelog
===========================
Changes in version 2.3.0.RC2 (2020-04-28)
-----------------------------------------
* DATAREDIS-1132 - Upgrade to Netty 4.1.49.Final.
* DATAREDIS-1128 - Improve test stability.
* DATAREDIS-1127 - JedisConnectionFactory getSentinelConnection method fails if first sentinel host in the list of sentinel hosts is down/unreachable.
* DATAREDIS-1124 - Release 2.3 RC2 (Neumann).
* DATAREDIS-1122 - Add support for MAXLEN attribute of XADD.
* DATAREDIS-1119 - Complete the Redis Stream Operations.
* DATAREDIS-1118 - Provide support to change the RedisCacheWriter on the RedisCacheManager.RedisCacheManagerBuilder.
* DATAREDIS-1112 - Upgrade to Lettuce 5.3.
* DATAREDIS-1106 - Phantom key not removed when deleting an item.
Changes in version 2.2.7.RELEASE (2020-04-28)
---------------------------------------------
* DATAREDIS-1132 - Upgrade to Netty 4.1.49.Final.
@@ -1966,3 +1979,4 @@ General