Skip to content

Commit 7f480c6

Browse files
update to deprecations page
1 parent 547c6aa commit 7f480c6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@
1212

1313
Cypher is a language that is constantly evolving.
1414
New features are added to the language continuously, and occasionally, some features become deprecated and are subsequently removed.
15+
All changes to Cypher are introduced in Neo4j versions.
1516

16-
This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions.
17+
This section lists all of the features that have been removed, deprecated, added, or extended in different versions of Neo4j.
1718
Replacement syntax for deprecated and removed features are also indicated.
1819

20+
[IMPORTANT]
21+
Cypher 25 was introduced in Neo4j 2025.05 and can only be used on 2025.06+ databases.
22+
Features removed in Cypher 25 are still available on Neo4j 2025.06+ databases either by prepending a query with `CYPHER 5` or by having Cypher 5 as the default language for the database.
23+
1924
[[cypher-deprecations-additions-removals-2025.06]]
2025
== Neo4j 2025.06
2126

22-
=== Removed features
27+
=== Removed in Cypher 25
2328
[cols="2", options="header"]
2429
|===
2530
| Feature
@@ -97,7 +102,7 @@ Errors have replaced notifications for impossible link:{neo4j-docs-base-uri}/ope
97102
|===
98103

99104

100-
=== Updated features
105+
=== Updated in Cypher 25
101106

102107
[cols="2", options="header"]
103108
|===
@@ -198,7 +203,7 @@ RETURN count(p) AS count
198203

199204
|===
200205

201-
=== New features
206+
=== New in Cypher 25
202207

203208
[cols="2", options="header"]
204209
|===

0 commit comments

Comments
 (0)