Skip to content

Commit cd26ff9

Browse files
adding property rules to 5.21 additions (#1046)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 3de159e commit cd26ff9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,23 @@ The column is a `STRING` value specifying a replacement function/procedure if th
250250
| Feature
251251
| Details
252252

253+
a|
254+
label:functionality[]
255+
label:new[]
256+
[source, cypher, role=noheader]
257+
----
258+
GRANT READ {*} ON GRAPH * FOR (n) WHERE n.securityLevel > 3 TO regularUsers
259+
----
260+
[source, cypher, role=noheader]
261+
----
262+
GRANT TRAVERSE ON GRAPH * FOR (n:Email) WHERE n.classification IS NULL TO regularUsers
263+
----
264+
[source, cypher, role=noheader]
265+
----
266+
DENY MATCH {*} ON GRAPH * FOR (n) WHERE n.classification <> 'UNCLASSIFIED' TO regularUsers
267+
----
268+
| Introduction of link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/property-based-access-control[property-based access control] for read privileges. The ability to read, traverse and match nodes based on node property values is now supported in Enterprise Edition.
269+
253270
a|
254271
label:functionality[]
255272
label:new[]
@@ -261,7 +278,6 @@ RETURN a.name, a.year
261278
----
262279
| Extension of the xref:clauses/load-csv.adoc#google-cloud-storage[LOAD CSV] clause to allow loading CSV files from Google Cloud Storage URIs.
263280

264-
265281
a|
266282
label:functionality[]
267283
label:new[]

0 commit comments

Comments
 (0)