|
1 | 1 | Spring Data Neo4j Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 6.1.2 (2021-06-22) |
| 5 | +------------------------------------- |
| 6 | +* #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`. |
| 7 | +* #2298 - Upgrade to Neo4j-Java-Driver 4.2.7. |
| 8 | +* #2297 - Upgrade to Cypher-DSL 2021.2.2. |
| 9 | +* #2296 - Ids need to be potentially converted before dynamic labels are determined. |
| 10 | +* #2295 - Ensure same order of operations in both `Neo4jTemplate` and `ReactiveNeo4jTemplate`. |
| 11 | +* #2294 - Support `@ReadOnlyProperty`. |
| 12 | +* #2292 - Support collections of entities as parameters to custom repository queries. |
| 13 | +* #2290 - Ambiguous relationship definition during mapping. |
| 14 | +* #2289 - Persistence logic bails out on the wrong combination of source and relationship. |
| 15 | +* #2285 - Unwrap invocation target exceptions in the `AutoCloseableQueryRunner`. |
| 16 | +* #2281 - Support derived deleteBy methods. |
| 17 | +* #2280 - Allow custom composite converters to delete decomposed properties. |
| 18 | +* #2279 - Provide a SpEL-Expression to refer to the root entity in string based queries. |
| 19 | +* #2277 - Don't log warnings on literal `null` parameters. |
| 20 | +* #2276 - Support default, primitive Kotlin attributes. |
| 21 | +* #2275 - Upgrade to API Guardian 1.1.1. |
| 22 | +* #2274 - Honor `ignoreCase()` from `Sort.Order`. |
| 23 | +* #2273 - Allow function calls in Sort / Pageable objects in custom queries. |
| 24 | +* #2270 - Support `findAs` DTO based projection. |
| 25 | +* #2269 - Allow simple return pattern for single results. |
| 26 | +* #2267 - Clean up deprecation warnings. |
| 27 | +* #2262 - Fetch all properties when querying via a base interface. |
| 28 | +* #2261 - `Neo4jQueryMethod` checks whether a method belongs to a CypherDSL statement executor or not are to weak. |
| 29 | +* #2259 - Explicitly acquire locks on nodes when `@Version` is used. |
| 30 | +* #2254 - Document BeforeBindCallbacks. |
| 31 | +* #2019 - Add documentation for using health indicators without access to the default database. |
| 32 | +* #1907 - Would be nice to have @OrderBy on collection relationships [DATAGRAPH-1345]. |
| 33 | + |
| 34 | + |
4 | 35 | Changes in version 6.0.10 (2021-06-22)
|
5 | 36 | --------------------------------------
|
6 | 37 | * #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`.
|
@@ -2317,5 +2348,6 @@ General
|
2317 | 2348 |
|
2318 | 2349 |
|
2319 | 2350 |
|
| 2351 | + |
2320 | 2352 |
|
2321 | 2353 |
|
0 commit comments