|
1 | 1 | Spring Data Neo4j Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 6.0.10 (2021-06-22) |
| 5 | +-------------------------------------- |
| 6 | +* #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`. |
| 7 | +* #2299 - Upgrade to Neo4j-Java-Driver 4.1.4. |
| 8 | +* #2296 - Ids need to be potentially converted before dynamic labels are determined. |
| 9 | +* #2290 - Ambiguous relationship definition during mapping. |
| 10 | +* #2289 - Persistence logic bails out on the wrong combination of source and relationship. |
| 11 | +* #2285 - Unwrap invocation target exceptions in the `AutoCloseableQueryRunner`. |
| 12 | +* #2281 - Support derived deleteBy methods. |
| 13 | +* #2280 - Allow custom composite converters to delete decomposed properties. |
| 14 | +* #2277 - Don't log warnings on literal `null` parameters. |
| 15 | +* #2276 - Support default, primitive Kotlin attributes. |
| 16 | +* #2275 - Upgrade to API Guardian 1.1.1. |
| 17 | +* #2274 - Honor `ignoreCase()` from `Sort.Order`. |
| 18 | +* #2273 - Allow function calls in Sort / Pageable objects in custom queries. |
| 19 | +* #2267 - Clean up deprecation warnings. |
| 20 | +* #2262 - Fetch all properties when querying via a base interface. |
| 21 | +* #2259 - Explicitly acquire locks on nodes when `@Version` is used. |
| 22 | +* #2254 - Document BeforeBindCallbacks. |
| 23 | +* #2019 - Add documentation for using health indicators without access to the default database. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 6.1.1 (2021-05-14)
|
5 | 27 | -------------------------------------
|
6 | 28 | * #2252 - Allow seeding and retrieval of Neo4j bookmarks from the transaction managers.
|
@@ -2294,5 +2316,6 @@ General
|
2294 | 2316 |
|
2295 | 2317 |
|
2296 | 2318 |
|
| 2319 | + |
2297 | 2320 |
|
2298 | 2321 |
|
0 commit comments