Skip to content

Commit 460aee2

Browse files
HannesSandbergrenetapopovaJPryce-Aklundh
authored andcommitted
Added relationship PBAC to the Deprecations, additions, and compatibility page (neo4j#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 3f993e9 commit 460aee2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,35 @@ New features are added to the language continuously, and occasionally, some feat
1616
This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions.
1717
Replacement syntax for deprecated and removed features are also indicated.
1818

19+
[[cypher-deprecations-additions-removals-2025.04]]
20+
== Neo4j 2025.04
21+
22+
=== New features
23+
24+
[cols="2", options="header"]
25+
|===
26+
| Feature
27+
| Details
28+
29+
a|
30+
label:functionality[]
31+
label:new[]
32+
[source, cypher, role=noheader]
33+
----
34+
GRANT READ {*} ON GRAPH * FOR ()-[r]-() WHERE r.securityLevel > 3 TO regularUsers
35+
----
36+
[source, cypher, role=noheader]
37+
----
38+
GRANT TRAVERSE ON GRAPH * FOR ()-[r:KNOWS]-() WHERE r.classification IS NULL TO regularUsers
39+
----
40+
[source, cypher, role=noheader]
41+
----
42+
DENY MATCH {*} ON GRAPH * FOR ()-[r]-() WHERE r.classification <> 'UNCLASSIFIED' TO regularUsers
43+
----
44+
| Property-based access control for relationships is now supported in Enterprise Edition.
45+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/property-based-access-control[Property-based access control].
46+
|===
47+
1948
[[cypher-deprecations-additions-removals-2025.03]]
2049
== Neo4j 2025.03
2150

0 commit comments

Comments
 (0)