Skip to content

Commit 6a84478

Browse files
committed
Added stateful version of isAuthorized and related methods. (#1829)
Signed-off-by: Marc Bridner <[email protected]>
1 parent e57ef73 commit 6a84478

File tree

2 files changed

+357
-1
lines changed

2 files changed

+357
-1
lines changed

cedar-policy/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Starting with version 3.2.4, changes marked with a star (*) are _language breaki
2424
- Implemented variadic `ipaddr.isInRange` that returns true if the child `ipaddr` is in range for any of the arguments [RFC 99](github.com/cedar-policy/rfcs/pull/99)
2525
- Implemented batched evaluation under the experimental flag `tpe`. Batched evaluation allows for permission queries against large databases of entities. (#1812)
2626
- Added `calculate_minimum_level` which computes the minimum level at which policies validate. (#1812)
27+
- Added `stateful_is_authorized`, `preparse_policy_set` and `preparse_schema` to support stateful evaluation using a cached policy set and schema, in the `ffi` module. (#1829)
2728

2829
### Changed
2930

0 commit comments

Comments
 (0)