v0.8.1 - Support wasm Targets, Removed Interpreter Panics
Thank you to all those that contributed to this release! This release brings improvements to byte parsing in CEL expressions, support for compiling for wasm32
tagets, and the removal of a number of panic
/unwrap
/unreachable
in the interpreter improving its overall safety.
What's Changed
- Only use minimal set of chrono features by @alexsnaps in #63
- Err out on unknown function by @alexsnaps in #66
- Fixed variable type changing due to serialization by @clarkmcc in #68
- support for escaping in Bytes and bytes macro by @alexsnaps in #64
- Faster bytes parsing by @alexsnaps in #69
- Fix typos. by @waywardmonkeys in #70
- Fix
rustdoc::bare_url
lints. by @waywardmonkeys in #71 - Update parser, interpreter to Rust 2021 edition by @waywardmonkeys in #72
- Removing panics, expects, unimplemented, etc from interpreter by @clarkmcc in #75
Full Changelog: v0.8.0...v0.8.1