Skip to content

Commit d17fc51

Browse files
author
Thomas Darimont
committed
DATAREDIS-292 - Updated change log for 1.3.0 M1.
Update changelog. Original pull request: #61.
1 parent 1044bfb commit d17fc51

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

docs/src/info/changelog.txt

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Changes in version 1.3.0.RC1 (2014-05-02)
1515
* DATAREDIS-226 - Individual syntax errors on Lettuce transactions are not reported.
1616
* DATAREDIS-73 - add TransactionAware* Driver interfaces.
1717

18-
1918
Changes in version 1.3.0.M1 (2014-03-31)
2019
----------------------------------------
2120
Fix
@@ -49,6 +48,39 @@ Fix
4948
Task
5049
[DATAREDIS-291] - Release Version 1.2.1.
5150

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

0 commit comments

Comments
 (0)