v4.2.0
aaronjeline
released this
07 Oct 19:34
·
28 commits
to release/4.2.x
since this release
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 experimentalentity-tags
feature flag. That functionality is now available
without the feature flag.