DATAREDIS-1201 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-09-16 13:57:04 +02:00
parent c1b5e0f3cd
commit b252af1d9f

View File

@@ -1,6 +1,20 @@
Spring Data Redis Changelog
===========================
Changes in version 2.4.0-RC1 (2020-09-16)
-----------------------------------------
* DATAREDIS-1215 - Upgrade to Lettuce 6.0-RC2.
* DATAREDIS-1210 - StreamReadOptions toString method cause StackOverflowError due to endless loop.
* DATAREDIS-1207 - LettuceStreamCommands.xRevRange incorrectly converts Ranges.
* DATAREDIS-1201 - Release 2.4 RC1 (2020.0.0).
* DATAREDIS-1197 - Upgrade to Lettuce 6.0 RC1.
* DATAREDIS-1196 - Add support for LPOS command.
* DATAREDIS-1145 - Support Sentinel password for Jedis.
* DATAREDIS-1136 - Upgrade CI Build to Redis 6.0.0.
* DATAREDIS-1085 - Add approximate trim support for XTRIM.
* DATAREDIS-1046 - Implement Redis 6.0 ACL in Spring Data.
Changes in version 2.3.4.RELEASE (2020-09-16)
---------------------------------------------
* DATAREDIS-1216 - Upgrade to Lettuce 5.3.4.RELEASE.
@@ -2120,5 +2134,6 @@ General