Skip to content

Commit 099a827

Browse files
committed
Updated changelog.
See #2187
1 parent 868ca7c commit 099a827

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/resources/changelog.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Spring Data Neo4j Changelog
22
===========================
33

4+
Changes in version 6.1.0-RC1 (2021-03-31)
5+
-----------------------------------------
6+
* #2207 - Improve the pair of isEntity and isAssociation.
7+
* #2203 - Enable mapping of list of lists of nodes or relationships.
8+
* #2199 - Polymorphic query do no longer work in 6.0.6.
9+
* #2196 - Same node with double Relationship not saved correctly.
10+
* #2194 - Condition not rendered in Page request via CypherdslConditionExecutor.
11+
* #2193 - Don't roll back the transaction through setRollbackOnly.
12+
* #2191 - Problem with multiple bidirectional relationships and nodes.
13+
* #2182 - Add support for projections inside the Neo4j templates.
14+
* #2168 - Treat no attributes annotated with `@ConvertedWith` as association.
15+
* #2148 - Return related objects with ids set after save.
16+
* #1911 - Provide a way for defining dynamic queries in a type safe way.
17+
18+
419
Changes in version 6.1.0-M5 (2021-03-17)
520
----------------------------------------
621
* #2185 - Upgrade to Neo4j-Java-Driver 4.2.3.
@@ -2195,5 +2210,6 @@ General
21952210

21962211

21972212

2213+
21982214

21992215

0 commit comments

Comments
 (0)