You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entity::attrs() and Entity::tags() to iterate over all attributes/tags of an Entity (#2084)
to_json_value() methods on Entities, Context, and EntityUid (matching the existing one on Entity) (#2085)
From or TryFrom impls for converting public types into their corresponding FFI versions in
the ffi module (new impls on ffi::EntityUid, ffi::Context, ffi::Entities, ffi::Policy, ffi::Template, and ffi::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 the ffi module (#2083)
TPE: Simplify <residual> && false to false and <residual> || true to true when <residual> is error-free. (#2091)
Fixed
Policy formatting for record literals and index-style attribute access. (#2117, fixing #959 and #1005)
Deprecated entity-manifest experimental feature. Consumers of these functions should migrate to the tpe feature and use PolicySet::is_authorized_batch. (#1945)
Fixed
Fixed authorization and other error messages to correctly display all diagnostic information. (#1944)