Skip to content

Commit 5ac9960

Browse files
Updated changelog.
See #2113
1 parent e68d0bc commit 5ac9960

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/main/resources/changelog.txt

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Spring Data Neo4j Changelog
22
===========================
33

4+
Changes in version 6.1.0-M3 (2021-02-17)
5+
----------------------------------------
6+
* #2147 - Upgrade test dependencies.
7+
* #2145 - Upgrade to JUnit Causal Cluster Testcontainer extension 2020.0.7.
8+
* #2144 - Upgrade to Neo4j 4.2.3.
9+
* #2143 - Upgrade to Neo4j-Java-Driver 4.2.1.
10+
* #2142 - Upgrade to Cypher-DSL 2021.0.0.
11+
* #2141 - NullPointerException when persisting Kotlin data class.
12+
* #2139 - Fix classcast exception for paginated projections.
13+
* #2137 - 'findByProperty' not finishing. It tries to load whole graph.
14+
* #2135 - Add documentation for custom Graph repository fragments.
15+
* #2133 - Remove `o.s.d.annotation.Persistent` from the set of identifying annotations.
16+
* #2127 - Add Kotlin extensions for the Neo4j templates leveraging reified type parameters.
17+
* #2124 - Fix failing save for uninitialized maps of dynamic properties.
18+
* #2123 - Select correct conversion for assigned ids of related nodes.
19+
* #2121 - Optimize path querying and mapping.
20+
* #2118 - Don't overwrite unknown properties of known nodes and relationships.
21+
* #2117 - Exclude relationships from projections when not projected.
22+
* #2114 - Include all nodes of a path during mapping.
23+
* #1906 - Ensure that self referential path structures work correctly.
24+
* #1903 - Ensure that duplicated private properties must be made transient in a domain class hierarchy.
25+
26+
427
Changes in version 6.0.4 (2021-02-17)
528
-------------------------------------
629
* #2145 - Upgrade to JUnit Causal Cluster Testcontainer extension 2020.0.7.
@@ -2116,5 +2139,6 @@ General
21162139

21172140

21182141

2142+
21192143

21202144

0 commit comments

Comments
 (0)