File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-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.0.0-RC2 (2020-10-14)
5
+ -----------------------------------------
6
+ * DATAGRAPH-1404 - Streamline POM dependencies setup.
7
+ * DATAGRAPH-1401 - Update outdated chapter about testing.
8
+ * DATAGRAPH-1397 - Create correct target collection type for relationship with properties.
9
+ * DATAGRAPH-1396 - ClassCastException when writing scalar relationship properties field.
10
+ * DATAGRAPH-1395 - Support [At]TargetNode properties in persistence constructors.
11
+ * DATAGRAPH-1393 - Add support for OGM's CompositeAttributeConverter.
12
+ * DATAGRAPH-1392 - Optimize loading of cyclic data.
13
+ * DATAGRAPH-1391 - Mapper does not respect existing objects.
14
+ * DATAGRAPH-1390 - Provide attribute specific conversions.
15
+ * DATAGRAPH-1388 - Add "legacy" converters for DateLong and DateString.
16
+ * DATAGRAPH-1387 - Finalize and document package structure.
17
+ * DATAGRAPH-1386 - Log Query notifications.
18
+ * DATAGRAPH-1384 - FindByExample only returns root node.
19
+ * DATAGRAPH-1382 - Release 6.0 RC2 (2020.0.0).
20
+
21
+
4
22
Changes in version 6.0.0-RC1 (2020-09-16)
5
23
-----------------------------------------
6
24
* DATAGRAPH-1379 - Upgrade to Neo4j driver 4.0.3.
@@ -1892,5 +1910,6 @@ General
1892
1910
1893
1911
1894
1912
1913
+
1895
1914
1896
1915
You can’t perform that action at this time.
0 commit comments