Skip to content

chore: release #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2025
Merged

chore: release #284

merged 3 commits into from
Jun 9, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 18, 2025

πŸ€– New release

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

⚠ rabbitmq-stream-client 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.41.0/src/lints/enum_variant_added.ron

Failed in:
  variant ProducerPublishError:Timeout in /tmp/.tmpbAX6eq/rabbitmq-stream-rust-client/src/error.rs:113

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.41.0/src/lints/inherent_method_missing.ron

Failed in:
  ProducerBuilder::batch_delay, previously in file /tmp/.tmp3WxVl2/rabbitmq-stream-client/src/producer.rs:194

--- 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.41.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field batch_publishing_delay of struct ProducerBuilder, previously in file /tmp/.tmp3WxVl2/rabbitmq-stream-client/src/producer.rs:104
Changelog

rabbitmq-stream-protocol

0.8.1 - 2025-06-09

Other

  • Update derive_more requirement from 0.99 to 2.0 (#294)
  • Dynamic send (#276)
  • FnOnce as Producer::send callback (#273)

rabbitmq-stream-client

0.9.0 - 2025-06-09

Other

  • OnClosed callback for producer (#293)
  • Update derive_more requirement from 0.99 to 2.0 (#294)
  • Fix task leak (#292)
  • Fix new clippy version issues (#291)
  • Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#285)
  • Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#277)
  • Remove use of doc(cfg(...)) and the docsrs configuration (#282)
  • Update fake requirement from 3.0.0 to 4.2.0 (#281)
  • Fix doc build failed (#280)
  • Expose LeaderLocator enum (#279)
  • Dynamic send (#276)
  • FnOnce as Producer::send callback (#273)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-04-18T07-23-02Z branch from d63ba2a to 56cf89e Compare April 21, 2025 14:30
@github-actions github-actions bot force-pushed the release-plz-2025-04-18T07-23-02Z branch 2 times, most recently from 1c849dd to 06ade4b Compare May 29, 2025 11:11
@github-actions github-actions bot force-pushed the release-plz-2025-04-18T07-23-02Z branch from 06ade4b to 5913a75 Compare June 9, 2025 07:31
@github-actions github-actions bot force-pushed the release-plz-2025-04-18T07-23-02Z branch from 5913a75 to 95a9644 Compare June 9, 2025 10:20
Signed-off-by: Gabriele Santomaggio <[email protected]>
Signed-off-by: Gabriele Santomaggio <[email protected]>
Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 89.23%. Comparing base (cb9b648) to head (7bacc7c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
+ Coverage   88.03%   89.23%   +1.19%     
==========================================
  Files          81       81              
  Lines        7625     7625              
==========================================
+ Hits         6713     6804      +91     
+ Misses        912      821      -91     

β˜” 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 6a98283 into main Jun 9, 2025
4 checks passed
@Gsantomaggio Gsantomaggio deleted the release-plz-2025-04-18T07-23-02Z branch June 9, 2025 11:31
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