@@ -192,6 +192,25 @@ Cedar Language Version: 3.0.0
192
192
To continue using this feature you must enable the ` permissive-validate `
193
193
feature flag. (#428 )
194
194
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 )
195
214
196
215
## [ 2.4.3] - 2023-12-21
197
216
@@ -379,7 +398,8 @@ Cedar Language Version: 2.0.0
379
398
380
399
[ Unreleased ] : https://github.com/cedar-policy/cedar/compare/v3.0.1...main
381
400
[ 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
383
403
[ 2.4.3 ] : https://github.com/cedar-policy/cedar/compare/v2.4.2...v2.4.3
384
404
[ 2.4.2 ] : https://github.com/cedar-policy/cedar/compare/v2.4.1...v2.4.2
385
405
[ 2.4.1 ] : https://github.com/cedar-policy/cedar/compare/v2.4.0...v2.4.1
0 commit comments