File tree 1 file changed +20
-0
lines changed
1 file changed +20
-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.1.0-M5 (2021-03-17)
5
+ ----------------------------------------
6
+ * #2185 - Upgrade to Neo4j-Java-Driver 4.2.3.
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
+ * #2159 - Support for database selection in (Reactive)Neo4jClient.
18
+ * #2157 - Don't resolve circular possible circular relationships for queries returning count or exists projections.
19
+ * #2138 - Object mapping does not work correctly with abstract superclass and recursion.
20
+ * #1911 - Provide a way for defining dynamic queries in a type safe way.
21
+
22
+
4
23
Changes in version 6.0.6 (2021-03-17)
5
24
-------------------------------------
6
25
* #2183 - Wrong link for composite properties.
@@ -2175,5 +2194,6 @@ General
2175
2194
2176
2195
2177
2196
2197
+
2178
2198
2179
2199
You can’t perform that action at this time.
0 commit comments