Updated changelog.

See #2026
This commit is contained in:
Christoph Strobl
2021-01-13 14:17:42 +01:00
committed by Mark Paluch
parent fe9b3a4ca3
commit 2c22dc2a9f

View File

@@ -1,6 +1,23 @@
Spring Data Neo4j Changelog
===========================
Changes in version 6.0.3 (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.2 (2020-12-09)
-------------------------------------
* DATAGRAPH-1460 - Neo4jEvaluationContextExtension breaks bean overriding setup.
@@ -2023,5 +2040,6 @@ General