@@ -5,6 +5,39 @@ http://projects.spring.io/spring-data-redis/
5
5
Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version]
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
8
+ Changes in version 1.3.0.M1 (2014-03-31)
9
+ ----------------------------------------
10
+ Fix
11
+ [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
12
+ [DATAREDIS-285] - LettuceTemplate.execute should read and convert entire response.
13
+ [DATAREDIS-286] - Avoid potential RedisTemplate.expire() overflow.
14
+ [DATAREDIS-289] - Avoid NPE in append() in case of pipelining or/and multi/exec calls.
15
+ Improvement
16
+ [DATAREDIS-184] - Support Redis 2.6 SAVE/NOSAVE arguments to shutdown command.
17
+ [DATAREDIS-284] - Add support for zCard to ZSetOperations.
18
+ [DATAREDIS-287] - setBit() should return a Boolean.
19
+ New Feature
20
+ [DATAREDIS-267] - Add support for CLIENT KILL.
21
+ [DATAREDIS-268] - Add support for CLIENT LIST.
22
+ [DATAREDIS-269] - Add support for CLIENT SETNAME.
23
+ [DATAREDIS-270] - Add support for CLIENT GETNAME.
24
+ [DATAREDIS-271] - Add support for PSETEX.
25
+ [DATAREDIS-277] - Add support for SLAVEOF.
26
+ Task
27
+ [DATAREDIS-261] - Upgrade commons-pool to commons-pool2.
28
+ [DATAREDIS-275] - Rename RedisServerCommands.bgWriteAof to bgReWriteAof.
29
+ [DATAREDIS-292] - Release 1.3.0 M1.
30
+
31
+ Changes in version 1.2.1.GA (2014-03-27)
32
+ ----------------------------------------
33
+ Fix
34
+ [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
35
+ [DATAREDIS-285] - LettuceConnection.execute should fully read response.
36
+ [DATAREDIS-286] - Avoid overflow in JedisConnection#expire / #pexpire.
37
+ [DATAREDIS-289] - Avoid NPE in DefaultValueOperations#append() in case of pipelining or/and multi/exec calls.
38
+ Task
39
+ [DATAREDIS-291] - Release Version 1.2.1.
40
+
8
41
Changes in version 1.2.0.GA (2014-03-03)
9
42
----------------------------------------
10
43
Task
0 commit comments