Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for STAC 1.1 #220

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Support for STAC 1.1 #220

merged 1 commit into from
Mar 10, 2025

Conversation

tschaub
Copy link
Member

@tschaub tschaub commented Mar 4, 2025

This adds support for STAC 1.1.

New features:

Breaking changes:

  • Import paths for extensions have changed to include a major version identifier (e.g. github.com/planetlabs/go-stac/extensions/raster/v1).
  • When parsing links with additional fields, the link.AdditionalFields map is used. For link fields added in version 1.1 (i.e. "method", "headers", and "body"), these are now fields on the Link struct (i.e. link.Method, link.Headers, and link.Body).
  • A minimum of Go 1.23 is now required.

@tschaub tschaub force-pushed the one-point-one branch 7 times, most recently from f43dc02 to c21187f Compare March 6, 2025 18:05
@tschaub tschaub marked this pull request as ready for review March 6, 2025 18:09
@tschaub tschaub merged commit eccebdc into main Mar 10, 2025
2 checks passed
@tschaub tschaub deleted the one-point-one branch March 10, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant