Skip to content

Commit 011c4d2

Browse files
committed
Updated changelog.
See #2231
1 parent c3660cf commit 011c4d2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 6.1.1 (2021-05-14)
5+
-------------------------------------
6+
* #2252 - Allow seeding and retrieval of Neo4j bookmarks from the transaction managers.
7+
* #2251 - Upgrade to Neo4j-Java-Driver 4.2.5..
8+
* #2249 - Upgrade to Cypher-DSL 2021.2.1.
9+
* #2248 - Don't swallow or delete cause of translated exceptions.
10+
* #2246 - Deterministic mapping of records with mixed results.
11+
* #2245 - Provide additional scripts to run tests with retries against clusters.
12+
* #2244 - Fix detection of common element types in collections of persistent entities.
13+
* #2243 - Add support for missing DISTINCT keyword.
14+
* #2241 - Create empty collections instead of null.
15+
* #2240 - Unable to convert java.util.UUID to Neo4j Value.
16+
* #2239 - Resolve or remove literal replacements in custom count queries.
17+
* #2236 - Create correct collection type for RelationshipProperties.
18+
* #2234 - DatabaseSelection is not allways used.
19+
* #2230 - Use Cypher-DSL statement parameters in all template methods.
20+
* #2228 - Support multiple relationships properties to same node.
21+
* #2223 - Generated objects onSave are not considered as already processed.
22+
* #2210 - Improve documentation for hydrating collections based on queries returning paths.
23+
* #1985 - Make sure derived queries on the same property of the same entity but different relationships use multiple matches.
24+
25+
426
Changes in version 6.0.9 (2021-05-14)
527
-------------------------------------
628
* #2250 - Upgrade to Neo4j-Java-Driver 4.1.2..
@@ -2271,5 +2293,6 @@ General
22712293

22722294

22732295

2296+
22742297

22752298

0 commit comments

Comments
 (0)