Releases: python-jsonschema/check-jsonschema
Releases · python-jsonschema/check-jsonschema
0.37.0
- Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, gitlab-ci, mergify, renovate, woodpecker-ci (2026-02-26)
- Removed support for Python 3.9
- Verbose text output has been adjusted. At the first verbosity level (
-v), all errors are reported but the checked filenames are no longer displayed. The list of filenames checked is now emitted at the second verbosity level (-vv) and above. (#648) check-jsonschema's sdist contents are now validated withcheck-sdist, and missing files have been added.
0.36.2
0.36.1
0.36.0
0.35.0
- Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, compose-spec, dependabot, gitlab-ci, meltano, mergify, renovate, snapcraft (2025-11-11)
- Add official support for Python 3.14
- Add Citation File Format schema and pre-commit hook. Thanks @edgarrmondragon! (#502)
- Improved default text output when parsing errors are encountered. (#581)
0.34.1
0.34.0
- Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot, drone-ci, github-issue-forms, gitlab-ci, meltano, mergify, renovate, snapcraft, woodpecker-ci (2025-09-17)
- Add GitHub issue config schema and pre-commit hook. Thanks @vivodi! (#589)
- Add GitHub issue form schema and pre-commit hook. Thanks @vivodi! (#588)
- Add Codecov config schema and pre-commit hook. Thanks @vivodi! (#598)
0.33.3
0.33.2
0.33.1
- Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, cloudbuild, compose-spec, dependabot, drone-ci, github-actions, github-workflows, gitlab-ci, mergify, readthedocs, renovate, taskfile, travis, woodpecker-ci (2025-06-22)
- Fix: support
click==8.2.0 - Fix a bug in
Last-Modifiedheader parsing which used local time and could result in improper caching. Thanks @fenuks! (#565)