File tree 1 file changed +16
-0
lines changed
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 5.3.7.RELEASE (2021-02-17)
5
+ ---------------------------------------------
6
+ * #2149 - Include Bintray plugin repository.
7
+ * #2099 - Declare the dependency between shared session creator and entity instantiator.
8
+ * #1862 - Support combining startingWith and endingWith with IgnoreCase in derived queries.
9
+ * #1807 - Add support for limiting, derived queries (findFirst and findTop).
10
+ * #1792 - Ensure that internal database ids are accessed via id(n) in nested, derived query methods. [DATAGRAPH-1231].
11
+ * #1763 - Ensure final fields of immutable entities are persisted correctly.
12
+ * #1712 - Constructor based instantiation of entities fails due to missing converters. [DATAGRAPH-1182].
13
+ * #1691 - Fail early if bookmark setup is enabled without a bookmark manager. [DATAGRAPH-1128].
14
+ * #1578 - Relations are not saved correctly [DATAGRAPH-1017].
15
+ * #1568 - Recognize org.springframework.data.annotation.Transient from Neo4j-OGM.
16
+ * #899 - Update repository after GitHub issues migration.
17
+
18
+
4
19
Changes in version 5.2.13.RELEASE (2021-02-17)
5
20
----------------------------------------------
6
21
* #2149 - Include Bintray plugin repository.
@@ -2081,5 +2096,6 @@ General
2081
2096
2082
2097
2083
2098
2099
+
2084
2100
2085
2101
You can’t perform that action at this time.
0 commit comments