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 11Spring Data Neo4j Changelog
22===========================
33
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+
422Changes in version 5.3.7.RELEASE (2021-02-17)
523---------------------------------------------
624* #2149 - Include Bintray plugin repository.
@@ -2097,5 +2115,6 @@ General
20972115
20982116
20992117
2118+
21002119
21012120
You can’t perform that action at this time.
0 commit comments