@@ -6,6 +6,30 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
===========================
8
8
9
+ Changes in version 1.7.0.M1 (2016-02-12)
10
+ ----------------------------------------
11
+ * DATAREDIS-461 - Deprecate support for org.codehaus.jackson based Serializers and Mappers.
12
+ * DATAREDIS-460 - Remove eclipse specific files from github repository.
13
+ * DATAREDIS-458 - Upgrade to lettuce 3.4.1.Final.
14
+ * DATAREDIS-457 - Fix typo in reference documentation.
15
+ * DATAREDIS-456 - Fix misleading log message created by RedisMessageListenerContainer.
16
+ * DATAREDIS-455 - Increase timeout for expiration in cluster tests.
17
+ * DATAREDIS-452 - Improve thread synchronization in RedisCacheTest.testCacheGetSynchronized.
18
+ * DATAREDIS-449 - Add code of conduct.
19
+ * DATAREDIS-448 - DefaultSetOperations.intersectAndStore don't return operation result.
20
+ * DATAREDIS-447 - Release 1.7 M1 (Hopper).
21
+ * DATAREDIS-443 - Support of synchronized mode introduced in Spring 4.3.
22
+ * DATAREDIS-437 - Upgrade to Jedis 2.8.0.
23
+ * DATAREDIS-435 - PubSubResubscribeTests and PubSubTests rely on other tests having already run previously.
24
+ * DATAREDIS-431 - SELECT not called with @Caching annotations and Lettuce library.
25
+ * DATAREDIS-419 - Switch to Maven build.
26
+ * DATAREDIS-417 - ScanCursor throw " java.util.NoSuchElementException".
27
+ * DATAREDIS-407 - Add zRangeByLex to ZSetOperations.
28
+ * DATAREDIS-405 - Deprecate support for jredis and srp.
29
+ * DATAREDIS-315 - Add Support for Redis Cluster.
30
+ * DATAREDIS-276 - Add support form MIGRATE.
31
+
32
+
9
33
Changes in version 1.6.2.RELEASE (2015-12-18)
10
34
---------------------------------------------
11
35
* DATAREDIS-442 - Upgrade to Spring 4.1.9.
0 commit comments