Releases: python-jsonschema/jsonschema
Releases · python-jsonschema/jsonschema
v4.5.0
What's Changed
- Extend dynamicRef keyword by @nezhar in #886
- Add FORMAT_CHECKER attribute for Validator by @TiborVoelcker in #905
- Remove stray double-quote by @lurch in #926
- Ensure proper sorting of list in error message by @ssbarnea in #940
New Contributors
- @TiborVoelcker made their first contribution in #905
- @lurch made their first contribution in #926
- @ssbarnea made their first contribution in #940
Full Changelog: v4.4.0...v4.5.0
v4.4.0
What's Changed
Full Changelog: v4.3.3...v4.4.0
v4.3.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #897
- Move warnings to user context by @Kojoley in #899
New Contributors
Full Changelog: v4.3.2...v4.3.3
v4.3.2
v4.3.1
What's Changed
- perf: Cache reference lookups for subschemas by @Stranger6667 in #894
Full Changelog: v4.3.0...v4.3.1
v4.3.0
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
- @Stranger6667 made their first contribution in #893
- @sirosen made their first contribution in #890
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
Full Changelog: v4.2.0...v4.2.1
v4.2.0
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
- @sevein made their first contribution in #873
- @DrGFreeman made their first contribution in #875
Full Changelog: v4.1.2...v4.2.0
v4.1.2
What's Changed
- validators: Fix dependentSchemas when instance is not an object by @robherring in #850
Full Changelog: v4.1.1...v4.1.2