diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c585bfd3d..708ef6b9e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.5.RELEASE (2020-02-26) +--------------------------------------------- +* DATAREDIS-1105 - Fix typo on RedisTemplate javadoc. +* DATAREDIS-1104 - RedisTemplate executing exception is swallowed when release connection errors. +* DATAREDIS-1098 - Upgrade to Lettuce 5.2.2. +* DATAREDIS-1097 - Improve synchronization on failure in StreamMessageListenerContainer. +* DATAREDIS-1095 - ReactiveRedisConnection close is blocking. +* DATAREDIS-1093 - ClassCastException when doing pub/sub from RedisStaticMasterReplicaConfiguration. +* DATAREDIS-1089 - Release 2.2.5 (Moore SR5). +* DATAREDIS-1080 - RedisAtomicInteger remove existing key when a value for initialValue is provided. +* DATAREDIS-1079 - StreamMessageListenerContainer autoAck does not work. +* DATAREDIS-450 - PoolConfig is deprecated and descriptions says it will be removed in 1.4. + + Changes in version 2.1.16.RELEASE (2020-02-26) ---------------------------------------------- * DATAREDIS-1105 - Fix typo on RedisTemplate javadoc. @@ -1902,3 +1916,4 @@ General +