Releases: networktocode/schema-enforcer
Releases · networktocode/schema-enforcer
Release v1.4.0
What's Changed
- Update CODEOWNERS by @chadell in #163
- Support Pydantic Models for Validation by @FragmentedPacket in #165
- Release v1.4.0 by @chadell in #166
Full Changelog: v1.3.0...v1.4.0
Release v1.3.0
v1.3.0 - 2024-02-19
What's Changed
- Migrate Schema enforcer to use pydanticv2 by @FragmentedPacket in #161
New Contributors
- @FragmentedPacket made their first contribution in #161
Full Changelog: v1.2.2...v1.3.0
v1.2.2: Version 1.2.2
- #156 Add support for jsonschema 4.18 - Remove support for python version 3.7
Version 1.2.1
Changes
#152 Update requirement for rich to ^12.5.1
Version 1.2.0
v1.2.0
Adds
- Support for versions of jsonschema >= 4.6
Removes
- Support for versions of jsonschema < 4.6. See #141 for details.
Version 1.1.5 - 2022-07-27
Changes
- Fixes #141 - Can not install schema-enforcer in environments which require a version of jsonschema < 4.6
Version 1.1.3 - 2022-05-31
Changes
- #127 jinja2 version dependency specification modified such that versions in the 3.x release are supported
v1.1.2
v1.1.1
Version 1.1.0 - 2021-05-25
v1.1.0 - 2021-05-25
Adds
- Custom Validators
- Automatic mapping of schemas to data files
- Automatic implementation of draft7 format checker to support IPv4 and IPv6 format declarations in a JSON Schema definition #94