diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c17fb236d..31fa38162 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,25 @@ Spring Data Redis Changelog =========================== +Changes in version 2.5.0-M5 (2021-03-17) +---------------------------------------- +* #2002 - Upgrade to Lettuce 6.1.0 RC1. +* #1999 - Upgrade to Jedis 3.5.2. +* #1998 - JedisClusterZSetCommands. reverseRangeByLex parameter order issue. +* #1997 - Update build to force snapshot updates. +* #1996 - Consider target type when calling getAllOf(…). +* #1995 - @TypeAlias used in sub objects only works for save not load. +* #1991 - Accept cluster nodes without hostname. +* #1986 - Use Jedis SetParams.KEEPTTL instead of injecting byte[] args. +* #1985 - Empty IP address in cluster nodes output causes Hostname must not be empty or null. +* #1982 - Improved performance of Bucket.extract(). +* #1979 - No enum constant io.lettuce.core.protocol.CommandType.GIS.CONTAINS. +* #1964 - Reference documentation shows usage of deprecated code. +* #1794 - ifAbsent support with ZsetOperations [DATAREDIS-1235]. +* #1711 - Add support to Redis Streams using Jedis Client [DATAREDIS-1140]. +* #526 - Add support for microseconds using TIME. + + Changes in version 2.4.6 (2021-03-17) ------------------------------------- * #2001 - Upgrade to Lettuce 6.0.3. @@ -2341,5 +2360,6 @@ General +