Skip to content

chore: release #275

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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 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/.tmpR4XTAD/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/.tmpAP0POE/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/.tmpAP0POE/rabbitmq-stream-client/src/producer.rs:104
Changelog

rabbitmq-stream-protocol

0.8.1 - 2025-04-18

Other

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

rabbitmq-stream-client

0.9.0 - 2025-04-18

Other

  • 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 changed the title chore: release v0.8.1 chore: release Feb 26, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-18T09-52-37Z branch from 959ca93 to 9322337 Compare February 26, 2025 09:40
@github-actions github-actions bot force-pushed the release-plz-2025-02-18T09-52-37Z branch 2 times, most recently from 580f03d to c7d210d Compare March 17, 2025 08:48
@github-actions github-actions bot force-pushed the release-plz-2025-02-18T09-52-37Z branch from c7d210d to 6ac2114 Compare March 24, 2025 07:28
@github-actions github-actions bot force-pushed the release-plz-2025-02-18T09-52-37Z branch from 6ac2114 to 2f10935 Compare April 18, 2025 07:22
@github-actions github-actions bot closed this Apr 18, 2025
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