File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Neo4j Changelog
2
2
===========================
3
3
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
+
4
20
Changes in version 6.1.0 (2021-04-14)
5
21
-------------------------------------
6
22
* #2225 - Improve label determination for inherited entities.
@@ -2254,5 +2270,6 @@ General
2254
2270
2255
2271
2256
2272
2273
+
2257
2274
2258
2275
You can’t perform that action at this time.
0 commit comments