v3.1.3
Release 3.1.3, available on crates.io
Changed
- Improve parser errors on unexpected tokens. (#698, partially resolving #176)
- Validation error messages render types in the new, more readable, schema
syntax. (#708, resolving #242) - Improved error messages when
null
occurs in entity json data. (#751,
resolving #530) - Improved source location reporting for error
found template slot in a when clause
.
(#758, resolving #736) - Improved
Display
implementation for Cedar schemas, both JSON and human
syntax. (#780) - The CLI
translate-schema
command now produces prettier output.
Fixed
- Support identifiers in context declarations in the human-readable schema
format. (#734, resolving #681)
Full Changelog: v3.1.2...v3.1.3