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
Replaced by the Cypher command `CREATE VECTOR INDEX`.
411
+
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/vector-indexes/#create-vector-index/[Cypher Manual → Create a vector index].
@@ -576,6 +591,7 @@ Starting from 2025.04, using the error messages programmatically is deprecated.
576
591
Because error messages might change in a future release, please parse or use GQLSTATUS error codes in your application code.
577
592
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
593
594
+
579
595
== Changes in Neo4j 2025.x
580
596
581
597
The section covers changes to Neo4j server functionality across different areas.
@@ -593,3 +609,40 @@ To reflect this change, a new name was added to the option: `--max-off-heap-memo
593
609
+
594
610
For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory-control[Improving the performance].
595
611
612
+
613
+
=== Cypher Shell
614
+
615
+
Neo4j 2025.06::
616
+
617
+
The default value of the `--error-format` option is changed from `legacy` to `gql`.
618
+
For details, refer to xref:cypher-shell.adoc[].
619
+
620
+
=== Configuration settings
621
+
622
+
Neo4j 2025.06::
623
+
624
+
The default value of the xref:configuration/configuration-settings.adoc#config_server.metrics.filter[`server.metrics.filter`] label:enterprise[Enterprise Edition] is changed.
The default value of the xref:configuration/configuration-settings.adoc#config_server.metrics.filter[`server.metrics.filter`] label:enterprise[Enterprise Edition] is changed.
644
+
+
645
+
The included *neo4j.count* metrics class replaces the deprecated *ids_in_use* metrics.
646
+
+
647
+
For more information, see xref:monitoring/metrics/reference.adoc#db-data-count-metrics[Monitoring -> Metrics reference] and the tables _Database data count metrics_ and _Database data metrics_ respectively.
0 commit comments