Skip to content

chore: release v0.7.0 #257

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 1 commit into from
Nov 21, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 21, 2024

🤖 New release

  • rabbitmq-stream-client: 0.6.1 -> 0.7.0 (⚠️ API breaking changes)
  • rabbitmq-stream-protocol: 0.6.0 -> 0.7.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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant ConsumerCreateError:SingleActiveConsumerNotSupported in /tmp/.tmp4EcZqY/rabbitmq-stream-rust-client/src/error.rs:164

⚠️ 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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant ResponseKind:ConsumerUpdate in /tmp/.tmp4EcZqY/rabbitmq-stream-rust-client/protocol/src/response/mod.rs:76
  variant ResponseKind:ConsumerUpdateRequest in /tmp/.tmp4EcZqY/rabbitmq-stream-rust-client/protocol/src/response/mod.rs:77
  variant RequestKind:ConsumerUpdateRequest in /tmp/.tmp4EcZqY/rabbitmq-stream-rust-client/protocol/src/request/mod.rs:71
Changelog

rabbitmq-stream-client

0.7.0 - 2024-11-21

Other

  • reviewing sac example (#258)
  • Update thiserror requirement from 1.0 to 2.0 (#247)
  • Single active consumer implementation (#248)
  • Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#256)
  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#254)
  • Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#255)
  • Bump docker/build-push-action from 5 to 6 (#253)
  • add ability to include properties to the consumers during subscriptions (#249)

rabbitmq-stream-protocol

0.7.0 - 2024-11-21

Other

  • Update fake requirement from 2.5 to 3.0 (#251)
  • Single active consumer implementation (#248)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-21T11-33-57Z branch from 95174c7 to 66ef18a Compare November 21, 2024 14:01
@DanielePalaia DanielePalaia merged commit 6e46906 into main Nov 21, 2024
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