Skip to content

Commit df83af0

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

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

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

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

0 commit comments

Comments
 (0)