Releases: stac-utils/stac-validator
Releases · stac-utils/stac-validator
v3.3.1
v3.3.0
v3.2.0
v3.1.0
[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
v2.5.0
v2.4.3
v2.4.0
v2.3.0
[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
v2.2.0
[v2.2.0] - 2021-05-26
Added
- Added Support for STAC 1.0.0
- Added more tests for STAC 1.0.0-rc.4
- Option to pass stac dictionary into validator in python with new stac_dict method
Changed
- Moved std out to cli so that it doesn't display in pure python applications
- Added Pypi badges to readme