|
1 | 1 | Spring Data Neo4j Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 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 | + |
4 | 27 | Changes in version 5.2.10.RELEASE (2020-09-16)
|
5 | 28 | ----------------------------------------------
|
6 | 29 | * DATAGRAPH-1369 - Upgrade to Neo4j-OGM 3.2.16.
|
@@ -1846,5 +1869,6 @@ General
|
1846 | 1869 |
|
1847 | 1870 |
|
1848 | 1871 |
|
| 1872 | + |
1849 | 1873 |
|
1850 | 1874 |
|
0 commit comments