|
1 | 1 | Spring Data Neo4j Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 6.1.1 (2021-05-14) |
| 5 | +------------------------------------- |
| 6 | +* #2252 - Allow seeding and retrieval of Neo4j bookmarks from the transaction managers. |
| 7 | +* #2251 - Upgrade to Neo4j-Java-Driver 4.2.5.. |
| 8 | +* #2249 - Upgrade to Cypher-DSL 2021.2.1. |
| 9 | +* #2248 - Don't swallow or delete cause of translated exceptions. |
| 10 | +* #2246 - Deterministic mapping of records with mixed results. |
| 11 | +* #2245 - Provide additional scripts to run tests with retries against clusters. |
| 12 | +* #2244 - Fix detection of common element types in collections of persistent entities. |
| 13 | +* #2243 - Add support for missing DISTINCT keyword. |
| 14 | +* #2241 - Create empty collections instead of null. |
| 15 | +* #2240 - Unable to convert java.util.UUID to Neo4j Value. |
| 16 | +* #2239 - Resolve or remove literal replacements in custom count queries. |
| 17 | +* #2236 - Create correct collection type for RelationshipProperties. |
| 18 | +* #2234 - DatabaseSelection is not allways used. |
| 19 | +* #2230 - Use Cypher-DSL statement parameters in all template methods. |
| 20 | +* #2228 - Support multiple relationships properties to same node. |
| 21 | +* #2223 - Generated objects onSave are not considered as already processed. |
| 22 | +* #2210 - Improve documentation for hydrating collections based on queries returning paths. |
| 23 | +* #1985 - Make sure derived queries on the same property of the same entity but different relationships use multiple matches. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 6.0.9 (2021-05-14)
|
5 | 27 | -------------------------------------
|
6 | 28 | * #2250 - Upgrade to Neo4j-Java-Driver 4.1.2..
|
@@ -2271,5 +2293,6 @@ General
|
2271 | 2293 |
|
2272 | 2294 |
|
2273 | 2295 |
|
| 2296 | + |
2274 | 2297 |
|
2275 | 2298 |
|
0 commit comments