diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 708ef6b9e..d1a128ad8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data Redis Changelog =========================== +Changes in version 2.3.0.M4 (2020-03-11) +---------------------------------------- +* DATAREDIS-1111 - Add missing list and zset coroutine extensions. +* DATAREDIS-1110 - Wrong type parameter in StreamMessageListenerContainerOptionsBuilder.hashValueSerializer(). +* DATAREDIS-1105 - Fix typo on RedisTemplate javadoc. +* DATAREDIS-1104 - RedisTemplate executing exception is swallowed when release connection errors. +* DATAREDIS-1101 - Improve reference documentation. +* DATAREDIS-1099 - Release 2.3 M4 (Neumann). +* DATAREDIS-1093 - ClassCastException when doing pub/sub from RedisStaticMasterReplicaConfiguration. +* DATAREDIS-1084 - Consider adding support for XPENDING and XCLAIM. +* DATAREDIS-1080 - RedisAtomicInteger remove existing key when a value for initialValue is provided. +* DATAREDIS-1011 - Lettuce pipelining behaviour is different than Jedis pipelining. +* DATAREDIS-450 - PoolConfig is deprecated and descriptions says it will be removed in 1.4. + + Changes in version 2.2.5.RELEASE (2020-02-26) --------------------------------------------- * DATAREDIS-1105 - Fix typo on RedisTemplate javadoc. @@ -1917,3 +1932,4 @@ General +