Skip to content

Commit c82351b

Browse files
committed
DATAREDIS-475 - Updated changelog.
1 parent 4783a0c commit c82351b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
66
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
77
===========================
88

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+
930
Changes in version 1.6.4.RELEASE (2016-02-23)
1031
---------------------------------------------
1132
* DATAREDIS-465 - Guard lettuce shutdown during ConnectionFactory.destroy().

0 commit comments

Comments
 (0)