Skip to content

Commit

Permalink
Add new LOAD ON CIDR privilege version to additions chapter (#807)
Browse files Browse the repository at this point in the history
since as far as I know it has yet to move over to operations manual for
these things

Added in: neo4j/docs-operations#1246

---------

Co-authored-by: Jens Pryce-Åklundh <[email protected]>
  • Loading branch information
Hunterness and JPryce-Aklundh authored Dec 18, 2023
1 parent 6e8c084 commit 1590c1b
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1590c1b

Please sign in to comment.