Skip to content

Commit fa7cb91

Browse files
davidoliverSP2JPryce-AklundhbloueratHunternessl-heemann
authored andcommitted
Add 5.8 documentation for publication (#559)
Co-authored-by: Jens Pryce-Åklundh <[email protected]> Co-authored-by: Bastien Louërat <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Lasse Heemann <[email protected]>
1 parent 13b0745 commit fa7cb91

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

modules/ROOT/pages/administration/access-control/dbms-administration.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,8 @@ a|Rows: 2
19591959
[[access-control-dbms-administration-setting]]
19601960
== The DBMS `SETTING` privileges
19611961

1962+
_This feature was introduced in Neo4j 5.6._
1963+
19621964
The ability to show configuration settings can be granted via the `SHOW SETTING` privilege.
19631965
A role with this privilege is allowed to query the configuration settings matched by the xref::administration/access-control/dbms-administration.adoc#access-control-name-globbing[name-globbing].
19641966

modules/ROOT/pages/administration/databases.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ If a user has not been granted `ACCESS` privilege to any databases nor any of th
309309
====
310310
[NOTE]
311311
====
312-
Databases hosted on servers that are offline are also returned by the `SHOW DATABASES` command.
312+
As of Neo4j 5.3, databases hosted on servers that are offline are also returned by the `SHOW DATABASES` command.
313313
For such databases, the `address` column displays `NULL`, the `currentStatus` column displays `unknown`, and the `statusMessage` displays `Server is unavailable`.
314314
====
315315
@@ -1126,6 +1126,8 @@ To ensure the database to be dropped is standard and not composite, the user fir
11261126
[[administration-wait-nowait]]
11271127
== Wait options
11281128

1129+
_The_ `WAIT` _subclause was added as an option to the_ `ALTER DATABASE` _command in Neo4j 5.7._
1130+
11291131
Aside from `SHOW DATABASES`, all database management commands accept an optional `WAIT`/`NOWAIT` clause.
11301132
The `WAIT`/`NOWAIT` clause allows you to specify a time limit in which the command must complete and return.
11311133

modules/ROOT/pages/administration/servers.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ This may not be specified in combination with `allowedDatabases`.
322322
| tags
323323
| list of server tags
324324
| List of server tags used during database allocation and for load balancing and routing policies.
325+
label:new[Introduced in 5.6]
325326
|===
326327

327328
[NOTE]
@@ -368,6 +369,7 @@ This may not be specified in combination with `allowedDatabases`.
368369
| tags
369370
| list of server tags
370371
| List of server tags used during database allocation and for load balancing and routing policies.
372+
label:new[Introduced in 5.6]
371373
|===
372374

373375
[NOTE]
@@ -392,9 +394,12 @@ The new name of the server must be unique.
392394
[[server-management-reallocate]]
393395
== Reallocate databases
394396

397+
_The_ `DRYRUN` _feature was introduced in Neo4j 5.2._
398+
395399
After enabling a server, `REALLOCATE DATABASES` can be used to make the cluster re-balance databases across all servers that are part of the cluster.
396400
Using `DRYRUN REALLOCATE DATABASE` returns a view of how the databases would have been re-balanced if the command was executed without `DRYRUN`:
397401

402+
398403
.Result
399404
[options="header,footer", width="100%", cols="m,m,m,m,m,m"]
400405
|===
@@ -404,10 +409,6 @@ Using `DRYRUN REALLOCATE DATABASE` returns a view of how the databases would hav
404409
| "db3" | "server-1" | "00000000-94ff-4ede-87be-3d741b795480" | "server-5" | "00000003-0df7-4057-81fd-1cf43c9ef5f7" | "primary"
405410
|===
406411

407-
[NOTE]
408-
====
409-
`DRYRUN` is introduced in Neo4j 5.2, and thus is not available in earlier minor releases of v5.
410-
====
411412

412413
[role=not-on-aura]
413414
[[server-management-deallocate]]

modules/ROOT/pages/clauses/call-subquery.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,9 @@ For larger data sets, you might want to use larger batch sizes, such as `10000 R
607607
====
608608

609609
=== Error behaviour [[txs_error_behaviour]]
610+
611+
_This feature was introduced in Neo4j 5.7._
612+
610613
Users can choose one of three different option flags to control the behaviour
611614
in case of an error occurring in any of the inner transactions of `+CALL { ... } IN TRANSACTIONS+`:
612615

modules/ROOT/pages/constraints/syntax.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ This is the default if none is given.
256256

257257
|[PROPERTY] UNIQUE[NESS]
258258
| Returns all property uniqueness constraints, for both nodes and relationships.
259+
_This feature was introduced in Neo4j 5.3._
259260

260261
|NODE [PROPERTY] EXIST[ENCE]
261262
| Returns the node property existence constraints.

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,6 +2288,7 @@ The existing `UNIQUENESS` filter will now return both node and relationship prop
22882288

22892289
=== New features
22902290

2291+
22912292
[cols="2", options="header"]
22922293
|===
22932294
| Feature
@@ -2388,6 +2389,25 @@ New privilege that controls a user's access to desired configuration settings.
23882389
[[cypher-deprecations-additions-removals-5.5]]
23892390
== Neo4j 5.5
23902391

2392+
=== New features
2393+
2394+
[cols="2", options="header"]
2395+
|===
2396+
| Feature
2397+
| Details
2398+
2399+
a|
2400+
label:functionality[]
2401+
label:new[]
2402+
2403+
New operator: `IntersectionNodeByLabelsScan`
2404+
2405+
a|
2406+
The `IntersectionNodeByLabelsScan` operator fetches all nodes that have all of the provided labels from the node label index.
2407+
More information can be found xref::execution-plans/operators.adoc#query-plan-intersection-node-by-labels-scan[here].
2408+
2409+
|===
2410+
23912411
=== Deprecated features
23922412

23932413
[cols="2", options="header"]

0 commit comments

Comments
 (0)