Skip to content

Releases: python-jsonschema/jsonschema

v4.8.0

28 Jul 06:51
Compare
Choose a tag to compare
  • best_match no longer traverses into anyOf and oneOf when all of
    the errors within them seem equally applicable. This should lead to clearer
    error messages in some cases where no branches were matched.

Full Changelog: v4.7.2...v4.8.0

v4.7.2

12 Jul 04:33
Compare
Choose a tag to compare
  • Also have best_match handle cases where the type validator is an
    array.

Full Changelog: v4.7.1...v4.7.2

v4.7.1

11 Jul 11:56
Compare
Choose a tag to compare

Full Changelog: v4.7.0...v4.7.1

v4.7.0

11 Jul 11:10
Compare
Choose a tag to compare

What's Changed

  • Enhance best match to prefer errors from matching types. by @Julian in #972

Full Changelog: v4.6.2...v4.7.0

v4.6.2

07 Jul 14:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.1...v4.6.2

v4.6.1

28 Jun 16:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

v4.6.0

01 Jun 21:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.6.0

v4.5.1

05 May 21:30
Compare
Choose a tag to compare

Full Changelog: v4.5.0...v4.5.1

v4.5.0

05 May 18:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.5.0

v4.4.0

12 Jan 12:22
Compare
Choose a tag to compare

What's Changed

  • Setup mypy in tox -e typing and get it to pass by @sirosen in #892

Full Changelog: v4.3.3...v4.4.0