v2.4.1
john-h-kastner-aws
released this
12 Oct 19:29
·
30 commits
to release/2.4.x
since this release
Release 2.4.1, available on crates.io
Cedar Language Version: 2.1.1
Added
- New experimental API to construct queries with
Unknown
fields for partial evaluation.
Changed
- Improved validation error messages for access to undeclared attributes and unsafe access to optional attributes to report the target of the access (fix #175).
EntityUid
's impl ofFromStr
is no longer marked as deprecated.- Fixed #299, condition of
if
not being partial evaluated. - Update the behavior of
Request::principal()
,Request::action()
, andRequest::resource()
to returnNone
if the entities are unspecified (i.e., constructed by passingNone
toRequest::new()
).
Full Changelog: v2.4.0...v2.4.1