From 72cc5ac575c63defa7aecce3fa4bfb6933e29e3b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 13 Aug 2014 15:05:17 +0200 Subject: [PATCH] DATAREDIS-338 - Updated changelog. --- docs/src/info/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index da9cdafa7..50952f438 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,20 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 1.4.0.RC1 (2014-08-13) +----------------------------------------- +* DATAREDIS-338 - Release 1.4 RC1. +* DATAREDIS-337 - MessageListener method should only be invoked once per message. +* DATAREDIS-335 - Upgrade to jedis 2.5.2. +* DATAREDIS-333 - EvalSha returns incorrect result. +* DATAREDIS-330 - Add support for redis Sentinel commands. +* DATAREDIS-327 - Improve exception handling for supported clients. +* DATAREDIS-326 - SrpConverters wraps unknown exceptions in RedisSystemException instead of returning null. +* DATAREDIS-325 - RedisConnectionFactory translates exceptions too aggressively. +* DATAREDIS-324 - Add support to configure RedisSentinels for obtaining connection to current master node. +* DATAREDIS-295 - Converting all exceptions to Jedis Exception. + + Changes in version 1.3.2.RELEASE (2014-07-28) --------------------------------------------- * DATAREDIS-331 - Release 1.3.2.