Skip to content

chore(deps): Bump rdkafka from 0.32.2 to 0.33.0#17832

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rdkafka-0.33.0
Closed

chore(deps): Bump rdkafka from 0.32.2 to 0.33.0#17832
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rdkafka-0.33.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps rdkafka from 0.32.2 to 0.33.0.

Changelog

Sourced from rdkafka's changelog.

0.33.0 (2023-06-30)

  • Add interface to specify custom partitioners by extending ProducerContext trait with capability to return optional custom partitioner.
  • Add seek_partitions to consumer.

0.32.1 (2023-06-09)

  • Add support for the cluster mock API.
  • Expose assignment_lost method on the consumer.

0.31.0 (2023-05-17)

  • Breaking change. Pass KafkaError to rebalance hooks instead of human-readable string representation.

0.30.0 (2023-05-12)

  • Support for unassigning static partitions by passing null to rdsys::rd_kafka_assign and expose the feature as unassign in base_consumer

  • Expose rdsys::rd_kafka_incremental_assign and rdsys::rd_kafka_incremental_unassign in base_consumer for incremental changes to static assignments

  • Breaking change. util::get_rdkafka_version now returns (i32, String). Previously, it returned (u16, String) which would silently truncate the hex representation of the version:

    Interpreted as hex MM.mm.rr.xx:

    MM = Major mm = minor rr = revision xx = pre-release id (0xff is the final release) E.g.: 0x010902ff = 1.9.2

  • Add the AdminClient::delete_groups method, which deletes consumer groups from a Kafka cluster (#510).

    Thanks, @​andrewinci.

#510: fede1024/rust-rdkafka#510

  • Add support for the purge API, that allows retreiving messages that were queued for production when shutting down. It is automatically called on Drop. Fixes leaking associated data (futures...).

0.29.0 (2022-10-29)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.32.2 to 0.33.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/v0.33.0/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.32.2...v0.33.0)

---
updated-dependencies:
- dependency-name: rdkafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the domain: deps Anything related to Vector's dependencies label Jul 3, 2023
@bits-bot
Copy link

bits-bot commented Jul 3, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@netlify
Copy link

netlify bot commented Jul 3, 2023

Deploy Preview for vrl-playground canceled.

Name Link
🔨 Latest commit 3be491e
🔍 Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/64a24a2e1b52b30007adfc59

@netlify
Copy link

netlify bot commented Jul 3, 2023

Deploy Preview for vector-project canceled.

Name Link
🔨 Latest commit 3be491e
🔍 Latest deploy log https://app.netlify.com/sites/vector-project/deploys/64a24a2e154f4a0008d78757

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 6, 2023

Superseded by #17891.

@dependabot dependabot bot closed this Jul 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/rdkafka-0.33.0 branch July 6, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant