From 1590c1b5edd73f8b3e098da819cc5122b13ea968 Mon Sep 17 00:00:00 2001 From: Therese Magnusson Date: Mon, 18 Dec 2023 11:29:01 +0100 Subject: [PATCH] Add new `LOAD ON CIDR` privilege version to additions chapter (#807) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since as far as I know it has yet to move over to operations manual for these things Added in: https://github.com/neo4j/docs-operations/pull/1246 --------- Co-authored-by: Jens Pryce-Ã…klundh <112686610+JPryce-Aklundh@users.noreply.github.com> --- ...ions-additions-removals-compatibility.adoc | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 3511d71b7..2d80e31d1 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -16,6 +16,29 @@ New features are added to the language continuously, and occasionally, some feat This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions. Replacement syntax for deprecated and removed features are also indicated. +[[cypher-deprecations-additions-removals-5.16]] +== Neo4j 5.16 + +=== New features + +[cols="2", options="header"] +|=== +| Feature +| Details + +a| +label:functionality[] +label:new[] +[source, cypher, role=noheader] +---- +GRANT LOAD ON CIDR "127.0.0.1/32" TO role +DENY LOAD ON CIDR "::1/128" TO role +---- +| Added the ability to grant or deny `LOAD` privilege on a CIDR range. +For more information, see the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/load-privileges/#access-control-load-cidr[Operations Manual -> The CIDR privilege]. + +|=== + [[cypher-deprecations-additions-removals-5.15]] == Neo4j 5.15