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.1.3 (2021-07-16)
5
+ -------------------------------------
6
+ * #2330 - Upgrade to Neo4j 4.2.9.
7
+ * #2328 - Create tests for named queries in a non-default location.
8
+ * #2326 - `saveAll` use the lowest common denominator for determining the entity type to be saved.
9
+ * #2325 - Support for SpEL pointing to related entities in projection on first level.
10
+ * #2324 - Improve handling of 0-valued `IsoDuration`.
11
+ * #2323 - Support entities annotated with `@RelationshipProperties` as top level parameters to custom procedures.
12
+ * #2319 - Mapping performance optimization.
13
+ * #2318 - Bug in connecting objects.
14
+ * #2317 - Detection of cycles too defensive.
15
+ * #2313 - Multi-level projection support.
16
+ * #2311 - Include `DiscoveryException` in retry predicate.
17
+ * #2305 - Add association support for DTO projections.
18
+ * #2287 - Upgrade to CypherDSL 2021.2.3 and adapt Collection-API.
19
+ * #2216 - Allow inheritance of concrete classes.
20
+
21
+
4
22
Changes in version 6.1.2 (2021-06-22)
5
23
-------------------------------------
6
24
* #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`.
@@ -2349,5 +2367,6 @@ General
2349
2367
2350
2368
2351
2369
2370
+
2352
2371
2353
2372
You can’t perform that action at this time.
0 commit comments