Skip to content

Commit 34c45c2

Browse files
Updated changelog.
See #2024
1 parent dc722a6 commit 34c45c2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/resources/changelog.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Spring 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+
419
Changes 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

0 commit comments

Comments
 (0)