You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changes-deprecations-removals.adoc
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -576,6 +576,30 @@ Starting from 2025.04, using the error messages programmatically is deprecated.
576
576
Because error messages might change in a future release, please parse or use GQLSTATUS error codes in your application code.
577
577
For details, see link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/[Status Codes for Errors & Notifications -> List of GQLSTATUS error codes].
578
578
579
+
== Cypher 25
580
+
581
+
Starting with Neo4j 2025.06, Cypher versioning is decoupled from Neo4j server versioning.
582
+
As part of this change, Cypher 25 is introduced.
583
+
Previously, Cypher 5 was the language version used for Neo4j 5.x and for the early 2025 releases (Neo4j 2025.01-2025.05).
584
+
Cypher 5 remains the default language version for newly created databases.
585
+
586
+
For more information about Cypher versioning, visit:
The section covers changes to Neo4j server functionality across different areas.
@@ -593,3 +617,39 @@ To reflect this change, a new name was added to the option: `--max-off-heap-memo
593
617
+
594
618
For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory-control[Improving the performance].
595
619
620
+
621
+
=== Cypher Shell
622
+
623
+
Neo4j 2025.06::
624
+
625
+
The default value of the `--error-format` option is changed from `legacy` to `gql`.
626
+
For details, refer to xref:cypher-shell.adoc[].
627
+
628
+
=== Configuration settings
629
+
630
+
Neo4j 2025.06::
631
+
632
+
The default value of the xref:configuration/configuration-settings.adoc#config_server.metrics.filter[`server.metrics.filter`] label:enterprise[Enterprise Edition] was changed.
The default value of the xref:configuration/configuration-settings.adoc#config_server.metrics.filter[`server.metrics.filter`] label:enterprise[Enterprise Edition] was changed.
651
+
+
652
+
*neo4j.count* (_Database data count metrics_) was included.
653
+
This class of metrics replaced the deprecated *ids_in_use* (_Database data metrics_).
654
+
See xref:monitoring/metrics/reference.adoc#db-data-count-metrics[Monitoring -> Metrics reference] for details.
0 commit comments