File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.0-RC1 (2020-09-16)
5
+ -----------------------------------------
6
+ * DATAGRAPH-1379 - Upgrade to Neo4j driver 4.0.3.
7
+ * DATAGRAPH-1378 - Bump Cypher-DSL to 2020.1.0.
8
+ * DATAGRAPH-1376 - Make DefaultNeo4jClient compatible with GraalVM native.
9
+ * DATAGRAPH-1375 - Upgrade to Cypher DSL 2020.1.0.
10
+ * DATAGRAPH-1374 - Add support for sliced queries.
11
+ * DATAGRAPH-1373 - Refactor RelationshipProperties API.
12
+ * DATAGRAPH-1371 - Remove usage of deprecated org.springframework.data.convert.EntityInstantiators.
13
+ * DATAGRAPH-1363 - Provide Predicate for retryable exceptions.
14
+ * DATAGRAPH-1362 - Translate both ServiceUnavailableException and SessionExpiredException into TransientDataAccessResourceException.
15
+ * DATAGRAPH-1360 - Release 6.0 RC1 (2020.0.0).
16
+ * DATAGRAPH-1024 - Introduce reactive repository API.
17
+
18
+
4
19
Changes in version 5.3.4.RELEASE (2020-09-16)
5
20
---------------------------------------------
6
21
* DATAGRAPH-1371 - Remove usage of deprecated org.springframework.data.convert.EntityInstantiators.
@@ -1870,5 +1885,6 @@ General
1870
1885
1871
1886
1872
1887
1888
+
1873
1889
1874
1890
You can’t perform that action at this time.
0 commit comments