Skip to content

chore: release#341

Merged
shikhar merged 1 commit intomainfrom
release-plz-2026-03-20T19-46-34Z
Mar 20, 2026
Merged

chore: release#341
shikhar merged 1 commit intomainfrom
release-plz-2026-03-20T19-46-34Z

Conversation

@s2-release-plz
Copy link
Copy Markdown
Contributor

@s2-release-plz s2-release-plz bot commented Mar 20, 2026

🤖 New release

  • s2-common: 0.29.0 -> 0.30.0 (⚠ API breaking changes)
  • s2-api: 0.27.12 -> 0.27.13 (✓ API compatible changes)
  • s2-lite: 0.29.25 -> 0.29.26 (✓ API compatible changes)
  • s2-sdk: 0.25.0 -> 0.26.0 (⚠ API breaking changes)
  • s2-cli: 0.29.25 -> 0.29.26

s2-common 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 BasinInfo.created_at in /tmp/.tmpC8ehRw/s2/common/src/types/basin.rs:213
  field BasinInfo.deleted_at in /tmp/.tmpC8ehRw/s2/common/src/types/basin.rs:214

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum s2_common::types::basin::BasinState, previously in file /tmp/.tmpFp6uyJ/s2-common/src/types/basin.rs:203

--- 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 state of struct BasinInfo, previously in file /tmp/.tmpFp6uyJ/s2-common/src/types/basin.rs:218

s2-sdk breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum s2_sdk::types::BasinState, previously in file /tmp/.tmpFp6uyJ/s2-sdk/src/types.rs:1126

--- 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 state of struct BasinInfo, previously in file /tmp/.tmpFp6uyJ/s2-sdk/src/types.rs:1151
Changelog

s2-common

[0.30.0] - 2026-03-20

Features

  • Align basin info with stream info (#338)

s2-api

[0.27.13] - 2026-03-20

Features

  • Align basin info with stream info (#338)

s2-lite

[0.29.26] - 2026-03-20

Features

  • Align basin info with stream info (#338)

s2-sdk

[0.26.0] - 2026-03-20

Features

  • Align basin info with stream info (#338)

s2-cli

[0.29.26] - 2026-03-20

Features

  • Align basin info with stream info (#338)

Miscellaneous Tasks

  • Dep updates (#340)


This PR was generated with release-plz.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 20, 2026

PR author is not in the allowed authors list.

@s2-release-plz s2-release-plz bot force-pushed the release-plz-2026-03-20T19-46-34Z branch from 5cf2e2b to cb88f30 Compare March 20, 2026 21:03
@shikhar shikhar merged commit a1eae27 into main Mar 20, 2026
17 checks passed
@shikhar shikhar deleted the release-plz-2026-03-20T19-46-34Z branch March 20, 2026 23:46
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.

1 participant