Skip to content

v4.22.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 19:44
· 5 commits to main since this release
9882dbe

What's Changed

  • Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).
  • (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as == would.

New Contributors

Full Changelog: v4.21.1...v4.22.0