diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9e1da24c0..0c20898bd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Redis Changelog =========================== +Changes in version 2.3.0.RELEASE (2020-05-12) +--------------------------------------------- +* DATAREDIS-1144 - Upgrade to Jedis 3.3.0. +* DATAREDIS-1142 - "CROSSSLOT Keys in request don't hash to the same slot" error using Spring Data along with Spring Session while OAuth2 login process. +* DATAREDIS-1139 - org.springframework.data.redis.core.RedisCommand Constant. +* DATAREDIS-1138 - ReactiveStreamCommands hangs with indefinite block. +* DATAREDIS-1137 - Remove Travis CI. +* DATAREDIS-1135 - Release 2.3 GA (Neumann). +* DATAREDIS-1042 - Add MKSTREAM support. + + Changes in version 2.3.0.RC2 (2020-04-28) ----------------------------------------- * DATAREDIS-1132 - Upgrade to Netty 4.1.49.Final. @@ -1980,3 +1991,4 @@ General +