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

chore(deps): Bump rdkafka from 0.35.0 to 0.37.0 #21929

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps rdkafka from 0.35.0 to 0.37.0.

Changelog

Sourced from rdkafka's changelog.

Changelog

See also the rdkafka-sys changelog.

Unreleased

  • Update MSRV to 1.70
  • Remove testing for old Kafka versions (before 3.0). Add tests for 3.7.
  • Fix test dependency on docker compose.
  • Address wakeup races introduced by pivoting to the event API.

0.36.2 (2024-01-16)

  • Update BaseConsumer::poll to return None when handling rebalance or offset commit events.

0.36.0 (2023-11-08)

  • Pivot the library from using librdkafka's callback interface to using the event interface. The public API of the crate does not change.
Commits
  • 5079920 Bump due to API breakage from the ConsumerContext::rebalance
  • 9d2976f Release v0.36.3.
  • 64b9e27 Bump rdkafka-sys for release.
  • d2dcd52 Update changelogs in prep for releasing.
  • bc4c76a Merge pull request #660 from FSMaxB/patch-1
  • 0578206 Merge pull request #715 from Xuanwo/use-backon
  • d906714 chore: Use backon to replace backoff
  • f71185c Merge pull request #713 from mlowicki/mlowicki/optimise_ownedheaders_insert
  • b2bcf19 Merge pull request #655 from trtt/fix/logs
  • 11790be Merge pull request #724 from svix-jplatte/upgrade-num_enum
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 18:04
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Dec 2, 2024
Copy link
Member

@pront pront left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.35.0 to 0.37.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.35.0...v0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@ADustyOldMuffin
Copy link

@pront would you accept changes to this branch to help get this through? The linked issue is pretty major and would be fixed by this.

@pront
Copy link
Member

pront commented Dec 10, 2024

@pront would you accept changes to this branch to help get this through? The linked issue is pretty major and would be fixed by this.

Yes, of course. Help with this upgrade would be appreciated.

@sam6258
Copy link
Contributor

sam6258 commented Dec 12, 2024

Here's the fix! #22023

Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.35.0 to 0.37.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.35.0...v0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Scott Miller <smiller1@coreweave.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot added the domain: sources Anything related to the Vector's sources label Dec 12, 2024
Copy link
Member

@pront pront left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pront pront enabled auto-merge December 12, 2024 15:23
@datadog-vectordotdev
Copy link

datadog-vectordotdev bot commented Dec 12, 2024

Datadog Report

Branch report: dependabot/cargo/rdkafka-0.37.0
Commit report: df0d182
Test service: vector

✅ 0 Failed, 38 Passed, 0 Skipped, 2m 25.07s Total Time

@pront pront added this pull request to the merge queue Dec 12, 2024
Merged via the queue into master with commit 3a89c8e Dec 12, 2024
55 checks passed
@pront pront deleted the dependabot/cargo/rdkafka-0.37.0 branch December 12, 2024 17:20
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 domain: sources Anything related to the Vector's sources no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants