Releases: stac-utils/stac-validator
Releases · stac-utils/stac-validator
v3.3.2
What's Changed
- Clean up, docstrings by @jonhealy1 in #224
- generate online docs by @jonhealy1 in #225
- Fix license inconsistencies by @avalentino in #226
- v3.3.2 by @jonhealy1 in #228
New Contributors
- @avalentino made their first contribution in #226
Full Changelog: v3.3.1...v3.3.2
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