Skip to content

Commit

Permalink
Adding the new functionality of property-based access control to list…
Browse files Browse the repository at this point in the history
… of new features (#1070)

Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com>
  • Loading branch information
HannesSandberg and JPryce-Aklundh authored Oct 31, 2024
1 parent a740be1 commit e76ca0a
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,26 @@ In an upcoming major release of Neo4j, this will be updated to represent the pos
For all available Cypher types, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
|===


=== Updated features

[cols="2", options="header"]
|===
| Feature
| Details

a|
label:functionality[]
label:updated[]
[source, cypher, role="noheader"]
----
GRANT READ {*} ON GRAPH * FOR (n) WHERE n.createdAt > date('2024-10-25') TO regularUsers
----
| 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.

|===


[[cypher-deprecations-additions-removals-5.25]]
== Neo4j 5.25

Expand Down

0 comments on commit e76ca0a

Please sign in to comment.