Releases: networktocode/schema-enforcer
Releases · networktocode/schema-enforcer
Release v1.5.1
Release v1.5.0
What's Changed
This housekeeping release updates the supported Python version to a 3.10 minimum and the optional Ansible dependency to 2.16. It also updated most dependencies, fixed tests, and CI.
- Update all dependencies and other housekeeping by @cmsirbu and @glennmatthews in #175
- Fix Ubuntu runner version. by @jvanderaa in #173
New Contributors
- @jvanderaa made their first contribution in #173
- @cmsirbu made their first contribution in #176
Full Changelog: v1.4.0...v1.5.0
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