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 11Spring Data Neo4j Changelog
22===========================
33
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+
419Changes in version 5.2.13.RELEASE (2021-02-17)
520----------------------------------------------
621* #2149 - Include Bintray plugin repository.
@@ -2081,5 +2096,6 @@ General
20812096
20822097
20832098
2099+
20842100
20852101
You can’t perform that action at this time.
0 commit comments