Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
| *Mode* 3+| DBMS
|===

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

[[procedure_dbms_info]]
=== dbms.info()
Expand Down