Skip to content

Commit 20d4971

Browse files
authored
bring 2.4.4 changelog to main (#705)
Signed-off-by: Craig Disselkoen <[email protected]>
1 parent 5ed3ff9 commit 20d4971

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

cedar-policy/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,25 @@ Cedar Language Version: 3.0.0
192192
To continue using this feature you must enable the `permissive-validate`
193193
feature flag. (#428)
194194

195+
## [2.4.4] - 2023-03-08
196+
197+
Cedar Language Version: 2.1.3
198+
199+
### Changed
200+
201+
- Calling `add_template` with a `PolicyId` that is an existing link will now error. (#671, backport of #456)
202+
203+
### Fixed
204+
205+
- Updated `PolicySet::link` to not mutate internal state when failing to link a static
206+
policy. With this fix it is possible to create a link with a policy id
207+
after previously failing to create that link with the same id from a static
208+
policy. (#669, backport of #412)
209+
- Action entities in the store will pass schema-based validation without requiring
210+
the transitive closure to be pre-computed. (#688, backport of #581)
211+
- Policies containing the literal `i64::MIN` can now be properly converted to the JSON policy format. (#672, backport of #601)
212+
- `Template::from_json` errors when there are slots in template conditions. (#672, backport of #626)
213+
- `Policy::to_json` does not error on policies containing special identifiers such as `principal`, `then`, and `true`. (#672, backport of #628)
195214

196215
## [2.4.3] - 2023-12-21
197216

@@ -379,7 +398,8 @@ Cedar Language Version: 2.0.0
379398

380399
[Unreleased]: https://github.com/cedar-policy/cedar/compare/v3.0.1...main
381400
[3.0.1]: https://github.com/cedar-policy/cedar/compare/v3.0.0...v3.0.1
382-
[3.0.0]: https://github.com/cedar-policy/cedar/compare/v2.4.3...v3.0.0
401+
[3.0.0]: https://github.com/cedar-policy/cedar/compare/v2.4.4...v3.0.0
402+
[2.4.4]: https://github.com/cedar-policy/cedar/compare/v2.4.3...v2.4.4
383403
[2.4.3]: https://github.com/cedar-policy/cedar/compare/v2.4.2...v2.4.3
384404
[2.4.2]: https://github.com/cedar-policy/cedar/compare/v2.4.1...v2.4.2
385405
[2.4.1]: https://github.com/cedar-policy/cedar/compare/v2.4.0...v2.4.1

0 commit comments

Comments
 (0)