From 3c6dc69535e8272951aa3aae9917ef4d24c7e2ec Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 Sep 2016 10:54:13 +0200 Subject: [PATCH] DATAREDIS-522 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c76baf54f..b1e4ab444 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/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.7.3.RELEASE (2016-09-20) +--------------------------------------------- +* DATAREDIS-551 - NPE when counting keys while invoking findBy(Pageable). +* DATAREDIS-548 - Connection should be released when used with read-only transactions. +* DATAREDIS-547 - Getting NPE when writing valid Query Method without any criteria. +* DATAREDIS-540 - Assert compatibility with Spring 5. +* DATAREDIS-537 - Add support for Redis Cluster and SSL. +* DATAREDIS-524 - NOAUTH Authentication required when connecting to Redis Sentinel with LettuceConnectionFactory. +* DATAREDIS-522 - Release 1.7.3 (Hopper SR3). +* DATAREDIS-505 - Allow configuration of Redis Keyspace events config value. +* DATAREDIS-502 - App fails to start on AWS due to spring-data-redis use of unsupported CONFIG command. +* DATAREDIS-500 - executePipelined with RedisCallback uses wrong serializer (RedisTemplate.java). + + Changes in version 1.8.0.M1 (2016-07-27) ---------------------------------------- * DATAREDIS-540 - Assert compatibility with Spring 5.