Skip to content

v4.2.0

Compare
Choose a tag to compare
@aaronjeline aaronjeline released this 07 Oct 19:34
· 28 commits to release/4.2.x since this release
ec6424e

Release 4.2.0, available on crates.io.

Cedar Language version: 4.1

Added

  • Added sub_entity_literals API (#1233).
  • Added level validation RFC 76 as an experimental feature.
  • Annotations without explicit values. It is now possible to write an annotation @my_annotation as
    short-hand for @my_annotation("") (#1231, resolving #1031).
  • Stabilized RFC 82, removing
    the experimental entity-tags feature flag. That functionality is now available
    without the feature flag.

Changed

  • The validator provides a more specific hint when an action ID cannot be found
    and the same action ID with Action:: has been defined (#1258, resolving #166)