diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0b0a91c99..70c9cc3ba 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Redis Changelog =========================== +Changes in version 2.1.11.RELEASE (2019-09-30) +---------------------------------------------- +* DATAREDIS-1035 - Improve documentation. +* DATAREDIS-1034 - RedisTemplate.opsFor* methods not thread-safe. +* DATAREDIS-1032 - RedisCache fails to serialize non SimpleKey cache keys. +* DATAREDIS-1031 - LettuceReactiveKeyCommands.pExpireAt calls EXPIREAT command instead of PEXPIREAT. +* DATAREDIS-1027 - LettuceConnectionFactory.destroy() should release reactiveConnectionProvider resources. +* DATAREDIS-1025 - Add HTTPS entries into spring.schemas. +* DATAREDIS-1022 - Release 2.1.11 (Lovelace SR11). +* DATAREDIS-1021 - JedisKeyCommands.del asset error. + + Changes in version 2.2.0.RC3 (2019-09-06) ----------------------------------------- * DATAREDIS-1032 - RedisCache fails to serialize non SimpleKey cache keys.