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.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+
422Changes in version 6.1.2 (2021-06-22)
523-------------------------------------
624* #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`.
@@ -2349,5 +2367,6 @@ General
23492367
23502368
23512369
2370+
23522371
23532372
You can’t perform that action at this time.
0 commit comments