Skip to content

Commit 5b84bf5

Browse files
Cherry pick 1070 (#1093)
Co-authored-by: Hannes Sandberg <[email protected]>
1 parent d26750e commit 5b84bf5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,25 @@ For all available Cypher types, see the section on xref::values-and-types/proper
132132
|===
133133

134134

135+
=== Updated features
136+
137+
[cols="2", options="header"]
138+
|===
139+
| Feature
140+
| Details
141+
142+
a|
143+
label:functionality[]
144+
label:updated[]
145+
[source, cypher, role="noheader"]
146+
----
147+
GRANT READ {*} ON GRAPH * FOR (n) WHERE n.createdAt > date('2024-10-25') TO regularUsers
148+
----
149+
| link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/property-based-access-control/[Property-based access control] now supports xref:values-and-types/spatial.adoc[spatial] and xref:values-and-types/temporal.adoc[temporal] values.
150+
151+
|===
152+
153+
135154
[[cypher-deprecations-additions-removals-5.25]]
136155
== Neo4j 5.25
137156

0 commit comments

Comments
 (0)