Releases: stac-utils/stac-check
Releases · stac-utils/stac-check
v1.14.0
v1.13.0
What's Changed
- update publish workflow to use pyproject.toml build by @jonhealy1 in #149
- ci(deps):(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #144
- ci(deps):(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #145
- ci(deps):(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #146
- ci(deps):(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #147
- Add --fast mode via fastjsonschema by @jonhealy1 in #150
New Contributors
- @dependabot[bot] made their first contribution in #144
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
-
Update stac valid(ator) by @jonhealy1 in #143
- Support for stac-validator v4 (pip install stac-valid~=4.2.0)
- pyproject.toml configuration file
- Dependabot configuration for automated dependency updates
- Updated dependencies and build system to use pyproject.toml
- Allowed automatic check for validating item collections without needing to specify --item-collection flag
- Release v1.12.0
Full Changelog: v1.11.1...v1.12.0
v1.11.1
What's Changed
- Update stac-validator to v3.10.1 by @jonhealy1 in #140
- Remove pdoc, update readme, sphinx build by @jonhealy1 in #141
- Dependency updates by @vprivat-ads in #139
- v1.11.1 by @jonhealy1 in #142
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Create validation summary for api linting by @jonhealy1 in #138
- Results summary for options that produce numerous results, ie. --collections, --item-collection, --recursive
- Support for --verbose flag to show verbose results summary
- Added --output/-o option to save validation results to a file
- Tests for CLI options
Full Changelog: v1.10.1...v1.11.0
v1.10.1
What's Changed
- Update readme for --item-collection, --collections by @jonhealy1 in #136
- Fixed issue where pages parameter was being added to the wrong Linter @jonhealy1 in #137
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- --item_collection, --collections, --pages cli options by @jonhealy1 in #135
Full Changelog: v1.9.1...v1.10.0
v1.9.1
What's Changed
Added
- Added display of failed schema information in the validation output
- Added recommendation messages to guide users when validation fails
- Added disclaimer about schema-based STAC validation being an initial indicator of validity only
Changed
- Updated validation output to show "Passed" instead of "Valid" for accuracy
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Added support for --verbose flag to show verbose error messages
- Improved cli output, message formatting
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Update docs to github pages with sphinx by @jonhealy1 in #128
- Make stac-pydantic optional by @jonhealy1 in #129
- release v1.8.0 by @jonhealy1 in #130
Full Changelog: v1.7.0...v1.8.0