|
1 | 1 | Spring Data Neo4j Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 6.0.2 (2020-12-09) |
| 5 | +------------------------------------- |
| 6 | +* DATAGRAPH-1460 - Neo4jEvaluationContextExtension breaks bean overriding setup. |
| 7 | +* DATAGRAPH-1459 - Identify multiple dynamic relationships to the same Class correctly. |
| 8 | +* DATAGRAPH-1456 - More than one level of relationships does not map correctly. |
| 9 | +* DATAGRAPH-1454 - Add support for literal SpEL replacements. |
| 10 | +* DATAGRAPH-1449 - Delete removed dynamic relationships with properties. |
| 11 | +* DATAGRAPH-1447 - Write dynamic relationship types for relationship with properties. |
| 12 | +* DATAGRAPH-1446 - Support abstract, generic base classes for relationship properties. |
| 13 | +* DATAGRAPH-1442 - Avoid redundant statement creation for bidirectional relationships. |
| 14 | +* DATAGRAPH-1441 - Register necessary callbacks internally inside the mapping context. |
| 15 | +* DATAGRAPH-1440 - Improve support for methods returning Slice.. |
| 16 | +* DATAGRAPH-1438 - DTO based projections fail on empty result sets. |
| 17 | +* DATAGRAPH-1437 - Support mapping of named paths. |
| 18 | +* DATAGRAPH-1436 - Derived finder for same type creates wrong query. |
| 19 | +* DATAGRAPH-1434 - Second-level relationship fetching via @RelationshipProperties breaks. |
| 20 | +* DATAGRAPH-1433 - Generated query doesn't honor relationship direction. |
| 21 | +* DATAGRAPH-1431 - Objects beyond second level of hierarchy are not retrieved via ReactiveNeo4jRepository. |
| 22 | +* DATAGRAPH-1430 - Should not DELETE relationships on SAVE for new nodes. |
| 23 | +* DATAGRAPH-1429 - Allow the use of one top-level aggregate. |
| 24 | +* DATAGRAPH-1427 - Optimistic Locking on delete. |
| 25 | +* DATAGRAPH-1426 - Release 6.0.2 (2020.0.2). |
| 26 | + |
| 27 | + |
4 | 28 | Changes in version 6.1.0-M1 (2020-12-09)
|
5 | 29 | ----------------------------------------
|
6 | 30 | * DATAGRAPH-1460 - Neo4jEvaluationContextExtension breaks bean overriding setup.
|
@@ -1998,5 +2022,6 @@ General
|
1998 | 2022 |
|
1999 | 2023 |
|
2000 | 2024 |
|
| 2025 | + |
2001 | 2026 |
|
2002 | 2027 |
|
0 commit comments