Skip to content

chore: release #231

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 2 commits into from
Oct 31, 2024
Merged

chore: release #231

merged 2 commits into from
Oct 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 17, 2024

🤖 New release

  • rabbitmq-stream-client: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • rabbitmq-stream-protocol: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)

⚠️ 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:SuperStreamPartitions in /tmp/.tmp9fkaxe/rabbitmq-stream-rust-client/protocol/src/response/mod.rs:73
  variant ResponseKind:SuperStreamRoute in /tmp/.tmp9fkaxe/rabbitmq-stream-rust-client/protocol/src/response/mod.rs:74
  variant RequestKind:CreateSuperStream in /tmp/.tmp9fkaxe/rabbitmq-stream-rust-client/protocol/src/request/mod.rs:67
  variant RequestKind:DeleteSuperStream in /tmp/.tmp9fkaxe/rabbitmq-stream-rust-client/protocol/src/request/mod.rs:68
  variant RequestKind:SuperStreamPartitions in /tmp/.tmp9fkaxe/rabbitmq-stream-rust-client/protocol/src/request/mod.rs:69
  variant RequestKind:SuperStreamRoute in /tmp/.tmp9fkaxe/rabbitmq-stream-rust-client/protocol/src/request/mod.rs:70
Changelog

rabbitmq-stream-client

0.5.1 - 2024-10-31

Fixed

  • fixes #233 by incrementing the publisher sequence (#234)

Other

  • cleanup unused connections when load balancing mode is active (#239)
  • Update README.md (#238)
  • Implement super_stream (#232)
  • close client connection in client consumer (#235)
  • Create/Delete superstream and Partition and route commands (#230)

rabbitmq-stream-protocol

0.6.0 - 2024-10-31

Other

  • Create/Delete superstream and Partition and route commands (#230)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-17T11-40-32Z branch 5 times, most recently from 0d4bb40 to 5de2e41 Compare October 30, 2024 13:26
@github-actions github-actions bot force-pushed the release-plz-2024-10-17T11-40-32Z branch from 5de2e41 to d95c91d Compare October 31, 2024 09:14
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.74%. Comparing base (4f78182) to head (0ec955d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
+ Coverage   89.44%   89.74%   +0.30%     
==========================================
  Files          78       78              
  Lines        6662     6662              
==========================================
+ Hits         5959     5979      +20     
+ Misses        703      683      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gsantomaggio Gsantomaggio merged commit 30df99f into main Oct 31, 2024
4 checks passed
@Gsantomaggio Gsantomaggio deleted the release-plz-2024-10-17T11-40-32Z branch October 31, 2024 10:13
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.

Consumer<Dedup>: publishing_id incorrect
2 participants