Skip to content

Releases: networktocode/schema-enforcer

Release v1.5.2

Choose a tag to compare

@joewesch joewesch released this 09 Apr 16:26
40eccd0

What's Changed

v1.5.2 - 2026-04-09

  • #185 Added Python 3.14 support.
  • #187 Updated CI to use Python 3.14.
  • #187 Changed load_file to use urlparse to handle file URIs.

New Contributors

Full Changelog: v1.5.1...v1.5.2

Release v1.5.1

Choose a tag to compare

@smith-ntc smith-ntc released this 12 Nov 17:49
v1.5.1
611d534

What's Changed

Full Changelog: v1.5.0...v1.5.1

Release v1.5.0

Choose a tag to compare

@smith-ntc smith-ntc released this 11 Nov 13:59
v1.5.0
a042028

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.

New Contributors

Full Changelog: v1.4.0...v1.5.0

Release v1.4.0

Choose a tag to compare

@chadell chadell released this 12 Mar 12:34
9920aaa

What's Changed

Full Changelog: v1.3.0...v1.4.0

Release v1.3.0

Choose a tag to compare

@chadell chadell released this 19 Feb 15:32
1c32e46

v1.3.0 - 2024-02-19

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2: Version 1.2.2

Choose a tag to compare

@smith-ntc smith-ntc released this 04 Aug 16:02
    - #156 Add support for jsonschema 4.18
    - Remove support for python version 3.7

Version 1.2.1

Choose a tag to compare

@PhillSimonds PhillSimonds released this 13 Jun 15:20
f7b04cc

Changes

#152 Update requirement for rich to ^12.5.1

Version 1.2.0

Choose a tag to compare

@PhillSimonds PhillSimonds released this 06 Jun 15:43
eb83536

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

Choose a tag to compare

@PhillSimonds PhillSimonds released this 27 Jul 14:41
52848ce

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

Choose a tag to compare

@PhillSimonds PhillSimonds released this 06 Jun 16:53
a4d85b9

Changes

  • #127 jinja2 version dependency specification modified such that versions in the 3.x release are supported