Skip to content

Commit f40300f

Browse files
Adding the new funtctionality of property-based access control to list of new features
1 parent 1073249 commit f40300f

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
@@ -16,6 +16,36 @@ 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-5.26]]
20+
== Neo4j 5.26
21+
22+
=== Deprecated features
23+
24+
[cols="2", options="header"]
25+
|===
26+
| Feature
27+
| Details
28+
|===
29+
30+
=== New features
31+
32+
[cols="2", options="header"]
33+
|===
34+
| Feature
35+
| Details
36+
37+
a|
38+
label:functionality[]
39+
label:new[]
40+
[source, cypher, role="noheader"]
41+
----
42+
GRANT READ {*} ON GRAPH * FOR (n) WHERE n.createdAt > date() TO regularUsers
43+
----
44+
| link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/property-based-access-control/[Property-based access control] does now support temporal and point values.
45+
|===
46+
47+
48+
1949
[[cypher-deprecations-additions-removals-5.25]]
2050
== Neo4j 5.25
2151

0 commit comments

Comments
 (0)