Skip to content

Commit 406f853

Browse files
authored
We have reverted the deprecation of aura.* in product. (#321)
1 parent 8e8ee39 commit 406f853

File tree

3 files changed

+53
-53
lines changed

3 files changed

+53
-53
lines changed

modules/ROOT/pages/extending-neo4j/aggregation-functions.adoc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -150,28 +150,28 @@ For more information about Neo4j and Cypher versioning, see link:https://neo4j.c
150150
|===
151151
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
152152
| * | abac.*
153-
| date | aura.*
154-
| date.realtime | builtin.*
155-
| date.statement | cdc.*
156-
| date.transaction | coll.*
157-
| date.truncate | date.*
158-
| datetime | datetime.*
159-
| datetime.fromepoch | db.*
160-
| datetime.fromepochmillis | dbms.*
161-
| datetime.realtime | duration.*
162-
| datetime.statement | graph.*
163-
| datetime.transaction | internal.*
164-
| datetime.truncate | localdatetime.*
165-
| db.nameFromElementId | localtime.*
166-
| duration | math.*
167-
| duration.between | plugin.*
168-
| duration.inDays | point.*
169-
| duration.inMonths | stored.*
170-
| duration.inSeconds | string.*
171-
| graph.byElementId | time.*
172-
| graph.byName | tx.*
173-
| graph.names | unsupported.*
174-
| graph.propertiesByName | vector.*
153+
| date | builtin.*
154+
| date.realtime | cdc.*
155+
| date.statement | coll.*
156+
| date.transaction | date.*
157+
| date.truncate | datetime.*
158+
| datetime | db.*
159+
| datetime.fromepoch | dbms.*
160+
| datetime.fromepochmillis | duration.*
161+
| datetime.realtime | graph.*
162+
| datetime.statement | internal.*
163+
| datetime.transaction | localdatetime.*
164+
| datetime.truncate | localtime.*
165+
| db.nameFromElementId | math.*
166+
| duration | plugin.*
167+
| duration.between | point.*
168+
| duration.inDays | stored.*
169+
| duration.inMonths | string.*
170+
| duration.inSeconds | time.*
171+
| graph.byElementId | tx.*
172+
| graph.byName | unsupported.*
173+
| graph.names | vector.*
174+
| graph.propertiesByName |
175175
| localdatetime |
176176
| localdatetime.realtime |
177177
| localdatetime.statement |

modules/ROOT/pages/extending-neo4j/functions.adoc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -137,28 +137,28 @@ For more information about Neo4j and Cypher versioning, see link:https://neo4j.c
137137
|===
138138
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
139139
| * | abac.*
140-
| date | aura.*
141-
| date.realtime | builtin.*
142-
| date.statement | cdc.*
143-
| date.transaction | coll.*
144-
| date.truncate | date.*
145-
| datetime | datetime.*
146-
| datetime.fromepoch | db.*
147-
| datetime.fromepochmillis | dbms.*
148-
| datetime.realtime | duration.*
149-
| datetime.statement | graph.*
150-
| datetime.transaction | internal.*
151-
| datetime.truncate | localdatetime.*
152-
| db.nameFromElementId | localtime.*
153-
| duration | math.*
154-
| duration.between | plugin.*
155-
| duration.inDays | point.*
156-
| duration.inMonths | stored.*
157-
| duration.inSeconds | string.*
158-
| graph.byElementId | time.*
159-
| graph.byName | tx.*
160-
| graph.names | unsupported.*
161-
| graph.propertiesByName | vector.*
140+
| date | builtin.*
141+
| date.realtime | cdc.*
142+
| date.statement | coll.*
143+
| date.transaction | date.*
144+
| date.truncate | datetime.*
145+
| datetime | db.*
146+
| datetime.fromepoch | dbms.*
147+
| datetime.fromepochmillis | duration.*
148+
| datetime.realtime | graph.*
149+
| datetime.statement | internal.*
150+
| datetime.transaction | localdatetime.*
151+
| datetime.truncate | localtime.*
152+
| db.nameFromElementId | math.*
153+
| duration | plugin.*
154+
| duration.between | point.*
155+
| duration.inDays | stored.*
156+
| duration.inMonths | string.*
157+
| duration.inSeconds | time.*
158+
| graph.byElementId | tx.*
159+
| graph.byName | unsupported.*
160+
| graph.names | vector.*
161+
| graph.propertiesByName |
162162
| localdatetime |
163163
| localdatetime.realtime |
164164
| localdatetime.statement |

modules/ROOT/pages/extending-neo4j/procedures.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,15 @@ For more information about Neo4j and Cypher versioning, see link:https://neo4j.c
288288
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
289289
| cdc.* | *
290290
| date.* | abac.*
291-
| datetime.* | aura.*
292-
| db.* | builtin.*
293-
| dbms.* | coll.*
294-
| duration.* | math.*
295-
| graph.* | plugin.*
296-
| internal.* | point.*
297-
| localdatetime.* | stored.*
298-
| localtime.* | string.*
299-
| time.* | vector.*
291+
| datetime.* | builtin.*
292+
| db.* | coll.*
293+
| dbms.* | math.*
294+
| duration.* | plugin.*
295+
| graph.* | point.*
296+
| internal.* | stored.*
297+
| localdatetime.* | string.*
298+
| localtime.* | vector.*
299+
| time.* |
300300
| tx.* |
301301
| unsupported.* |
302302
|===

0 commit comments

Comments
 (0)