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
Starting from Neo4j 2025.06, Cypher language introduces a new version Cypher 25.
5
+
Cypher 5 will continue to be the default version for all newly-created databases, however, new features will be added only to Cypher 25.
6
+
For more information about the Cypher versioning, see link:{neo4j-docs-base-uri}/cypher-manual/25/queries/select-version/[Cypher Manual -> Select Cypher version].
7
+
8
+
You can specify the version of Cypher in which you want to run your queries (Cypher 5 or Cypher 25) by configuring a default Cypher version for the whole DBMS, per database, or by setting it on a per-query basis.
9
+
For details, see the xref:configuration/cypher-version-configuration.adoc[].
0 commit comments