File tree 1 file changed +18
-0
lines changed
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.0.6 (2021-03-17)
5
+ -------------------------------------
6
+ * #2183 - Wrong link for composite properties.
7
+ * #2178 - Create correct union statements.
8
+ * #2177 - Problem with two-way relationship.
9
+ * #2175 - InvalidDataAccessResourceUsageException: Variable `__sn__` not defined.
10
+ * #2172 - Documentation has wrong section structure.
11
+ * #2170 - Update to Cypher-DSL 2021.1.1.
12
+ * #2169 - Remove block() call from ReactiveNeo4jTemplate.
13
+ * #2165 - Support nested projections with cascaded queries.
14
+ * #2164 - Treat id properties correctly in derived finder methods.
15
+ * #2162 - Remove usage of deprecated Spring Data Commons API.
16
+ * #2160 - Fix headlines in documentation.
17
+ * #2157 - Don't resolve circular possible circular relationships for queries returning count or exists projections.
18
+ * #2138 - Object mapping does not work correctly with abstract superclass and recursion.
19
+
20
+
4
21
Changes in version 5.3.8.RELEASE (2021-03-17)
5
22
---------------------------------------------
6
23
@@ -2151,5 +2168,6 @@ General
2151
2168
2152
2169
2153
2170
2171
+
2154
2172
2155
2173
You can’t perform that action at this time.
0 commit comments