Skip to content

Releases: stac-utils/stac-validator

v3.3.2

17 Nov 18:11
66547c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

19 Dec 07:05
3f5ef40
Compare
Choose a tag to compare

[v3.3.1] - 2022-12-16

Fixed

  • Moved --verbose messaging for --recursive as --verbose was printing out the wrong messages #222

v3.3.0

30 Nov 07:27
d3ec73d
Compare
Choose a tag to compare

[v3.3.0] - 2022-11-28

Added

  • Added --item-collection to validate local and remote item collections #219
  • Added --pages to validate additional items retrieved via pagination links #219

v3.2.0

21 Sep 07:45
f00a07d
Compare
Choose a tag to compare

[v3.2.0] - 2022-09-20

Added

  • Added ability to check local schemas in item extensions #215
  • Added an example on validating a dictionary #215

Changed

  • Changed 'ValidationError' error type to 'JSONSchemaValidationError' #213

v3.1.0

03 May 20:10
bb1cbd6
Compare
Choose a tag to compare

[v3.1.0] - 2022-04-28

Added

  • Added update stac version message to cli output #211

Fixed

  • Reordered exception handlers to avoid unreachable code #203
  • Details about invalid items are shown in the message when in recursive mode #202
  • Dockerfile - change cli command from stac_validator to stac-validator #201
  • Items with no assets key can still be valid #206
  • Top-level is_valid flag for recursive JSONSchema exceptions #208

v3.0.0

14 Mar 10:23
Compare
Choose a tag to compare

[3.0.0] - 2022-03-11

Added

  • A note about full recursion to the --max-depth help text

Fixed

  • Item messages are now included even if max_depth is None
  • Exit with non-zero code when validation fails

Removed

  • References to Python 3.6

v2.5.0

11 Mar 08:39
9babf15
Compare
Choose a tag to compare

v2.5.0 - 2022-03-10
Changed
Split the --recursive option into a --recursive flag and a --max-depth option
Renamed the entry point from stac_validator to stac-validator

v2.4.3

10 Mar 22:27
c230da6
Compare
Choose a tag to compare

[v2.4.3] - 2022-03-10
Changed
Add schema caching

v2.4.0

21 Feb 10:42
ea854a1
Compare
Choose a tag to compare

[v2.4.0] - 2022-02-02

Added

Linting option in cli to display stac-check generated information

v2.3.0

24 Jan 20:58
d334d62
Compare
Choose a tag to compare

[v2.3.0] - 2021-08-31 - 2021-11-28

Added

  • Added --links option to validate links on format and a valid response
  • Added --assets option to validate assets on format and a valid response
  • Added test_links.py
  • Added v1.0.0 STAC examples from radiant earth github
  • Added v1.0.0 examples to tests

Changed

  • Upgraded pystac to 1.1.0 from 0.5.6
  • Moved tests for cli options out of test_stac_validator into individual files
  • Moved utilities to utilities.py
  • Moved backend to validate.py