DATAREDIS-1089 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-02-26 11:37:56 +01:00
parent 95a93d9a23
commit be85979ac4

View File

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