Skip to content

Commit 5bb0097

Browse files
committed
Updated changelog.
See #2153
1 parent fe883d8 commit 5bb0097

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 6.1.0-M5 (2021-03-17)
5+
----------------------------------------
6+
* #2185 - Upgrade to Neo4j-Java-Driver 4.2.3.
7+
* #2178 - Create correct union statements.
8+
* #2177 - Problem with two-way relationship.
9+
* #2175 - InvalidDataAccessResourceUsageException: Variable `__sn__` not defined.
10+
* #2172 - Documentation has wrong section structure.
11+
* #2170 - Update to Cypher-DSL 2021.1.1.
12+
* #2169 - Remove block() call from ReactiveNeo4jTemplate.
13+
* #2165 - Support nested projections with cascaded queries.
14+
* #2164 - Treat id properties correctly in derived finder methods.
15+
* #2162 - Remove usage of deprecated Spring Data Commons API.
16+
* #2160 - Fix headlines in documentation.
17+
* #2159 - Support for database selection in (Reactive)Neo4jClient.
18+
* #2157 - Don't resolve circular possible circular relationships for queries returning count or exists projections.
19+
* #2138 - Object mapping does not work correctly with abstract superclass and recursion.
20+
* #1911 - Provide a way for defining dynamic queries in a type safe way.
21+
22+
423
Changes in version 6.0.6 (2021-03-17)
524
-------------------------------------
625
* #2183 - Wrong link for composite properties.
@@ -2175,5 +2194,6 @@ General
21752194

21762195

21772196

2197+
21782198

21792199

0 commit comments

Comments
 (0)