|
1 |
| -SPRING DATA REDIS INTEGRATION CHANGELOG |
2 |
| -======================================= |
| 1 | +SPRING DATA REDIS CHANGELOG |
| 2 | +=========================== |
3 | 3 | http://projects.spring.io/spring-data-redis/
|
4 | 4 |
|
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.2.0.RC1 (2014-02-19) |
| 9 | +---------------------------------------- |
| 10 | +Fix |
| 11 | + [DATAREDIS-166] - Intermittent corrupted input/output streams subscribing to both patterns and channels in RMLC |
| 12 | + [DATAREDIS-170] - Canceling RMLC SubscriptionTask immediately after start can leave connection open |
| 13 | + [DATAREDIS-188] - Infinite loop renaming a non-existent Collection when using Lettuce |
| 14 | + [DATAREDIS-246] - RedisCacheManager‘s getCache method does not match the logical of CompositeCacheManager |
| 15 | + |
| 16 | +Improvement |
| 17 | + [DATAREDIS-250] - Upgrade to Spring Framework 3.2.8. |
| 18 | + |
| 19 | +New Feature |
| 20 | + [DATAREDIS-206] - Add support for time operation |
| 21 | + [DATAREDIS-241] - Add a Jackson2 based RedisSerializer |
| 22 | + |
| 23 | +Task |
| 24 | + [DATAREDIS-254] - Clean up codebase to match spring data conventions |
| 25 | + [DATAREDIS-260] - Upgrade to latest jedis release |
| 26 | + [DATAREDIS-264] - Update gradle version |
| 27 | + [DATAREDIS-265] - Update Java source and target compatibility to Java 6 |
| 28 | + [DATAREDIS-266] - Overhaul documentation. |
| 29 | + |
| 30 | + |
| 31 | +Changes in version 1.1.1.RELEASE (2014-01-28) |
| 32 | +---------------------------------------- |
| 33 | + |
| 34 | +Fix |
| 35 | + [DATAREDIS-245] - Prevent excessive Thread creation in unit tests |
| 36 | + [DATAREDIS-248] - Fix generics in DecoratingStringHashMapper to be Java 8 compatible |
| 37 | + [DATAREDIS-257] - Shutdown the client when DefaultLettucePool is destroyed |
| 38 | + |
| 39 | +Improvement |
| 40 | + [DATAREDIS-242] - Listener Container start() Returns Before Container is Really Started |
| 41 | + [DATAREDIS-249] - Improve logging for tests in Gradle build |
| 42 | + [DATAREDIS-251] - Fix tests to work against Redis 2.8.x |
| 43 | + |
| 44 | +Task |
| 45 | + [DATAREDIS-243] - Ensure compatibility with Spring Framework 4.0 |
| 46 | + [DATAREDIS-247] - Testcases must be locale independent |
| 47 | + [DATAREDIS-255] - Release 1.1.1 |
| 48 | + |
| 49 | + |
8 | 50 | Changes in version 1.1.0.RELEASE (2013-09-09)
|
9 | 51 | ----------------------------------------
|
10 | 52 |
|
|
0 commit comments