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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/queries/select-version.adoc
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Cypher version can be set for individual queries or as the default language
9
9
== Cypher 5, Cypher 25, and Neo4j explained
10
10
11
11
Starting in 2025, the Neo4j server transitioned to a calendar-based versioning system.
12
-
This means Neo4j will no longer use its previous semantic versioning and release pattern (e.g., 5_25, 5.26).
12
+
This means Neo4j will no longer use its previous semantic versioning and release pattern (e.g., 5.25, 5.26).
13
13
Instead, releases from 2025 onwards will follow a *YYYY.MM* format, beginning with version 2025.01 released in January 2025, followed by 2025.02 released in February 2025, and so on.
14
14
15
15
Cypher 25 is introduced alongside Neo4j 2025.06.
@@ -115,7 +115,7 @@ For example, if a database is created with Cypher 5 as its default language, pre
115
115
=== Procedures and functions
116
116
117
117
link:{neo4j-docs-base-uri}/operations-manual/current/procedures[Procedures] and xref:functions/index.adoc[functions] (including built-in and link:{neo4j-docs-base-uri}/apoc/current/[APOC]) are tied to a specific Cypher language version.
118
-
Therefore, procedures and functions in Neo4j 2025.06+ and APOC 2025.06+ (both of which have Cypher 25 as their default language) may behave differently depending on what version of Cypher is used.
118
+
Therefore, procedures and functions in Neo4j 2025.06+ and APOC 2025.06+ (both of which have Cypher 5 as their default language) may behave differently depending on what version of Cypher is used.
119
119
120
120
For example, APOC 2025.06 removed Cypher 25 support of the procedure `apoc.create.uuids()`, meaning it is not available to queries running Cypher 25.
121
121
However, it can still be used on APOC 2025.06 if queries are prepended with `CYPHER 5`, or if the database’s default version is set to `CYPHER 5`.
@@ -232,20 +232,20 @@ The table below outlines which Cypher version is assigned to databases in differ
0 commit comments