rabbitmq-stream-rust-client icon indicating copy to clipboard operation
rabbitmq-stream-rust-client copied to clipboard

chore: release

Open github-actions[bot] opened this issue 6 months ago • 0 comments

🤖 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[bot] avatar Apr 18 '25 07:04 github-actions[bot]