Skip to content

Releases: python-jsonschema/jsonschema

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

v4.3.3

01 Jan 20:43
480f357
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.2...v4.3.3

v4.3.2

20 Dec 14:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.3.2

v4.3.1

17 Dec 01:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

15 Dec 16:28
Compare
Choose a tag to compare

What's Changed

  • perf: Undesired fallback to brute force container uniqueness check on certain input types by @Stranger6667 in #893
  • Add jsonschema.protocols.IValidator by @sirosen in #890

New Contributors

Full Changelog: v4.2.1...v4.3.0

v4.2.1

05 Nov 15:26
Compare
Choose a tag to compare

What's Changed

  • Add version constraint to importlib_resources by @sevein in #877

Full Changelog: v4.2.0...v4.2.1

v4.2.0

04 Nov 01:08
Compare
Choose a tag to compare

What's Changed

  • Add release note about dropping support for Py 3.6 by @sir-sigurd in #869
  • Load schemas via importlib.resources by @sevein in #873
  • Ensure all elements of arrays are verified for uniqueness by @DrGFreeman in #875

New Contributors

Full Changelog: v4.1.2...v4.2.0