File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-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.7 (2021-03-31)
5
+ -------------------------------------
6
+ * #2203 - Enable mapping of list of lists of nodes or relationships.
7
+ * #2199 - Polymorphic query do no longer work in 6.0.6.
8
+ * #2196 - Same node with double Relationship not saved correctly.
9
+ * #2193 - Don't roll back the transaction through setRollbackOnly.
10
+ * #2191 - Problem with multiple bidirectional relationships and nodes.
11
+ * #2168 - Treat no attributes annotated with `@ConvertedWith` as association.
12
+
13
+
4
14
Changes in version 6.1.0-RC1 (2021-03-31)
5
15
-----------------------------------------
6
16
* #2207 - Improve the pair of isEntity and isAssociation.
@@ -2205,5 +2215,6 @@ General
2205
2215
2206
2216
2207
2217
2218
+
2208
2219
2209
2220
You can’t perform that action at this time.
0 commit comments