Skip to content

Commit df603cc

Browse files
committed
DATAREDIS-488 - Updated changelog.
1 parent d3c2420 commit df603cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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.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+
927
Changes in version 1.7.1.RELEASE (2016-04-06)
1028
---------------------------------------------
1129
* DATAREDIS-486 - Release 1.7.1 (Hopper SR1).

0 commit comments

Comments
 (0)