|
1 | 1 | Spring Data Neo4j Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 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 | + |
4 | 27 | Changes in version 6.0.4 (2021-02-17)
|
5 | 28 | -------------------------------------
|
6 | 29 | * #2145 - Upgrade to JUnit Causal Cluster Testcontainer extension 2020.0.7.
|
@@ -2116,5 +2139,6 @@ General
|
2116 | 2139 |
|
2117 | 2140 |
|
2118 | 2141 |
|
| 2142 | + |
2119 | 2143 |
|
2120 | 2144 |
|
0 commit comments