Skip to content

Commit 5792289

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

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
@@ -145,6 +145,23 @@ The column is a `STRING` value specifying a replacement function/procedure if th
145145
| Feature
146146
| Details
147147

148+
a|
149+
label:functionality[]
150+
label:new[]
151+
[source, cypher, role=noheader]
152+
----
153+
GRANT READ {*} ON GRAPH * FOR (n) WHERE n.securityLevel > 3 TO regularUsers
154+
----
155+
[source, cypher, role=noheader]
156+
----
157+
GRANT TRAVERSE ON GRAPH * FOR (n:Email) WHERE n.classification IS NULL TO regularUsers
158+
----
159+
[source, cypher, role=noheader]
160+
----
161+
DENY MATCH {*} ON GRAPH * FOR (n) WHERE n.classification <> 'UNCLASSIFIED' TO regularUsers
162+
----
163+
| 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.
164+
148165
a|
149166
label:functionality[]
150167
label:new[]
@@ -156,7 +173,6 @@ RETURN a.name, a.year
156173
----
157174
| Extension of the xref:clauses/load-csv.adoc#import-from-cloud-uris[LOAD CSV] clause to allow loading CSV files from Google Cloud Storage URIs.
158175

159-
160176
a|
161177
label:functionality[]
162178
label:new[]

0 commit comments

Comments
 (0)