Skip to content

Update rdkafka requirement from 0.35.* to 0.39.*#217

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rdkafka-0.39.star
Open

Update rdkafka requirement from 0.35.* to 0.39.*#217
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rdkafka-0.39.star

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rdkafka to permit the latest version.

Changelog

Sourced from rdkafka's changelog.

0.39.0 (2026-01-25)

  • Fix the char zero ending in native config (#706).
  • Implement FromIterator for TopicPartitionList (#795).
  • Sanitize ClientConfig and AdminClient debugging (#796).
  • Handle null characters in topic in BaseProducer::send (#782).
  • Bump rdkafka-sys.

#706: fede1024/rust-rdkafka#706 #795: fede1024/rust-rdkafka#795 #796: fede1024/rust-rdkafka#796 #782: fede1024/rust-rdkafka#782

0.38.0 (2025-07-05)

  • Update BaseProducer::poll to not return early, and instead continue looping until the passed timeout is reached.
  • Breaking change. Change signature for OwnedDeliveryResult. The Ok variant is now a Delivery struct, rather than a tuple. This allows or including Timestamp as a result field. It means that adding values in the future will not require a breaking change.
  • Update BaseProducer::flush to correctly call poll internally, until all messages have been processed.
  • Upgrade all library dependencies.
  • Add tests for Kafka versions up to 0.38.0.
  • Require a minimum of CMake 3.5 compatibility for CMake build (#766)

#766: fede1024/rust-rdkafka#766

0.37.0 (2024-11-25)

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

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.

0.35.0 (2023-11-07)

  • Update bundled librdkafka to 2.3.0.
  • Add cargo enforcement of MSRV of 1.61.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 27, 2026 17:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 27, 2026
Updates the requirements on [rdkafka](https://github.com/fede1024/rust-rdkafka) to permit the latest version.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.35.0...v0.39.0)

---
updated-dependencies:
- dependency-name: rdkafka
  dependency-version: 0.39.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/rdkafka-0.39.star branch from e764c2f to fd205c8 Compare May 22, 2026 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants