New in this release
- You can now add
--explain
to a bulk check call and get the same kind of debug output that you get on a normal check call - You can now have a
schemaFile
key in your validation yaml files that references an external schema by path. This allows for a schema file to be kept separate from the validation file without having to manually concatenate. - You can now run
zed validate
with multiple files as arguments. Together with the previous change, this should mean that you can have a folder full of independent validation files that describe separate test cases and all reference the same schema.
What's Changed
- Document resource ID prefix filtering by @alecmerdler in #450
- Add --explain support for check bulk permission by @josephschorr in #452
- Added multiple validation files parsing support by @kartikaysaxena in #455
- Fixes for zed validate on multiple files by @tstirrat15 in #457
Full Changelog: v0.24.0...v0.25.0