Skip to content

Releases: networktocode/schema-enforcer

Release v1.4.0

12 Mar 12:34
9920aaa
Compare
Choose a tag to compare

What's Changed

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

Release v1.3.0

19 Feb 15:32
1c32e46
Compare
Choose a tag to compare

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

04 Aug 16:02
Compare
Choose a tag to compare
    - #156 Add support for jsonschema 4.18
    - Remove support for python version 3.7

Version 1.2.1

13 Jun 15:20
f7b04cc
Compare
Choose a tag to compare

Changes

#152 Update requirement for rich to ^12.5.1

Version 1.2.0

06 Jun 15:43
eb83536
Compare
Choose a tag to compare

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

27 Jul 14:41
52848ce
Compare
Choose a tag to compare

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

06 Jun 16:53
a4d85b9
Compare
Choose a tag to compare

Changes

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

v1.1.2

10 Jan 21:18
c8fa954
Compare
Choose a tag to compare

Fixes

  • #121 Allow Click 7.1.x and 8.x

v1.1.1

06 Jan 20:44
1b7803c
Compare
Choose a tag to compare

Fixes

  • #116 Allow ruamel 0.17, Replace Travis with GHA and update dev dependancies
  • #112 Fixing docs typo for configuration file

Version 1.1.0 - 2021-05-25

25 May 18:47
95cc84d
Compare
Choose a tag to compare

v1.1.0 - 2021-05-25

Adds

Changes

  • Removes Ansible as a mandatory dependency #90
  • docs/mapping_schemas.md renamed to docs/mapping_data_files_to_schemas.md
  • Simplifies the invoke tasks used for development
  • Schema enforcer now exits if an invalid schema is found while loading schemas #99