Skip to content

Commit be40fcf

Browse files
committed
DATAGRAPH-1426 - Updated changelog.
1 parent 39326d8 commit be40fcf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Spring Data Neo4j Changelog
22
===========================
33

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+
428
Changes in version 6.1.0-M1 (2020-12-09)
529
----------------------------------------
630
* DATAGRAPH-1460 - Neo4jEvaluationContextExtension breaks bean overriding setup.
@@ -1998,5 +2022,6 @@ General
19982022

19992023

20002024

2025+
20012026

20022027

0 commit comments

Comments
 (0)