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.2.13.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 6.1.0-M2 (2021-01-13)
520----------------------------------------
621* DATAGRAPH-1469 - Bidirectional RelationshipProperties persist ends up in StackOverflow.
@@ -2059,5 +2074,6 @@ General
20592074
20602075
20612076
2077+
20622078
20632079
You can’t perform that action at this time.
0 commit comments