v4.9.0
·
10 commits
to release/4.9.x
since this release
Release 4.9.0, available on crates.io
Added
Entity::attrs()andEntity::tags()to iterate over all attributes/tags of anEntity(#2084)to_json_value()methods onEntities,Context, andEntityUid(matching the existing one onEntity) (#2085)FromorTryFromimpls for converting public types into their corresponding FFI versions in
theffimodule (new impls onffi::EntityUid,ffi::Context,ffi::Entities,ffi::Policy,
ffi::Template, andffi::StaticPolicySet) (#2085)schema_to_json_with_resolved_types()function, which takes in a Cedar schema and returns a json schema without any instances of EntityOrCommon; they're all either Entity or CommonType (#2058)- More derives (
PartialEq,Clone, etc) for a number of types in theffimodule (#2083) - TPE: Simplify
<residual> && falsetofalseand<residual> || truetotruewhen<residual>is error-free. (#2091)