You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cedar-policy/CHANGELOG.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,17 @@ Starting with version 3.2.4, changes marked with a star (*) are _language breaki
12
12
13
13
## Unreleased
14
14
15
+
## [4.6.0] - Coming Soon
16
+
15
17
### Added
16
18
17
19
- Added `deep_eq` to the `Entity` and `Entities` structs to allow comparing these objects for structural equality. (#1723)
18
-
- Implemented type-aware partial evaluation [RFC 95](https://github.com/cedar-policy/rfcs/pull/95), under the
19
-
experimental flag `tpe`. (#1575)
20
-
- 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)
21
-
- Implemented batched evaluation under the experimental flag `tpe`. Batched evaluation allows for permission queries against large databases of entities. (#1812)
22
-
- Added `calculate_minimum_level` which computes the minimum level at which policies validate. (#1812)
23
20
- 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)
24
-
- Added `has_non_scope_constraint` for `Policy` and `Template`, returning `true` if the policy or template has a `when` or `unless` condition.
21
+
- Added `has_non_scope_constraint` for `Policy` and `Template`, returning `true` if the policy or template has a `when` or `unless` condition. (#1852)
22
+
- Implemented variadic `ipaddr.isInRange` that returns true if the target `ipaddr` is in range for any of the arguments as described in [RFC 99](https://github.com/cedar-policy/rfcs/blob/main/text/0099-ip-is-in-range-list.md), under the experimental flag `variadic-is-in-range`. (#1775)
23
+
- Implemented type-aware partial evaluation as described in [RFC 95](https://github.com/cedar-policy/rfcs/blob/main/text/0095-type-aware-partial-evaluation.md), under the
24
+
experimental flag `tpe`. (#1575)
25
+
- Implemented batched evaluation, also under the experimental flag `tpe`. Batched evaluation allows for permission queries against large databases of entities. (#1812)
0 commit comments