Skip to content

Commit 38ce764

Browse files
Update deprecations and removals for the June release
1 parent fa49664 commit 38ce764

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,30 @@ Starting from 2025.04, using the error messages programmatically is deprecated.
576576
Because error messages might change in a future release, please parse or use GQLSTATUS error codes in your application code.
577577
For details, see link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/[Status Codes for Errors & Notifications -> List of GQLSTATUS error codes].
578578

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:
587+
588+
* link:{neo4j-docs-base-uri}/cypher-manual/25/queries/select-version[Cypher manual -> Select Cypher version]
589+
* xref:configuration/cypher-version-configuration.adoc[Operations manual -> Configuration -> Configure the Cypher default version]
590+
591+
In Cypher 25, the following procedures are removed:
592+
593+
* xref:procedures.adoc#procedure_dbms_cluster_readReplicaToggle[`dbms.cluster.readReplicaToggle()`]
594+
* xref:procedures.adoc#procedure_dbms_quarantineDatabase[`dbms.quarantineDatabase()`]
595+
* xref:procedures.adoc#procedure_dbms_cluster_uncordonServer[`dbms.cluster.uncordonServer()`]
596+
* xref:procedures.adoc#procedure_dbms_upgrade[`dbms.upgrade()`]
597+
* xref:procedures.adoc#procedure_dbms_upgradeStatus[`dbms.upgradeStatus()`]
598+
* xref:procedures.adoc#procedure_db_create_setVectorProperty[`db.create.setVectorProperty()`]
599+
* xref:procedures.adoc#procedure_db_index_vector_createNodeIndex[`db.index.vector.createNodeIndex()`]
600+
601+
602+
579603
== Changes in Neo4j 2025.x
580604

581605
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
593617
+
594618
For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory-control[Improving the performance].
595619

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.
633+
+
634+
The following metrics were removed:
635+
* cluster.internal.discovery.memberset.left
636+
* cluster.internal.discovery.crdt.gossip_id_data.size
637+
* cluster.internal.discovery.crdt.server_data.size
638+
* cluster.internal.discovery.crdt.database_data.size
639+
* cluster.internal.discovery.crdt.leader_data.size
640+
* cluster.internal.discovery.crdt.total_merge_operations
641+
* cluster.internal.discovery.crdt.total_update_operations
642+
* cluster.internal.discovery.gossip.incoming_queue_size
643+
* cluster.internal.discovery.gossip.total_received_data
644+
* cluster.internal.discovery.gossip.total_sent_data
645+
* cluster.internal.discovery.gossip.uncontactable_members_exist
646+
647+
648+
Neo4j 2025.03::
649+
650+
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.
655+

0 commit comments

Comments
 (0)