Skip to content

Commit 694ab56

Browse files
Address comments
1 parent 5add1d1 commit 694ab56

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
== Deprecations
1111

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+
1217
=== Procedures
1318

1419
.See all deprecated procedures
@@ -161,6 +166,17 @@ For more information, refer to the xref:clustering/databases.adoc#s3-seed-provid
161166

162167
== Breaking changes
163168

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+
164180
=== Built-in Neo4j procedures
165181

166182
.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
281297

282298
==== Changes to default values of configuration settings
283299

300+
These changes will only affect new installations or upgrades that replace their configuration files.
301+
284302
.The list of changed default values
285303
[%collapsible]
286304
====
@@ -311,12 +329,12 @@ However, it is recommended to update your _neo4j.conf_ file to use the new setti
311329
|`true`
312330
313331
|`server.logs.config`
314-
|conf/server-logs.xml
315-
|server-logs.xml
332+
|`conf/server-logs.xml`
333+
|`server-logs.xml`
316334
317335
|`server.logs.user.config`
318-
|conf/user-logs.xml
319-
|user-logs.xml
336+
|`conf/user-logs.xml`
337+
|`user-logs.xml`
320338
|===
321339
====
322340

0 commit comments

Comments
 (0)