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/extending-neo4j/aggregation-functions.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,11 +142,13 @@ public class LongestStringTest
142
142
[[reserved-and-deprecated-namespaces]]
143
143
== Reserved and deprecated function namespaces
144
144
145
+
Note that deprecated function namespaces will be moved to reserved in the next major Cypher version.
146
+
For more information about Neo4j and Cypher versioning, see link:https://neo4j.com/docs/operations-manual/current/introduction/#_cypher_versions[Operations manual -> Introduction].
145
147
[[reserved-and-deprecated-function-namespaces]]
146
148
.Overview of reserved and deprecated function namespaces and names
147
149
[options="header", cols="m,m"]
148
150
|===
149
-
| Reserved | Deprecated since Neo4j 2025.11
151
+
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
Copy file name to clipboardExpand all lines: modules/ROOT/pages/extending-neo4j/functions.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,11 +129,13 @@ public class JoinTest {
129
129
[[reserved-and-deprecated-namespaces]]
130
130
== Reserved and deprecated function namespaces
131
131
132
+
Note that deprecated function namespaces will be moved to reserved in the next major Cypher version.
133
+
For more information about Neo4j and Cypher versioning, see link:https://neo4j.com/docs/operations-manual/current/introduction/#_cypher_versions[Operations manual -> Introduction].
132
134
[[reserved-and-deprecated-function-namespaces]]
133
135
.Overview of reserved and deprecated function namespaces and names
134
136
[options="header", cols="m,m"]
135
137
|===
136
-
| Reserved | Deprecated since Neo4j 2025.11
138
+
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
Copy file name to clipboardExpand all lines: modules/ROOT/pages/extending-neo4j/procedures.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,11 +279,13 @@ public class MyProcedures {
279
279
[[reserved-and-deprecated-namespaces]]
280
280
== Reserved and deprecated procedure namespaces
281
281
282
+
Note that deprecated procedure namespaces will be moved to reserved in the next major Cypher version.
283
+
For more information about Neo4j and Cypher versioning, see link:https://neo4j.com/docs/operations-manual/current/introduction/#_cypher_versions[Operations manual -> Introduction].
282
284
[[reserved-and-deprecated-procedure-namespaces]]
283
285
.Overview of reserved and deprecated procedure namespaces
284
286
[options="header", cols="m,m"]
285
287
|===
286
-
| Reserved | Deprecated since Neo4j 2025.11
288
+
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
0 commit comments