File tree 1 file changed +19
-0
lines changed
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.4 (2021-02-17)
5
+ -------------------------------------
6
+ * #2145 - Upgrade to JUnit Causal Cluster Testcontainer extension 2020.0.7.
7
+ * #2142 - Upgrade to Cypher-DSL 2021.0.0.
8
+ * #2141 - NullPointerException when persisting Kotlin data class.
9
+ * #2139 - Fix classcast exception for paginated projections.
10
+ * #2137 - 'findByProperty' not finishing. It tries to load whole graph.
11
+ * #2135 - Add documentation for custom Graph repository fragments.
12
+ * #2133 - Remove `o.s.d.annotation.Persistent` from the set of identifying annotations.
13
+ * #2124 - Fix failing save for uninitialized maps of dynamic properties.
14
+ * #2123 - Select correct conversion for assigned ids of related nodes.
15
+ * #2121 - Optimize path querying and mapping.
16
+ * #2118 - Don't overwrite unknown properties of known nodes and relationships.
17
+ * #2117 - Exclude relationships from projections when not projected.
18
+ * #2114 - Include all nodes of a path during mapping.
19
+ * #2032 - Document manual query creation. [DATAGRAPH-1471].
20
+
21
+
4
22
Changes in version 5.3.7.RELEASE (2021-02-17)
5
23
---------------------------------------------
6
24
* #2149 - Include Bintray plugin repository.
@@ -2097,5 +2115,6 @@ General
2097
2115
2098
2116
2099
2117
2118
+
2100
2119
2101
2120
You can’t perform that action at this time.
0 commit comments