Skip to content
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

Bump rdkafka from 0.32.2 to 0.34.0 #2064

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps rdkafka from 0.32.2 to 0.34.0.

Changelog

Sourced from rdkafka's changelog.

0.34.0 (2023-08-25)

  • Update bundled librdkafka to 2.2.0.

0.33.2 (2023-07-06)

  • Breaking change. Change signature for seek_partitions. Following librdkafka, individual partition errors should be reported in the per-partition error field of TopicPartitionList elements.

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].

... (truncated)

Commits
  • be26f99 Release v0.34.0
  • 693bf74 Release rdkafka-sys v4.6.0+2.2.0.
  • 58d16c7 Merge pull request #605 from fede1024/davidblewett/struct-setters
  • fef0c62 Add setters for the rest of the fields of BaseRecord.
  • fa98b5d Add setters for fields of OwnedMessage.
  • e954cf8 Merge pull request #603 from fede1024/davidblewett/librdkafka-v2.2.0
  • 405806f Also block rd_kafka_conf_set_resolve_cb, as it also depends on addrinfo.
  • d166014 Copy the curl static library into /lib, so that cmake finds it.
  • 2a790e0 Don't depend on curl, which will prevent it from being compiled
  • 40ebb66 Release v0.34.0, with librdkafka v2.2.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.34.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.32.2...v0.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@CLAassistant
Copy link

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.

@chubei chubei added this pull request to the merge queue Sep 26, 2023
Merged via the queue into main with commit 0e8bd03 Sep 26, 2023
5 of 6 checks passed
@chubei chubei deleted the dependabot/cargo/rdkafka-0.34.0 branch September 26, 2023 17:17
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.

2 participants