[Rust] Release 0.45.0
·
26 commits
to master
since this release
Added
bundle(schema)/async_bundle(schema)/ValidationOptions::bundle: produce a Compound Schema Document with external$reftargets embedded in a draft-appropriate container (definitionsfor Draft 4/6/7,$defsfor Draft 2019-09/2020-12) while preserving$refvalues. #791.- CLI:
jsonschema validateandjsonschema bundlesubcommands. Flat invocation (jsonschema schema.json -i …) is deprecated — usejsonschema validateinstead. #791. ValidationError::absolute_keyword_location()to get the absolute keyword location URI of the schema node that produced the error. #737.
Changed
ValidationError::into_parts()now returnsValidationErrorPartsinstead of a tuple.