Skip to content

chore: release#1073

Merged
gadomski merged 2 commits into
mainfrom
release-plz-2026-06-25T15-59-31Z
Jun 25, 2026
Merged

chore: release#1073
gadomski merged 2 commits into
mainfrom
release-plz-2026-06-25T15-59-31Z

Conversation

@stac-utils-release-bot

Copy link
Copy Markdown
Contributor

🤖 New release

  • stac: 0.17.1 -> 0.18.0 (✓ API compatible changes)
  • stac-duckdb: 0.3.8 -> 0.3.9
  • stac-io: 0.2.10 -> 0.3.0 (⚠ API breaking changes)
  • stac-server: 0.5.3 -> 0.5.4 (✓ API compatible changes)
  • rustac: 0.2.11 -> 0.3.0
  • stac-wasm: 0.1.0
  • stac-validate: 0.6.9 -> 0.6.10
  • stac-extensions: 0.1.11 -> 0.1.12

stac-io breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_missing.ron

Failed in:
  function stac_io::api::search_with_headers, previously in file /tmp/.tmpyZ09g3/stac-io/src/api.rs:34

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/inherent_method_missing.ron

Failed in:
  Client::with_client, previously in file /tmp/.tmpyZ09g3/stac-io/src/api.rs:192

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct stac_io::api::ApiClientBuilder, previously in file /tmp/.tmpyZ09g3/stac-io/src/api.rs:103
Changelog

stac

0.18.0 - 2026-06-25

Other

  • [breaking] remove our ApiClientBuilder, use reqwests's (#1072)

stac-duckdb

0.3.9 - 2026-06-25

Fixed

  • correct search interval vs item datetime interval (#1071)

stac-io

0.3.0 - 2026-06-25

Other

  • [breaking] remove our ApiClientBuilder, use reqwests's (#1072)

stac-server

0.5.4 - 2026-06-25

Other

  • update Cargo.toml dependencies

rustac

0.3.0 - 2026-06-25

Other

  • [breaking] remove our ApiClientBuilder, use reqwests's (#1072)

stac-wasm

0.1.0 (2025-12-01)

⚠ BREAKING CHANGES

  • remove unused error enums (#868)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • stac bumped from 0.14.0 to 0.15.0

stac-validate

0.6.10 - 2026-06-25

Other

  • updated the following local packages: stac

stac-extensions

0.1.12 - 2026-06-25

Other

  • updated the following local packages: stac


This PR was generated with release-plz.

@gadomski gadomski merged commit 1266607 into main Jun 25, 2026
12 checks passed
@gadomski gadomski deleted the release-plz-2026-06-25T15-59-31Z branch June 25, 2026 16:32
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