|
9 | 9 |
|
10 | 10 | == Deprecations |
11 | 11 |
|
| 12 | +This section lists all of the features that have been deprecated in Neo4j server. |
| 13 | +If there are any replacements for deprecated features, they are also indicated. |
| 14 | + |
| 15 | +For deprecations in Cypher language, go to the link:https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/[Cypher manual -> Deprecations, additions, and compatibility]. |
| 16 | + |
12 | 17 | === Procedures |
13 | 18 |
|
14 | 19 | .See all deprecated procedures |
@@ -161,6 +166,17 @@ For more information, refer to the xref:clustering/databases.adoc#s3-seed-provid |
161 | 166 |
|
162 | 167 | == Breaking changes |
163 | 168 |
|
| 169 | +The section covers breaking changes since the Neo4j 5.26 LTS release. |
| 170 | +You can find guidelines on how to migrate from previous Neo4j versions to 2025.01 in the link:https://neo4j.com/docs/upgrade-migration-guide/current/version-2025[Upgrade and migration guide]. |
| 171 | + |
| 172 | +[role=label--enterprise] |
| 173 | +=== Clustering |
| 174 | + |
| 175 | +In 2025.01, discovery service v1 is removed. |
| 176 | +Therefore, transitioning from v1 to v2 must be completed before upgrading to Neo4j 2025.01. |
| 177 | + |
| 178 | +For more details, refer to the link:https://neo4j.com/docs/operations-manual/5/clustering/setup/discovery/#clustering-discovery-v1-to-v2[Operations Manual → Moving from discovery service v1 to v2]. |
| 179 | + |
164 | 180 | === Built-in Neo4j procedures |
165 | 181 |
|
166 | 182 | .See procedures removed in Neo4j 2025.01 without replacement. |
@@ -281,6 +297,8 @@ However, it is recommended to update your _neo4j.conf_ file to use the new setti |
281 | 297 |
|
282 | 298 | ==== Changes to default values of configuration settings |
283 | 299 |
|
| 300 | +These changes will only affect new installations or upgrades that replace their configuration files. |
| 301 | + |
284 | 302 | .The list of changed default values |
285 | 303 | [%collapsible] |
286 | 304 | ==== |
@@ -311,12 +329,12 @@ However, it is recommended to update your _neo4j.conf_ file to use the new setti |
311 | 329 | |`true` |
312 | 330 |
|
313 | 331 | |`server.logs.config` |
314 | | -|conf/server-logs.xml |
315 | | -|server-logs.xml |
| 332 | +|`conf/server-logs.xml` |
| 333 | +|`server-logs.xml` |
316 | 334 |
|
317 | 335 | |`server.logs.user.config` |
318 | | -|conf/user-logs.xml |
319 | | -|user-logs.xml |
| 336 | +|`conf/user-logs.xml` |
| 337 | +|`user-logs.xml` |
320 | 338 | |=== |
321 | 339 | ==== |
322 | 340 |
|
|
0 commit comments