cedar-policy-symcc-v0.6.0
·
1 commit
to release/4.12.x
since this release
Release 0.6.0 of cedar-policy-symcc, available on crates.io
Added
CompiledSchematype that precomputes symbolic entities once per schema and produces
SymEnvinstances viasym_env(), avoiding expensive per-environment rebuilds.
Fixed
- Fix errors decoding models from Z3. The model decoder now accepts hexadecimal bitvectors
in solver output (e.g.,#xff). It also handles an option literalnone
without an explicit type annotation, as long as it can infer the type. Finally, it accepts
models for UUFs with equality operands in either order. - Fix errors decoding models for entities with
Booltyped tags.