Skip to content

The "better handle missing or old dependencies" release.

Latest
Compare
Choose a tag to compare
@brettviren brettviren released this 17 Oct 18:10

This adds protection against missing gojsonnet and if the jsonschema module is too old to support the "format checker".

If gojsonnet is missing we fall back to the C library which is dramatically slower.

If the old jsonschema is found then any string format constraints will be ignored.

What's Changed

Full Changelog: 0.6.6...0.6.7