Skip to content

Commit 2f3a8e0

Browse files
committed
Updated changelog.
See #2304
1 parent 0bf3261 commit 2f3a8e0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 6.1.3 (2021-07-16)
5+
-------------------------------------
6+
* #2330 - Upgrade to Neo4j 4.2.9.
7+
* #2328 - Create tests for named queries in a non-default location.
8+
* #2326 - `saveAll` use the lowest common denominator for determining the entity type to be saved.
9+
* #2325 - Support for SpEL pointing to related entities in projection on first level.
10+
* #2324 - Improve handling of 0-valued `IsoDuration`.
11+
* #2323 - Support entities annotated with `@RelationshipProperties` as top level parameters to custom procedures.
12+
* #2319 - Mapping performance optimization.
13+
* #2318 - Bug in connecting objects.
14+
* #2317 - Detection of cycles too defensive.
15+
* #2313 - Multi-level projection support.
16+
* #2311 - Include `DiscoveryException` in retry predicate.
17+
* #2305 - Add association support for DTO projections.
18+
* #2287 - Upgrade to CypherDSL 2021.2.3 and adapt Collection-API.
19+
* #2216 - Allow inheritance of concrete classes.
20+
21+
422
Changes in version 6.1.2 (2021-06-22)
523
-------------------------------------
624
* #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`.
@@ -2349,5 +2367,6 @@ General
23492367

23502368

23512369

2370+
23522371

23532372

0 commit comments

Comments
 (0)