Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
See #2024
  • Loading branch information
christophstrobl committed Feb 17, 2021
1 parent eb43505 commit a4fedf0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Spring Data Neo4j Changelog
===========================

Changes in version 5.3.7.RELEASE (2021-02-17)
---------------------------------------------
* #2149 - Include Bintray plugin repository.
* #2099 - Declare the dependency between shared session creator and entity instantiator.
* #1862 - Support combining startingWith and endingWith with IgnoreCase in derived queries.
* #1807 - Add support for limiting, derived queries (findFirst and findTop).
* #1792 - Ensure that internal database ids are accessed via id(n) in nested, derived query methods. [DATAGRAPH-1231].
* #1763 - Ensure final fields of immutable entities are persisted correctly.
* #1712 - Constructor based instantiation of entities fails due to missing converters. [DATAGRAPH-1182].
* #1691 - Fail early if bookmark setup is enabled without a bookmark manager. [DATAGRAPH-1128].
* #1578 - Relations are not saved correctly [DATAGRAPH-1017].
* #1568 - Recognize org.springframework.data.annotation.Transient from Neo4j-OGM.
* #899 - Update repository after GitHub issues migration.


Changes in version 5.2.13.RELEASE (2021-02-17)
----------------------------------------------
* #2149 - Include Bintray plugin repository.
Expand Down Expand Up @@ -2081,5 +2096,6 @@ General






0 comments on commit a4fedf0

Please sign in to comment.