From 336a1dfb83ffb0bfb6ab16864b5a37f4af2c1fad Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 13 Jan 2021 15:33:29 +0100 Subject: [PATCH] Updated changelog. See #2025 --- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0f3491722..dfda8be3b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring Data Neo4j Changelog =========================== +Changes in version 6.1.0-M2 (2021-01-13) +---------------------------------------- +* DATAGRAPH-1469 - Bidirectional RelationshipProperties persist ends up in StackOverflow. +* DATAGRAPH-1466 - Add support for storing java.util.Timezone and java.time.ZoneId. +* DATAGRAPH-1461 - Update CI jobs with Docker Login. +* #2110 - Dynamic labels won't get persisted on saveAll. +* #2108 - Link relationships by label and id if a non-generated id is used. +* #2106 - Update dependencies for 2020.0.3. +* #2105 - Add documentation for alternatives to the automatic index manager to the migration guide. +* #2033 - ExistsBy property does not work [DATAGRAPH-1472]. +* #2032 - Document manual query creation. [DATAGRAPH-1471]. +* #2028 - Relationship is always null with inheritance [DATAGRAPH-1467]. +* #2013 - Spring Data Neo4J 6.0.1 throws Exception when connecting to Neo4j 3.5 [DATAGRAPH-1451]. +* #1959 - Resolve neo4j.core <-> neo4j.repository.support package cycle [DATAGRAPH-1398]. +* #899 - Update repository after GitHub issues migration. + + Changes in version 6.0.3 (2021-01-13) ------------------------------------- * DATAGRAPH-1469 - Bidirectional RelationshipProperties persist ends up in StackOverflow. @@ -2047,5 +2064,6 @@ General +