Skip to content

Commit 26311e3

Browse files
author
Thomas Darimont
committed
DATAREDIS-292 - Prepare release 1.3.0 M1.
Update release notes, changelog and readme. Original pull request: #61.
1 parent 1044bfb commit 26311e3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/src/info/changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,39 @@ Fix
4949
Task
5050
[DATAREDIS-291] - Release Version 1.2.1.
5151

52+
Changes in version 1.3.0.M1 (2014-03-31)
53+
----------------------------------------
54+
Fix
55+
[DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
56+
[DATAREDIS-285] - LettuceTemplate.execute should read and convert entire response.
57+
[DATAREDIS-286] - Avoid potential RedisTemplate.expire() overflow.
58+
[DATAREDIS-289] - Avoid NPE in append() in case of pipelining or/and multi/exec calls.
59+
Improvement
60+
[DATAREDIS-184] - Support Redis 2.6 SAVE/NOSAVE arguments to shutdown command.
61+
[DATAREDIS-284] - Add support for zCard to ZSetOperations.
62+
[DATAREDIS-287] - setBit() should return a Boolean.
63+
New Feature
64+
[DATAREDIS-267] - Add support for CLIENT KILL.
65+
[DATAREDIS-268] - Add support for CLIENT LIST.
66+
[DATAREDIS-269] - Add support for CLIENT SETNAME.
67+
[DATAREDIS-270] - Add support for CLIENT GETNAME.
68+
[DATAREDIS-271] - Add support for PSETEX.
69+
[DATAREDIS-277] - Add support for SLAVEOF.
70+
Task
71+
[DATAREDIS-261] - Upgrade commons-pool to commons-pool2.
72+
[DATAREDIS-275] - Rename RedisServerCommands.bgWriteAof to bgReWriteAof.
73+
[DATAREDIS-292] - Release 1.3.0 M1.
74+
75+
Changes in version 1.2.1.GA (2014-03-27)
76+
----------------------------------------
77+
Fix
78+
[DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
79+
[DATAREDIS-285] - LettuceConnection.execute should fully read response.
80+
[DATAREDIS-286] - Avoid overflow in JedisConnection#expire / #pexpire.
81+
[DATAREDIS-289] - Avoid NPE in DefaultValueOperations#append() in case of pipelining or/and multi/exec calls.
82+
Task
83+
[DATAREDIS-291] - Release Version 1.2.1.
84+
5285
Changes in version 1.2.0.GA (2014-03-03)
5386
----------------------------------------
5487
Task

0 commit comments

Comments
 (0)