From 8b202393ef0504599a3ddfd59002dcae454633d0 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 12 Feb 2016 15:36:15 +0100 Subject: [PATCH] DATAREDIS-447 - Updated changelog. --- src/main/resources/changelog.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5bd383af9..c896376dd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,30 @@ 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.M1 (2016-02-12) +---------------------------------------- +* DATAREDIS-461 - Deprecate support for org.codehaus.jackson based Serializers and Mappers. +* DATAREDIS-460 - Remove eclipse specific files from github repository. +* DATAREDIS-458 - Upgrade to lettuce 3.4.1.Final. +* DATAREDIS-457 - Fix typo in reference documentation. +* DATAREDIS-456 - Fix misleading log message created by RedisMessageListenerContainer. +* DATAREDIS-455 - Increase timeout for expiration in cluster tests. +* DATAREDIS-452 - Improve thread synchronization in RedisCacheTest.testCacheGetSynchronized. +* DATAREDIS-449 - Add code of conduct. +* DATAREDIS-448 - DefaultSetOperations.intersectAndStore don't return operation result. +* DATAREDIS-447 - Release 1.7 M1 (Hopper). +* DATAREDIS-443 - Support of synchronized mode introduced in Spring 4.3. +* DATAREDIS-437 - Upgrade to Jedis 2.8.0. +* DATAREDIS-435 - PubSubResubscribeTests and PubSubTests rely on other tests having already run previously. +* DATAREDIS-431 - SELECT not called with @Caching annotations and Lettuce library. +* DATAREDIS-419 - Switch to Maven build. +* DATAREDIS-417 - ScanCursor throw " java.util.NoSuchElementException". +* DATAREDIS-407 - Add zRangeByLex to ZSetOperations. +* DATAREDIS-405 - Deprecate support for jredis and srp. +* DATAREDIS-315 - Add Support for Redis Cluster. +* DATAREDIS-276 - Add support form MIGRATE. + + Changes in version 1.6.2.RELEASE (2015-12-18) --------------------------------------------- * DATAREDIS-442 - Upgrade to Spring 4.1.9.