Skip to content

Commit 001ae6a

Browse files
committed
DATAGRAPH-1361 - Updated changelog.
1 parent e4b9460 commit 001ae6a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Spring Data Neo4j Changelog
22
===========================
33

4+
Changes in version 5.3.4.RELEASE (2020-09-16)
5+
---------------------------------------------
6+
* DATAGRAPH-1371 - Remove usage of deprecated org.springframework.data.convert.EntityInstantiators.
7+
* DATAGRAPH-1369 - Upgrade to Neo4j-OGM 3.2.16.
8+
* DATAGRAPH-1368 - Fix included OGM docs.
9+
* DATAGRAPH-1367 - Ensure all tests classes end with *Tests.
10+
* DATAGRAPH-1366 - "An equivalent constraint already exists" on startup after upgrading to Neo4j 4.
11+
* DATAGRAPH-1364 - Upgrade to Neo4j-OGM 3.2.15.
12+
* DATAGRAPH-1361 - Release 5.3.4 (Neumann SR4).
13+
* DATAGRAPH-1332 - Use Pageable#getOffset instead of a fixed computation.
14+
* DATAGRAPH-1331 - Finder fails when more than one relationship hop involved.
15+
* DATAGRAPH-1303 - AnnotationInfo fails on package private, unrelated annotations.
16+
* DATAGRAPH-1260 - Align ID assertion logic in all variants of findById().
17+
* DATAGRAPH-1249 - Mapping Context not flushed even though node attributes changed.
18+
* DATAGRAPH-1228 - Cleanup Neo4jQueryPlaceholderSupplier.
19+
* DATAGRAPH-1212 - Improve fallback IsNewStrategy.
20+
* DATAGRAPH-1184 - @Query annotated methods cannot deal with Optional return values.
21+
* DATAGRAPH-1156 - Saving two entities with a relationship and UUID as id results in exception.
22+
* DATAGRAPH-1098 - Cleanup and consolidate tests related to configuration of repositories.
23+
* DATAGRAPH-1030 - Avoid unconditional registration of entities in Neo4jMappingContext from all scanned classes.
24+
* DATAGRAPH-1018 - Ensure query parameters for derived finders are converted.
25+
26+
427
Changes in version 5.2.10.RELEASE (2020-09-16)
528
----------------------------------------------
629
* DATAGRAPH-1369 - Upgrade to Neo4j-OGM 3.2.16.
@@ -1846,5 +1869,6 @@ General
18461869

18471870

18481871

1872+
18491873

18501874

0 commit comments

Comments
 (0)