Releases: stac-utils/stac-validator
Releases · stac-utils/stac-validator
v3.4.0
What's Changed
- Add mypy, update pre-commit by @jonhealy1 in #229
- update assert test warnings by @jonhealy1 in #230
- Validate /collections endpoint by @jonhealy1 in #232
- Update to stac v1.1.0, release stac-validator v3.4.0 by @jonhealy1, @m-mohr in #235
Full Changelog: v3.3.2...v3.4.0
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