testcontainers / testcontainers-rs-modules-community

Community maintained modules for Testcontainers for Rust
https://docs.rs/crate/testcontainers-modules/
MIT License
90 stars 43 forks source link

chore(deps): update rdkafka requirement from 0.36.0 to 0.37.0 #248

Open dependabot[bot] opened 8 hours ago

dependabot[bot] commented 8 hours ago

Updates the requirements on rdkafka to permit the latest version.

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.

0.35.0 (2023-11-07)

  • Update bundled librdkafka to 2.3.0.
  • Add cargo enforcement of MSRV of 1.61.
  • Derives serde::Serialize on Statistics

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)

... (truncated)

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 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 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)