Skip to content

Commit 4e02968

Browse files
committed
update the Cypher versions page
1 parent 294d81a commit 4e02968

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

modules/ROOT/partials/cypher-versions.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
[role=label--new-2025.06]
22
== Cypher® versions
33

4-
In Neo4j 2025.06, the Cypher language has been decoupled from the Neo4j server versioning and now has its own versioning system.
5-
You can choose between Cypher 5 and Cypher 25.
6-
Cypher 5 is the version that has been in use in Neo4j up to and including version 2025.06.
7-
It will remain the default version for all newly created databases but will not receive new features.
8-
All new features and improvements will be introduced in Cypher 25.
4+
The Cypher language has been decoupled from the Neo4j server versioning and now has its own versioning system.
5+
You can choose between Cypher 5 and Cypher 25:
6+
7+
* Cypher 5 is the language version with which all queries written for Neo4j 2025.05 and earlier versions are compatible.
8+
It remains the default version for all newly created databases; however, as of Neo4j 2025.06, it is frozen and will only receive performance enhancements and bug fixes in future server releases.
9+
10+
* Cypher 25 is the new version of the Cypher language.
11+
It builds upon Cypher 5 and includes new and improved features, as well as some removals.
12+
Any new Cypher features introduced in Neo4j 2025.06 or later will be added only to Cypher 25.
13+
914
For more information about the Cypher versioning, see link:{neo4j-docs-base-uri}/cypher-manual/25/queries/select-version/[Cypher Manual -> Select Cypher version].
1015

1116
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, for a database, or by setting it on a per-query basis.

0 commit comments

Comments
 (0)