Skip to content

Conversation

@gadomski
Copy link
Member

@gadomski gadomski commented Jan 5, 2026

Closes #428, though we'll need to propagate this change up to rustac-py.

Breaking change, b/c we remove stuff from geoarrow module and move it to geoparquet.

@gadomski gadomski self-assigned this Jan 5, 2026
@gadomski gadomski added the [crate] core stac label Jan 5, 2026
@gadomski gadomski merged commit 4118757 into main Jan 5, 2026
12 checks passed
@gadomski gadomski deleted the issues/428-collections-in-geoparquet branch January 5, 2026 21:00
@stac-utils-release-bot stac-utils-release-bot bot mentioned this pull request Jan 3, 2026
gadomski pushed a commit that referenced this pull request Jan 6, 2026
## 🤖 New release

* `stac`: 0.15.1 -> 0.16.0 (⚠ API breaking changes)
* `stac-io`: 0.2.1 -> 0.2.2 (✓ API compatible changes)
* `stac-server`: 0.4.1 -> 0.4.2 (✓ API compatible changes)
* `stac-validate`: 0.6.1 -> 0.6.2 (✓ API compatible changes)
* `rustac`: 0.2.1 -> 0.2.2
* `stac-duckdb`: 0.3.1 -> 0.3.2
* `pgstac`: 0.4.1 -> 0.4.2
* `stac-extensions`: 0.1.3 -> 0.1.4

### ⚠ `stac` breaking changes

```text
--- 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.45.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  VERSION in file /tmp/.tmp59pq4i/stac/src/geoarrow/mod.rs:23
  VERSION_KEY in file /tmp/.tmp59pq4i/stac/src/geoarrow/mod.rs:20
```

<details><summary><i><b>Changelog</b></i></summary><p>

## `stac`

<blockquote>

##
[0.16.0](stac-v0.15.1...stac-v0.16.0)
- 2026-01-05

### Added

- [**breaking**] write collections to stac-geoparquet metadata
([#927](#927))
- datetime expansion
([#917](#917))

### Fixed

- properly write metadata in async geoparquet writer
([#928](#928))
</blockquote>

## `stac-io`

<blockquote>

##
[0.2.2](stac-io-v0.2.1...stac-io-v0.2.2)
- 2026-01-05

### Fixed

- references, not ownership, in geoparquet store writer
([#929](#929))
- properly write metadata in async geoparquet writer
([#928](#928))
</blockquote>

## `stac-server`

<blockquote>

##
[0.4.2](stac-server-v0.4.1...stac-server-v0.4.2)
- 2026-01-05

### Other

- *(deps)* update reqwest requirement from 0.12.8 to 0.13.1
([#926](#926))
</blockquote>

## `stac-validate`

<blockquote>

##
[0.6.2](stac-validate-v0.6.1...stac-validate-v0.6.2)
- 2026-01-05

### Other

- update Cargo.toml dependencies
</blockquote>

## `rustac`

<blockquote>

##
[0.2.2](rustac-v0.2.1...rustac-v0.2.2)
- 2026-01-05

### Added

- datetime expansion
([#917](#917))
</blockquote>

## `stac-duckdb`

<blockquote>

##
[0.3.2](stac-duckdb-v0.3.1...stac-duckdb-v0.3.2)
- 2026-01-05

### Other

- updated the following local packages: stac
</blockquote>

## `pgstac`

<blockquote>

##
[0.4.2](pgstac-v0.4.1...pgstac-v0.4.2)
- 2026-01-05

### Other

- updated the following local packages: stac
</blockquote>

## `stac-extensions`

<blockquote>

##
[0.1.4](stac-extensions-v0.1.3...stac-extensions-v0.1.4)
- 2026-01-05

### Other

- updated the following local packages: stac
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include collections in the geoparquet metadata

2 participants