From c82351b638dc18c835df703fa23055a230311511 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 18 Mar 2016 11:06:55 +0100 Subject: [PATCH] DATAREDIS-475 - Updated changelog. --- src/main/resources/changelog.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 86c337035..a2b38294b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,27 @@ 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.7.0.RC1 (2016-03-18) +----------------------------------------- +* DATAREDIS-479 - Upgrade to jedis to 2.8.1. +* DATAREDIS-478 - Upgrade to lettuce 3.4.2.Final. +* DATAREDIS-476 - Make LettuceConnectionFactory's client able to connect through SSL. +* DATAREDIS-475 - Release 1.7 RC1 (Hopper). +* DATAREDIS-474 - Fix spelling / format in reference documentation. +* DATAREDIS-472 - Update/Add guards in JedisConnetion that (no longer) require casts from long to int when exceeding Integer.MAX_VALUE. +* DATAREDIS-468 - RedisCache does not work in cluster. +* DATAREDIS-467 - Cluster mget not working. +* DATAREDIS-465 - Guard lettuce shutdown during ConnectionFactory.destroy(). +* DATAREDIS-464 - Enhance JavaDoc on RedisStringCommands and StringRedisConnection. +* DATAREDIS-463 - Improve test synchronization. +* DATAREDIS-462 - Support lettuce ClientResources. +* DATAREDIS-440 - @TimeToLive does not work on Method. +* DATAREDIS-427 - Allow injecting deserializer for JdkSerializationRedisSerializer. +* DATAREDIS-425 - Add Support for basic CRUD and finder Operations backed by Hashes and Sets. +* DATAREDIS-415 - Listener Container Does Not Set Interrupted Bit. +* DATAREDIS-316 - Add EX, PX, NX, XX options to SET command. + + Changes in version 1.6.4.RELEASE (2016-02-23) --------------------------------------------- * DATAREDIS-465 - Guard lettuce shutdown during ConnectionFactory.destroy().