Skip to content

Commit 8ca61eb

Browse files
committed
Updated changelog.
See #2229
1 parent d7349e4 commit 8ca61eb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 6.0.9 (2021-05-14)
5+
-------------------------------------
6+
* #2250 - Upgrade to Neo4j-Java-Driver 4.1.2..
7+
* #2248 - Don't swallow or delete cause of translated exceptions.
8+
* #2246 - Deterministic mapping of records with mixed results.
9+
* #2244 - Fix detection of common element types in collections of persistent entities.
10+
* #2243 - Add support for missing DISTINCT keyword.
11+
* #2241 - Create empty collections instead of null.
12+
* #2240 - Unable to convert java.util.UUID to Neo4j Value.
13+
* #2239 - Resolve or remove literal replacements in custom count queries.
14+
* #2236 - Create correct collection type for RelationshipProperties.
15+
* #2228 - Support multiple relationships properties to same node.
16+
* #2223 - Generated objects onSave are not considered as already processed.
17+
* #2210 - Improve documentation for hydrating collections based on queries returning paths.
18+
19+
420
Changes in version 6.1.0 (2021-04-14)
521
-------------------------------------
622
* #2225 - Improve label determination for inherited entities.
@@ -2254,5 +2270,6 @@ General
22542270

22552271

22562272

2273+
22572274

22582275

0 commit comments

Comments
 (0)