Updated changelog.

See #1830
This commit is contained in:
Christoph Strobl
2021-02-17 11:07:09 +01:00
parent 407e4a0ca6
commit e78911d58e

View File

@@ -1,6 +1,19 @@
Spring Data Redis Changelog
===========================
Changes in version 2.3.7.RELEASE (2021-02-17)
---------------------------------------------
* DATAREDIS-1263 - Kotlin code fails to compile on JDK 15.
* #1970 - Include Bintray plugin repository.
* #1969 - Preserve order in SetConverter.
* #1961 - DATAREDIS-1955 - Phantom copy is not persisted when entity ttl is changed from positive to negative, causing phantom copy not updated to no expire and counting down, then RedisKeyExpiredEvent publishing.
* #1955 - RedisKeyExpiredEvent is published when entity expiring was changed from positive to -1, resulting in dropping meta information (indexes etc).
* #1942 - Update copyright year to 2021.
* #1941 - Upgrade to Lettuce 5.3.6.RELEASE.
* #1939 - Upgrade to xstream 1.4.15.
* #1779 - Update repository after GitHub issues migration.
Changes in version 2.2.13.RELEASE (2021-02-17)
----------------------------------------------
* #1970 - Include Bintray plugin repository.
@@ -2271,5 +2284,6 @@ General