Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 27, 2025

πŸ€– New release

  • rabbitmq-stream-protocol: 0.9.0 -> 0.10.0 (⚠ API breaking changes)
  • rabbitmq-stream-client: 0.9.0 -> 0.9.1 (βœ“ API compatible changes)

⚠ rabbitmq-stream-protocol breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_added.ron

Failed in:
  variant ResponseCode:PreconditionFailed in /tmp/.tmpePMd6U/rabbitmq-stream-rust-client/protocol/src/response/mod.rs:46

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.45.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ResponseCode::PrecoditionFailed, previously in file /tmp/.tmpFLNFNW/rabbitmq-stream-protocol/src/response/mod.rs:46
Changelog

rabbitmq-stream-protocol

0.10.0 - 2025-12-03

Other

  • Upgrade all dependencies where doing so wouldn't cause breaking changes. (#303)
  • Fixed typo for ResponseCode::PrecoditionFailed (#307)

rabbitmq-stream-client

0.9.1 - 2025-12-03

Other

  • Upgrade all dependencies where doing so wouldn't cause breaking changes. (#303)
  • Fixed typo for ResponseCode::PrecoditionFailed (#307)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-11-27T13-48-31Z branch from a8e966d to 24a5dbd Compare December 3, 2025 10:12
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