Skip to content

Commit 19aefaf

Browse files
Document that Cypher 5 became available as a query option in Neo4j 5.21 (#1307)
1 parent d42571c commit 19aefaf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,19 @@ New operators:
11691169
* xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-stateful-shortest-path-into[`StatefulShortestPath(Into)`]
11701170

11711171
a| Introduced new operators to solve xref:patterns/shortest-paths.adoc[`SHORTEST`] queries.
1172+
1173+
a|
1174+
label:functionality[]
1175+
label:new[]
1176+
[source, cypher, role="noheader"]
1177+
----
1178+
CYPHER 5
1179+
RETURN 1
1180+
----
1181+
1182+
a|
1183+
Introduced the ability to prepend queries with `CYPHER 5`.
1184+
This ensures that a query is run using version 5 of Cypher.
11721185
|===
11731186

11741187
[[cypher-deprecations-additions-removals-5.20]]

0 commit comments

Comments
 (0)