DATAREDIS-1022 - Updated changelog.

This commit is contained in:
Mark Paluch
2019-09-30 11:03:59 +02:00
parent 7c9493c150
commit 9e2ad4e2cf

View File

@@ -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.