File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11Spring 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+
420Changes 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
You can’t perform that action at this time.
0 commit comments