From 762e7e1c717d9ff8829f59b5b90371011429dd2e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 4 Apr 2018 14:20:45 +0200 Subject: [PATCH] DATAREDIS-758 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1f38ff8ac..1b7f530ba 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data Redis Changelog =========================== +Changes in version 1.8.11.RELEASE (2018-04-04) +---------------------------------------------- +* DATAREDIS-798 - Remove explicit declaration of Jackson library versions. +* DATAREDIS-790 - Backport JedisConnection always executes SELECT via RedisTemplate. +* DATAREDIS-789 - Lua script in redis-scripting.adoc contains syntax error. +* DATAREDIS-780 - Up-to-date guidelines for serialization usage. +* DATAREDIS-768 - Redis repositories deserialize Map to strings. +* DATAREDIS-766 - SSL flag not applied if JedisConnectionFactory configured via JedisShardInfo. +* DATAREDIS-765 - Sentinel with JedisConnectionFactory without pooling connects to localhost:6379. +* DATAREDIS-764 - Polish serializers section in reference documentation. +* DATAREDIS-759 - Fix line endings. +* DATAREDIS-758 - Release 1.8.11 (Ingalls SR11). +* DATAREDIS-673 - RedisCache.get(…) returns false positive cache hit when key is deleted in-flight. + + Changes in version 2.0.5.RELEASE (2018-02-28) --------------------------------------------- * DATAREDIS-775 - ClassCastException when using Redis Cluster with connection pooling.