Skip to content

Commit 30e30fa

Browse files
update dbms.components for cypher 25
1 parent 5fd7cc7 commit 30e30fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
826826
| *Mode* 3+| DBMS
827827
|===
828828

829+
[NOTE]
830+
As of Neo4j 2025.06, `dbms.components()` will return the supported Cypher versions in a row where the `name` column has the value `'Cypher'`.
831+
If this row is returned, it will have the value `["5", "25"]`, indicating that both Cypher 5 and Cypher 25 are supported.
832+
If this row is not returned, Cypher 25 is not supported.
833+
For more information about Cypher versions, see the link:{neo4j-docs-base-uri}/cypher-manual/queries/select-version/[Cypher Manual -> Select Cypher version].
829834

830835
[[procedure_dbms_info]]
831836
=== dbms.info()

0 commit comments

Comments
 (0)