diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 3ae1f16e0..0ed1dfeec 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,18 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 1.8.7.RELEASE (2017-09-11) +--------------------------------------------- +* DATAREDIS-687 - Assert RedisCache compatibility with Spring5. +* DATAREDIS-686 - Comparator in ClusterCommandExecutor uses Java 8 API. +* DATAREDIS-684 - Broken jedis connection returned to jedis pool, cause many strange exceptions. +* DATAREDIS-680 - Sorted Set score method documentations point to zrem documentation. +* DATAREDIS-679 - Cluster command execution fails after adding a Redis cluster node. +* DATAREDIS-676 - LettuceClusterConnection disregards the configuration and has hard-coded timeout of 100ms. +* DATAREDIS-674 - Support zAdd with a Set of Tuples using Jedis Cluster connections. +* DATAREDIS-672 - Release 1.8.7 (Ingalls SR7). + + Changes in version 1.8.6.RELEASE (2017-07-26) --------------------------------------------- * DATAREDIS-669 - Release 1.8.6 (Ingalls SR6).