Skip to content

Commit 3c6dc69

Browse files
committed
DATAREDIS-522 - Updated changelog.
1 parent 4c8f167 commit 3c6dc69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
66
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
77
===========================
88

9+
Changes in version 1.7.3.RELEASE (2016-09-20)
10+
---------------------------------------------
11+
* DATAREDIS-551 - NPE when counting keys while invoking findBy(Pageable).
12+
* DATAREDIS-548 - Connection should be released when used with read-only transactions.
13+
* DATAREDIS-547 - Getting NPE when writing valid Query Method without any criteria.
14+
* DATAREDIS-540 - Assert compatibility with Spring 5.
15+
* DATAREDIS-537 - Add support for Redis Cluster and SSL.
16+
* DATAREDIS-524 - NOAUTH Authentication required when connecting to Redis Sentinel with LettuceConnectionFactory.
17+
* DATAREDIS-522 - Release 1.7.3 (Hopper SR3).
18+
* DATAREDIS-505 - Allow configuration of Redis Keyspace events config value.
19+
* DATAREDIS-502 - App fails to start on AWS due to spring-data-redis use of unsupported CONFIG command.
20+
* DATAREDIS-500 - executePipelined with RedisCallback uses wrong serializer (RedisTemplate.java).
21+
22+
923
Changes in version 1.8.0.M1 (2016-07-27)
1024
----------------------------------------
1125
* DATAREDIS-540 - Assert compatibility with Spring 5.

0 commit comments

Comments
 (0)