Skip to content

Releases: stac-utils/stac-check

v1.14.0

02 May 11:27
cb5a4c9

Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.14.0

v1.13.0

29 Apr 15:28
a7e6441

Choose a tag to compare

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

Full Changelog: v1.12.0...v1.13.0

v1.12.0

28 Apr 05:01
f1da9c9

Choose a tag to compare

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

29 Jul 09:56
0ff7529

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

23 Jun 02:55
b48681e

Choose a tag to compare

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

21 Jun 11:56
20e7d6a

Choose a tag to compare

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

20 Jun 17:05
7f50eee

Choose a tag to compare

What's Changed

  • --item_collection, --collections, --pages cli options by @jonhealy1 in #135

Full Changelog: v1.9.1...v1.10.0

v1.9.1

16 Jun 16:01
a8283ab

Choose a tag to compare

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

13 Jun 05:23
e3a867b

Choose a tag to compare

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

11 Jun 06:46
941d7cc

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0