Skip to content

Commit b1803b6

Browse files
committed
DATAREDIS-487 - Updated changelog.
1 parent 3c1b0de commit b1803b6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,39 @@ 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.8.0.M1 (2016-07-27)
10+
----------------------------------------
11+
* DATAREDIS-540 - Assert compatibility with Spring 5.
12+
* DATAREDIS-537 - Add support for Redis Cluster and SSL.
13+
* DATAREDIS-536 - Integrate version badge from spring.io.
14+
* DATAREDIS-530 - PartialUpdate removes existing indexes.
15+
* DATAREDIS-526 - RedisOperations.getExpire returns zero for negative timeout values.
16+
* DATAREDIS-524 - NOAUTH Authentication required when connecting to Redis Sentinel with LettuceConnectionFactory.
17+
* DATAREDIS-523 - Read back actual TTL into TimeToLive property.
18+
* DATAREDIS-516 - spring-data-redis requires spring 4.2.x components.
19+
* DATAREDIS-514 - Unify georadius capitalization.
20+
* DATAREDIS-513 - Pipelining doesn't supports time operation.
21+
* DATAREDIS-512 - Skip repository index update checks on insert.
22+
* DATAREDIS-510 - Current CacheValueAccessor implementation Make null value to empty string.
23+
* DATAREDIS-509 - Handle serializing arrays of primitives.
24+
* DATAREDIS-507 - RedisKeyValueAdapter.destroy calls RedisConnectionFactory.destroy.
25+
* DATAREDIS-506 - Upgrade to Jedis 2.9.0.
26+
* DATAREDIS-505 - Allow configuration of Redis Keyspace events config value.
27+
* DATAREDIS-503 - Add HashMapper implementation based on MappingRedisConverter.
28+
* DATAREDIS-502 - App fails to start on AWS due to spring-data-redis use of unsupported CONFIG command.
29+
* DATAREDIS-501 - RedisTemplate's default serializer assumes that its ClassLoader can load application types.
30+
* DATAREDIS-500 - executePipelined with RedisCallback uses wrong serializer (RedisTemplate.java).
31+
* DATAREDIS-498 - MappingRedisConverter uses List.sort which requires Java 8.
32+
* DATAREDIS-492 - "CollectionLike" properties are force cast into Collection<?> even though they could be arrays.
33+
* DATAREDIS-491 - Prevent KeyspaceEventMessageListener from starting when no repository detected.
34+
* DATAREDIS-489 - Store and retrieve type hints for Object type property values even when those are considered as simple types.
35+
* DATAREDIS-487 - Release 1.8 M1 (Ingalls).
36+
* DATAREDIS-471 - Incremental updates for Redis KeyValue Template.
37+
* DATAREDIS-469 - RedisAtomicLong throws a null pointer if key is removed.
38+
* DATAREDIS-438 - Add support for geo commands.
39+
* DATAREDIS-423 - Add Jackson2 HashMapper implementation.
40+
41+
942
Changes in version 1.7.2.RELEASE (2016-06-15)
1043
---------------------------------------------
1144
* DATAREDIS-517 - Back port documentation for New in Spring Data Redis 1.7.

0 commit comments

Comments
 (0)