@@ -6,6 +6,27 @@ 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.RC1 (2016-03-18)
10
+ -----------------------------------------
11
+ * DATAREDIS-479 - Upgrade to jedis to 2.8.1.
12
+ * DATAREDIS-478 - Upgrade to lettuce 3.4.2.Final.
13
+ * DATAREDIS-476 - Make LettuceConnectionFactory's client able to connect through SSL.
14
+ * DATAREDIS-475 - Release 1.7 RC1 (Hopper).
15
+ * DATAREDIS-474 - Fix spelling / format in reference documentation.
16
+ * DATAREDIS-472 - Update/Add guards in JedisConnetion that (no longer) require casts from long to int when exceeding Integer.MAX_VALUE.
17
+ * DATAREDIS-468 - RedisCache does not work in cluster.
18
+ * DATAREDIS-467 - Cluster mget not working.
19
+ * DATAREDIS-465 - Guard lettuce shutdown during ConnectionFactory.destroy().
20
+ * DATAREDIS-464 - Enhance JavaDoc on RedisStringCommands and StringRedisConnection.
21
+ * DATAREDIS-463 - Improve test synchronization.
22
+ * DATAREDIS-462 - Support lettuce ClientResources.
23
+ * DATAREDIS-440 - @TimeToLive does not work on Method.
24
+ * DATAREDIS-427 - Allow injecting deserializer for JdkSerializationRedisSerializer.
25
+ * DATAREDIS-425 - Add Support for basic CRUD and finder Operations backed by Hashes and Sets.
26
+ * DATAREDIS-415 - Listener Container Does Not Set Interrupted Bit.
27
+ * DATAREDIS-316 - Add EX, PX, NX, XX options to SET command.
28
+
29
+
9
30
Changes in version 1.6.4.RELEASE (2016-02-23)
10
31
---------------------------------------------
11
32
* DATAREDIS-465 - Guard lettuce shutdown during ConnectionFactory.destroy().
0 commit comments