DATAREDIS-672 - Updated changelog.

This commit is contained in:
Mark Paluch
2017-09-11 11:44:19 +02:00
committed by Oliver Gierke
parent 39c67515d3
commit 3545532174

View File

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