Skip to content

Commit 39326d8

Browse files
committed
DATAGRAPH-1418 - Updated changelog.
1 parent 782759d commit 39326d8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 6.1.0-M1 (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-1452 - Support known entities as parameter for repository methods.
11+
* DATAGRAPH-1449 - Delete removed dynamic relationships with properties.
12+
* DATAGRAPH-1447 - Write dynamic relationship types for relationship with properties.
13+
* DATAGRAPH-1446 - Support abstract, generic base classes for relationship properties.
14+
* DATAGRAPH-1442 - Avoid redundant statement creation for bidirectional relationships.
15+
* DATAGRAPH-1441 - Register necessary callbacks internally inside the mapping context.
16+
* DATAGRAPH-1440 - Improve support for methods returning Slice..
17+
* DATAGRAPH-1438 - DTO based projections fail on empty result sets.
18+
* DATAGRAPH-1437 - Support mapping of named paths.
19+
* DATAGRAPH-1436 - Derived finder for same type creates wrong query.
20+
* DATAGRAPH-1434 - Second-level relationship fetching via @RelationshipProperties breaks.
21+
* DATAGRAPH-1433 - Generated query doesn't honor relationship direction.
22+
* DATAGRAPH-1431 - Objects beyond second level of hierarchy are not retrieved via ReactiveNeo4jRepository.
23+
* DATAGRAPH-1430 - Should not DELETE relationships on SAVE for new nodes.
24+
* DATAGRAPH-1429 - Allow the use of one top-level aggregate.
25+
* DATAGRAPH-1428 - Implement CrudRepository.delete(Iterable<ID> ids).
26+
* DATAGRAPH-1427 - Optimistic Locking on delete.
27+
* DATAGRAPH-1425 - Support strict mode for entity detection.
28+
* DATAGRAPH-1424 - Make derived queries target the correct path with multiple relationships to the same target node.
29+
* DATAGRAPH-1423 - Add a better error message when persisting invalid implicit entities.
30+
* DATAGRAPH-1422 - Section hightlighting in the current reference documentation is mostly broken.
31+
* DATAGRAPH-1421 - Fix issues in the new reference documentation.
32+
* DATAGRAPH-1420 - Check for TargetNode in RelationshipProperties.
33+
* DATAGRAPH-1419 - Enable Maven repository caching for Jenkins jobs.
34+
* DATAGRAPH-1418 - Release 6.1 M1 (2021.0.0).
35+
36+
437
Changes in version 5.3.6.RELEASE (2020-12-09)
538
---------------------------------------------
639
* DATAGRAPH-1439 - Fix link to Spring Framework's conversion service.
@@ -1964,5 +1997,6 @@ General
19641997

19651998

19661999

2000+
19672001

19682002

0 commit comments

Comments
 (0)