File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ 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.2.RELEASE (2016-06-15)
10
+ ---------------------------------------------
11
+ * DATAREDIS-517 - Back port documentation for New in Spring Data Redis 1.7.
12
+ * DATAREDIS-516 - spring-data-redis requires spring 4.2.x components.
13
+ * DATAREDIS-513 - Pipelining doesn't supports time operation.
14
+ * DATAREDIS-512 - Skip repository index update checks on insert.
15
+ * DATAREDIS-510 - Current CacheValueAccessor implementation Make null value to empty string.
16
+ * DATAREDIS-509 - Handle serializing arrays of primitives.
17
+ * DATAREDIS-507 - RedisKeyValueAdapter.destroy calls RedisConnectionFactory.destroy.
18
+ * DATAREDIS-501 - RedisTemplate's default serializer assumes that its ClassLoader can load application types.
19
+ * DATAREDIS-498 - MappingRedisConverter uses List.sort which requires Java 8.
20
+ * DATAREDIS-492 - "CollectionLike" properties are force cast into Collection<?> even though they could be arrays.
21
+ * DATAREDIS-491 - Prevent KeyspaceEventMessageListener from starting when no repository detected.
22
+ * DATAREDIS-489 - Store and retrieve type hints for Object type property values even when those are considered as simple types.
23
+ * DATAREDIS-488 - Release 1.7.2 (Hopper SR2).
24
+ * DATAREDIS-469 - RedisAtomicLong throws a null pointer if key is removed.
25
+
26
+
9
27
Changes in version 1.7.1.RELEASE (2016-04-06)
10
28
---------------------------------------------
11
29
* DATAREDIS-486 - Release 1.7.1 (Hopper SR1).
You can’t perform that action at this time.
0 commit comments