Skip to content

chore: release#981

Open
stac-utils-release-bot[bot] wants to merge 1 commit intomainfrom
release-plz-2026-03-03T15-05-17Z
Open

chore: release#981
stac-utils-release-bot[bot] wants to merge 1 commit intomainfrom
release-plz-2026-03-03T15-05-17Z

Conversation

@stac-utils-release-bot
Copy link
Contributor

@stac-utils-release-bot stac-utils-release-bot bot commented Mar 3, 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/.tmpXT7Tvo/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/.tmpMTEX5r/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/.tmpMTEX5r/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/.tmpMTEX5r/stac/src/geoparquet.rs:42
Changelog

stac

0.17.0 - 2026-03-18

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-03-18

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-03-18

Fixed

  • more permissive deserialization, arrow v58 (#985)

stac-server

0.5.2 - 2026-03-18

Other

  • downgrade duckdb

stac-validate

0.6.8 - 2026-03-18

Other

  • update Cargo.toml dependencies

rustac

0.2.9 - 2026-03-02

Added

  • add a --version flag (#976)

stac-extensions

0.1.10 - 2026-03-18

Other

  • update Cargo.toml dependencies

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-03-03T15-05-17Z branch 4 times, most recently from 525e593 to 5be19d1 Compare March 10, 2026 10:54
@stac-utils-release-bot stac-utils-release-bot bot force-pushed the release-plz-2026-03-03T15-05-17Z branch 6 times, most recently from 740bdc0 to 914ef81 Compare March 17, 2026 12:34
@stac-utils-release-bot stac-utils-release-bot bot force-pushed the release-plz-2026-03-03T15-05-17Z branch from 914ef81 to ed6d5d2 Compare March 17, 2026 18:25
@stac-utils-release-bot stac-utils-release-bot bot force-pushed the release-plz-2026-03-03T15-05-17Z branch from ed6d5d2 to 71fdeeb Compare March 18, 2026 22:07
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.

0 participants