Skip to content

chore: release#1019

Merged
gadomski merged 1 commit intomainfrom
release-plz-2026-04-07T11-23-52Z
Apr 7, 2026
Merged

chore: release#1019
gadomski merged 1 commit intomainfrom
release-plz-2026-04-07T11-23-52Z

Conversation

@stac-utils-release-bot
Copy link
Copy Markdown
Contributor

@stac-utils-release-bot stac-utils-release-bot Bot commented Apr 7, 2026

🤖 New release

  • stac: 0.16.5 -> 0.17.0 (⚠ API breaking changes)
  • pgstac: 0.4.8 -> 0.4.9 (✓ API compatible changes)
  • stac-duckdb: 0.3.6 -> 0.3.7
  • stac-io: 0.2.7 -> 0.2.8 (✓ API compatible changes)
  • stac-server: 0.5.1 -> 0.5.2 (✓ API compatible changes)
  • stac-validate: 0.6.7 -> 0.6.8 (✓ API compatible changes)
  • rustac: 0.2.8 -> 0.2.9
  • stac-extensions: 0.1.9 -> 0.1.10 (✓ API compatible changes)
  • stac-wasm: 0.1.0

stac breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field WriterOptions.max_row_group_row_count in /tmp/.tmpKLK7V7/rustac/crates/core/src/geoparquet.rs:42

--- 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  WriterOptions::with_max_row_group_size, previously in file /tmp/.tmpPpWRIJ/stac/src/geoparquet.rs:89

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  DEFAULT_STAC_MAX_ROW_GROUP_SIZE in file /tmp/.tmpPpWRIJ/stac/src/geoparquet.rs:27

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field max_row_group_size of struct WriterOptions, previously in file /tmp/.tmpPpWRIJ/stac/src/geoparquet.rs:42

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.46.0/src/lints/trait_missing.ron

Failed in:
  trait stac::api::ArrowSearchClient, previously in file /tmp/.tmpPpWRIJ/stac/src/api/client.rs:136
  trait stac::api::CollectionSearchClient, previously in file /tmp/.tmpPpWRIJ/stac/src/api/client.rs:69
  trait stac::api::SearchClient, previously in file /tmp/.tmpPpWRIJ/stac/src/api/client.rs:10
Changelog

stac

0.17.0 - 2026-04-07

Added

  • add generic search client traits and adapters (#994)

Fixed

  • more permissive deserialization, arrow v58 (#985)

Other

  • (deps) update geojson requirement from 0.24.1 to 1.0.0 (#993)

pgstac

0.4.9 - 2026-04-07

Added

  • add generic search client traits and adapters (#994)

Fixed

  • more permissive deserialization, arrow v58 (#985)

Other

  • (deps) update geojson requirement from 0.24.1 to 1.0.0 (#993)

stac-duckdb

0.3.7 - 2026-03-02

Other

  • update Cargo.toml dependencies

stac-io

0.2.8 - 2026-04-07

Added

  • add generic search client traits and adapters (#994)

Fixed

  • more permissive deserialization, arrow v58 (#985)

stac-server

0.5.2 - 2026-04-07

Added

  • add generic search client traits and adapters (#994)

Other

  • downgrade duckdb

stac-validate

0.6.8 - 2026-04-07

Other

  • update Cargo.toml dependencies

rustac

0.2.9 - 2026-03-02

Added

  • add a --version flag (#976)

stac-extensions

0.1.10 - 2026-04-07

Fixed

  • test variable renaming (#1007)

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


This PR was generated with release-plz.

@stac-utils-release-bot stac-utils-release-bot Bot force-pushed the release-plz-2026-04-07T11-23-52Z branch from 364a6c8 to 71f6038 Compare April 7, 2026 11:34
@gadomski gadomski merged commit 79025c1 into main Apr 7, 2026
13 checks passed
@gadomski gadomski deleted the release-plz-2026-04-07T11-23-52Z branch April 7, 2026 12: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