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
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 89.10%. Comparing base (d286d90) to head (a8ff7d8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #308      +/-   ##
==========================================
+ Coverage   88.90%   89.10%   +0.19%     
==========================================
  Files          81       81              
  Lines        7112     7112              
==========================================
+ Hits         6323     6337      +14     
+ Misses        789      775      -14     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Gsantomaggio Gsantomaggio merged commit 26754a0 into main Dec 16, 2025
4 checks passed
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.

2 participants