Skip to content

v2.4.1

Compare
Choose a tag to compare
@john-h-kastner-aws john-h-kastner-aws released this 12 Oct 19:29
· 30 commits to release/2.4.x since this release
071d0ac

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 of FromStr is no longer marked as deprecated.
  • Fixed #299, condition of if not being partial evaluated.
  • Update the behavior of Request::principal(), Request::action(), and Request::resource() to return None if the entities are unspecified (i.e., constructed by passing None to Request::new()).

Full Changelog: v2.4.0...v2.4.1