File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
===========================
8
8
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
+
9
23
Changes in version 1.8.0.M1 (2016-07-27)
10
24
----------------------------------------
11
25
* DATAREDIS-540 - Assert compatibility with Spring 5.
You can’t perform that action at this time.
0 commit comments