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 1
1
Spring Data Neo4j Changelog
2
2
===========================
3
3
4
+ Changes in version 6.1.0-M2 (2021-01-13)
5
+ ----------------------------------------
6
+ * DATAGRAPH-1469 - Bidirectional RelationshipProperties persist ends up in StackOverflow.
7
+ * DATAGRAPH-1466 - Add support for storing java.util.Timezone and java.time.ZoneId.
8
+ * DATAGRAPH-1461 - Update CI jobs with Docker Login.
9
+ * #2110 - Dynamic labels won't get persisted on saveAll.
10
+ * #2108 - Link relationships by label and id if a non-generated id is used.
11
+ * #2106 - Update dependencies for 2020.0.3.
12
+ * #2105 - Add documentation for alternatives to the automatic index manager to the migration guide.
13
+ * #2033 - ExistsBy property does not work [DATAGRAPH-1472].
14
+ * #2032 - Document manual query creation. [DATAGRAPH-1471].
15
+ * #2028 - Relationship is always null with inheritance [DATAGRAPH-1467].
16
+ * #2013 - Spring Data Neo4J 6.0.1 throws Exception when connecting to Neo4j 3.5 [DATAGRAPH-1451].
17
+ * #1959 - Resolve neo4j.core <-> neo4j.repository.support package cycle [DATAGRAPH-1398].
18
+ * #899 - Update repository after GitHub issues migration.
19
+
20
+
4
21
Changes in version 6.0.3 (2021-01-13)
5
22
-------------------------------------
6
23
* DATAGRAPH-1469 - Bidirectional RelationshipProperties persist ends up in StackOverflow.
@@ -2047,5 +2064,6 @@ General
2047
2064
2048
2065
2049
2066
2067
+
2050
2068
2051
2069
You can’t perform that action at this time.
0 commit comments