Skip to content

Commit b14e29a

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

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
@@ -801,6 +801,19 @@ New operators:
801801
* xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-stateful-shortest-path-into[`StatefulShortestPath(Into)`]
802802

803803
a| Introduced new operators to solve xref:patterns/shortest-paths.adoc[`SHORTEST`] queries.
804+
805+
a|
806+
label:functionality[]
807+
label:new[]
808+
[source, cypher, role="noheader"]
809+
----
810+
CYPHER 5
811+
RETURN 1
812+
----
813+
814+
a|
815+
Introduced the ability to prepend queries with `CYPHER 5`.
816+
This ensures that a query is run using version 5 of Cypher.
804817
|===
805818

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

0 commit comments

Comments
 (0)