Skip to content

Commit a72c488

Browse files
HannesSandbergrenetapopovaJPryce-Aklundh
committed
Added relationship PBAC to the Deprecations, additions, and compatibility page (#1239)
Documentation for the feature is in this PR: neo4j/docs-operations#2255 --------- Co-authored-by: Reneta Popova <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent af49b32 commit a72c488

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,36 @@ RETURN prop
347347

348348
|===
349349

350+
[[cypher-deprecations-additions-removals-2025.04]]
351+
== Neo4j 2025.04
352+
353+
=== New features
354+
355+
[cols="2", options="header"]
356+
|===
357+
| Feature
358+
| Details
359+
360+
a|
361+
label:functionality[]
362+
label:new[]
363+
[source, cypher, role=noheader]
364+
----
365+
GRANT READ {*} ON GRAPH * FOR ()-[r]-() WHERE r.securityLevel > 3 TO regularUsers
366+
----
367+
[source, cypher, role=noheader]
368+
----
369+
GRANT TRAVERSE ON GRAPH * FOR ()-[r:KNOWS]-() WHERE r.classification IS NULL TO regularUsers
370+
----
371+
[source, cypher, role=noheader]
372+
----
373+
DENY MATCH {*} ON GRAPH * FOR ()-[r]-() WHERE r.classification <> 'UNCLASSIFIED' TO regularUsers
374+
----
375+
| Property-based access control for relationships is now supported in Enterprise Edition.
376+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/property-based-access-control[Property-based access control].
377+
|===
378+
379+
350380
[[cypher-deprecations-additions-removals-2025.03]]
351381
== Neo4j 2025.03
352382

0 commit comments

Comments
 (0)