Skip to content

Conversation

@github-actions
Copy link
Contributor

🤖 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/.tmpOeXvlX/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/.tmp9qVIGO/rabbitmq-stream-protocol/src/response/mod.rs:46
Changelog

rabbitmq-stream-protocol

0.10.0 - 2025-11-27

Other

  • Fixed typo for ResponseCode::PrecoditionFailed (#307)

rabbitmq-stream-client

0.9.1 - 2025-11-27

Other

  • Fixed typo for ResponseCode::PrecoditionFailed (#307)


This PR was generated with release-plz.

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