Skip to content

Commit 3a06ad2

Browse files
Update changelog for 4.6.0 releaes
Signed-off-by: John Kastner <[email protected]>
1 parent 0503d2e commit 3a06ad2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

cedar-policy/CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ Starting with version 3.2.4, changes marked with a star (*) are _language breaki
1212

1313
## Unreleased
1414

15+
## [4.6.0] - Coming Soon
16+
1517
### Added
1618

1719
- 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)
2320
- 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)
2526

2627
### Changed
2728

@@ -939,7 +940,9 @@ Cedar Language Version: 2.0
939940
Cedar Language Version: 2.0
940941
- Initial release of `cedar-policy`.
941942

942-
[Unreleased]: https://github.com/cedar-policy/cedar/compare/v4.5.0...main
943+
[Unreleased]: https://github.com/cedar-policy/cedar/compare/v4.6.0...main
944+
[4.6.0]: https://github.com/cedar-policy/cedar/compare/v4.5.1...v4.6.0
945+
[4.5.1]: https://github.com/cedar-policy/cedar/compare/v4.5.0...v4.5.1
943946
[4.5.0]: https://github.com/cedar-policy/cedar/compare/v4.4.1...v4.5.0
944947
[4.4.1]: https://github.com/cedar-policy/cedar/compare/v4.4.0...v4.4.1
945948
[4.4.0]: https://github.com/cedar-policy/cedar/compare/v4.3.3...v4.4.0

0 commit comments

Comments
 (0)