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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant ProducerPublishError:Timeout in /tmp/.tmpyFu6XB/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.40.0/src/lints/inherent_method_missing.ron

Failed in:
  ProducerBuilder::batch_delay, previously in file /tmp/.tmpmYXITH/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.40.0/src/lints/struct_pub_field_missing.ron

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

rabbitmq-stream-protocol

0.8.1 - 2025-04-21

Other

  • Dynamic send (#276)
  • FnOnce as Producer::send callback (#273)

rabbitmq-stream-client

0.9.0 - 2025-04-21

Other

  • 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
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.

0 participants