@@ -179,11 +179,12 @@ It is therefore not supported by the parallel runtime.
179179For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
180180====
181181
182+ [role=label--enterprise-edition]
182183== Change Data Capture (CDC)
183184
184185For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC documentation].
185186
186- [role=label--enterprise-edition label-- beta label--deprecated-5.17]
187+ [role=label--beta label--deprecated-5.17]
187188[[procedure_cdc_current]]
188189=== cdc.current()
189190
@@ -195,10 +196,10 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
195196.2+| *Return arguments* | *Name* | *Type* | *Description*
196197| `id` | `STRING` | The change identifier.
197198| *Mode* 3+| READ
198- | *Replaced by* 3+| xref:procedures.adoc#db_cdc_current [`db.cdc.current()`]
199+ | *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_current [`db.cdc.current()`]
199200|===
200201
201- [role=label--enterprise-edition label-- beta label--deprecated-5.17]
202+ [role=label--beta label--deprecated-5.17]
202203[[procedure_cdc_earliest]]
203204=== cdc.earliest()
204205
@@ -210,10 +211,10 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
210211.2+| *Return arguments* | *Name* | *Type* | *Description*
211212| `id` | `STRING` | The change identifier.
212213| *Mode* 3+| READ
213- | *Replaced by* 3+| xref:procedures.adoc#db_cdc_earliest [`db.cdc.earliest()`]
214+ | *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_earliest [`db.cdc.earliest()`]
214215|===
215216
216- [role=label--enterprise-edition label-- beta label--deprecated-5.17 label--admin-only]
217+ [role=label--beta label--deprecated-5.17 label--admin-only]
217218[[procedure_cdc_query]]
218219=== cdc.query()
219220
@@ -232,10 +233,10 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
232233| `metadata` | `MAP` | Metadata from the transaction that caused this change event.
233234| `event` | `MAP` | The retrieved changes on the affected entity.
234235| *Mode* 3+| READ
235- | *Replaced by* 3+| xref:procedures.adoc#db_cdc_query [`db.cdc.query()`]
236+ | *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_query [`db.cdc.query()`]
236237|===
237238
238- [role=label--enterprise-edition label--beta label--GA-5.23]
239+
239240[[procedure_db_cdc_current]]
240241=== db.cdc.current()
241242
@@ -249,7 +250,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
249250| *Mode* 3+| READ
250251|===
251252
252- [role=label--beta]
253+
253254[[procedure_db_cdc_earliest]]
254255=== db.cdc.earliest()
255256
@@ -263,7 +264,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
263264| *Mode* 3+| READ
264265|===
265266
266- [role=label--enterprise-edition label--beta label-- admin-only]
267+ [role=label--admin-only]
267268[[procedure_db_cdc_query]]
268269=== db.cdc.query()
269270
@@ -284,11 +285,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
284285| *Mode* 3+| READ
285286|===
286287
288+ [role=label--enterprise-edition]
287289== Cluster management
288290
289291For more information, see xref:clustering/index.adoc[].
290292
291- [role=label--enterprise-edition label-- admin-only]
293+ [role=label--admin-only]
292294[[procedure_dbms_cluster_checkConnectivity]]
293295=== dbms.cluster.checkConnectivity()
294296
@@ -311,7 +313,7 @@ For more information, see xref:clustering/index.adoc[].
311313| *Mode* 3+| DBMS
312314|===
313315
314- [role=label--enterprise-edition]
316+
315317[[procedure_dbms_cluster_cordonServer]]
316318=== dbms.cluster.cordonServer()
317319
@@ -326,15 +328,12 @@ For more information, see xref:clustering/index.adoc[].
326328|*Required privileges* 3+| `SERVER MANAGEMENT`
327329|===
328330
329-
330331[NOTE]
331332====
332- Before Neo4j 5.23, the procedure `dbms.cluster.cordonServer()` can be run only by users with `Admin` privileges.
333- Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
334- It will still run with the `Admin` privilege, but that should be considered deprecated.
333+ Running the procedure with an admin privilege is deprecated.
335334====
336335
337- [role=label--enterprise-edition]
336+
338337[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
339338=== dbms.cluster.deallocateDatabaseFromServer()
340339
@@ -358,7 +357,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
358357| *Required privileges* 3+| `SERVER MANAGEMENT`
359358|===
360359
361- [role=label--enterprise-edition]
360+
362361[[procedure_dbms_cluster_deallocateDatabaseFromServers]]
363362=== dbms.cluster.deallocateDatabaseFromServers()
364363
@@ -383,7 +382,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
383382|===
384383
385384
386- [role=label--enterprise-edition]
385+
387386[[procedure_dbms_cluster_deallocateNumberOfDatabases]]
388387=== dbms.cluster.deallocateNumberOfDatabases()
389388
@@ -407,7 +406,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
407406| *Required privileges* 3+| `SERVER MANAGEMENT`
408407|===
409408
410- [role=label--enterprise-edition]
409+
411410[[procedure_dbms_cluster_protocols]]
412411=== dbms.cluster.protocols()
413412
@@ -425,7 +424,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
425424| *Mode* 3+| DBMS
426425|===
427426
428- [role=label--enterprise-edition label-- admin-only label--deprecated-5.6]
427+ [role=label--admin-only label--deprecated-5.6]
429428[[procedure_dbms_cluster_readreplicatoggle]]
430429=== dbms.cluster.readReplicaToggle()
431430
@@ -476,7 +475,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", true)
476475CALL dbms.cluster.readReplicaToggle("neo4j", false)
477476----
478477
479- [role=label--enterprise-edition]
478+
480479[[procedure_dbms_cluster_reallocateDatabase]]
481480=== dbms.cluster.reallocateDatabase()
482481
@@ -499,7 +498,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
499498| *Required privileges* 3+| `SERVER MANAGEMENT`
500499|===
501500
502- [role=label--enterprise-edition]
501+
503502[[procedure_dbms_cluster_reallocateNumberOfDatabases]]
504503=== dbms.cluster.reallocateNumberOfDatabases()
505504
@@ -521,7 +520,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
521520| *Required privileges* 3+| `SERVER MANAGEMENT`
522521|===
523522
524- [role=label--enterprise-edition]
523+
525524[[procedure_dbms_cluster_recreateDatabase]]
526525=== dbms.cluster.recreateDatabase()
527526
@@ -537,7 +536,7 @@ The procedure initiates a process, which when complete, will have synchronized a
537536|===
538537
539538
540- [role=label--enterprise-edition label-- deprecated-5.21]
539+ [role=label--deprecated-5.21]
541540[[procedure_dbms_cluster_routing_getroutingtable]]
542541=== dbms.cluster.routing.getRoutingTable()
543542
@@ -555,7 +554,7 @@ The procedure initiates a process, which when complete, will have synchronized a
555554| *Mode* 3+| DBMS
556555|===
557556
558- [role=label--enterprise-edition label-- admin-only]
557+ [role=label--admin-only]
559558[[procedure_dbms_cluster_secondaryreplicationdisable]]
560559=== dbms.cluster.secondaryReplicationDisable()
561560
@@ -603,7 +602,7 @@ CALL dbms.cluster.secondaryReplicationDisable("neo4j", true)
603602CALL dbms.cluster.secondaryReplicationDisable("neo4j", false)
604603----
605604
606- [role=label--enterprise-edition]
605+
607606[[procedure_dbms_cluster_setAutomaticallyEnableFreeServers]]
608607=== dbms.cluster.setAutomaticallyEnableFreeServers()
609608
@@ -621,13 +620,11 @@ CALL dbms.cluster.secondaryReplicationDisable("neo4j", false)
621620
622621[NOTE]
623622====
624- Before Neo4j 5.23, the procedure `dbms.cluster.setAutomaticallyEnableFreeServers()` can be run only by users with the `Admin` privileges.
625- Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
626- It will still run with the `Admin` privilege, but that should be considered deprecated.
623+ Running the procedure with an admin privilege is deprecated.
627624====
628625
629626
630- [role=label--enterprise-edition label-- admin-only]
627+ [role=label--admin-only]
631628[[procedure_dbms_cluster_statusCheck]]
632629=== dbms.cluster.statusCheck()
633630
@@ -653,7 +650,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
653650|===
654651
655652
656- [role=label--enterprise-edition label-- deprecated-5.23]
653+ [role=label--deprecated-5.23]
657654[[procedure_dbms_cluster_uncordonServer]]
658655=== dbms.cluster.uncordonServer()
659656
@@ -671,12 +668,10 @@ It will still run with the `Admin` privilege, but that should be considered depr
671668
672669[NOTE]
673670====
674- Before Neo4j 5.23, the procedure `dbms.cluster.uncordonServer()` can be run only by users with `Admin` privileges.
675- Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
676- It will still run with the `Admin` privilege, but that should be considered deprecated.
671+ Running the procedure with an admin privilege is deprecated.
677672====
678673
679- [role=label--enterprise-edition label-- admin-only label--deprecated-5.23]
674+ [role=label--admin-only label--deprecated-5.23]
680675[[procedure_dbms_setDatabaseAllocator]]
681676=== dbms.setDatabaseAllocator()
682677
@@ -691,7 +686,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
691686|===
692687
693688
694- [role=label--enterprise-edition label-- admin-only]
689+ [role=label--admin-only]
695690[[procedure_dbms_setDefaultAllocationNumbers]]
696691=== dbms.setDefaultAllocationNumbers()
697692
@@ -706,7 +701,7 @@ It will still run with the `Admin` privilege, but that should be considered depr
706701| *Mode* 3+| WRITE
707702|===
708703
709- [role=label--enterprise-edition label-- admin-only]
704+ [role=label--admin-only]
710705[[procedure_dbms_showTopologyGraphConfig]]
711706=== dbms.showTopologyGraphConfig()
712707
@@ -1074,11 +1069,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
10741069| `quarantined` | `BOOLEAN` | Whether or not the database is quarantined.
10751070| `result` | `STRING` | Details about the outcome of the procedure.
10761071| *Mode* 3+| DBMS
1072+ | *Replaced by* 3+| xref:procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`]
10771073|===
10781074
10791075[NOTE]
10801076====
1081- It is recommended to use <<procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option ).
1077+ It is recommended to use <<procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option).
10821078// The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5, but not in Cypher 25.
10831079====
10841080
@@ -1261,13 +1257,9 @@ Use the `db.index.vector.queryNodes` procedure to query the named index.
12611257| `vectorDimension` | `INTEGER` | vectorDimension :: INTEGER
12621258| `vectorSimilarityFunction` | `STRING` | vectorSimilarityFunction :: STRING
12631259| *Mode* 3+| SCHEMA
1260+ | *Replaced by* 3+| the Cypher command `CREATE VECTOR INDEX`. For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/#create-vector-index[Cypher Manual -> Create a vector index].
12641261|===
12651262
1266- [NOTE]
1267- As of Neo4j 5.15, vector indexes can be created with the Cypher Command `CREATE VECTOR INDEX`.
1268- For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/#create-vector-index[Cypher Manual -> Create a vector index].
1269-
1270-
12711263[[procedure_db_index_vector_createrelationshipindex]]
12721264
12731265=== db.index.vector.queryNodes()
0 commit comments