Jsonschema

Latest version: v4.22.0

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 24

0.16.2

------

- Update vendored schemas: github-workflows, gitlab-ci, renovate (2022-06-27)
- Fix the behavior of unquoted datetime strings in YAML documents to always
parse as strings, not ``datetime.datetime``. Thanks to :user:`tgillbe` for
the fix! (:issue:`116`)

0.16.1

------

- Update vendored schemas: github-workflows, gitlab-ci, renovate (2022-06-21)

0.16.0

------

- Update vendored schemas: gitlab-ci, renovate (2022-06-06)
- Add support for TOML instance files using ``tomli``. See documentation on
optional parsers for details.
Thanks to :user:`mondeja` for the request and test
data!
- Instance files are now read in binary mode, not UTF-8 encoded
- The behavior of format checkers is now more draft-specific, as
``check-jsonschema`` will now use the appropriate checker for the schema's
dialect as detected via the ``$schema`` attribute

0.15.1

------

- Update vendored schemas: bamboo-spec, dependabot, github-actions,
github-workflows, gitlab-ci, readthedocs, renovate, travis (2022-05-26)
- Add ``check-dependabot`` to supported hooks

0.15.0

------

- Update vendored schemas: renovate, gitlab, github-workflow, github-actions,
azure-pipelines, readthedocs (2022-05-13)
- Use ``click`` to implement CLI parsing. This provides several internal features
as well as shell completion support.
- Add support for ``--version`` as an option
- Add support for the ``NO_COLOR=1``
- When loading schema references, check for a suffix of ``.ya?ml`` and emit a
warning. This does not abort loading the reference.
- When loading YAML instance files, non-string object keys will be stringified.
This makes YAML data better conform to the requirements for JSON Schema.
- Change usage of stderr/stdout to send more of the error information to stdout
and more of the user-messaging to stderr
- Deprecate ``--show-all-validation-errors``. It will be removed in a future
release.
- Add ``-v/--verbose`` and ``-o/--output-format`` to offer better control over
output. ``--verbose`` replaces ``--show-all-validation-errors`` and ``-o`` can be
used to request JSON output as in ``-o JSON``.

0.14.3

------

- Update vendored schemas: renovate, gitlab-ci (2022-04-13)
- ``check-jsonschema`` now treats all instance files as UTF-8, regardless of the
platform and locale. This ensures that files are handled uniformly between
\*nix and Windows

Page 18 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.