Skip to content

Bump kafka-python from 2.3.1 to 3.0.7#722

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/kafka-python-3.0.7
Open

Bump kafka-python from 2.3.1 to 3.0.7#722
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/kafka-python-3.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps kafka-python from 2.3.1 to 3.0.7.

Release notes

Sourced from kafka-python's releases.

3.0.7 (Jun 28, 2026)

Fixes

  • transport: cancel pending io coroutines on close() (#3109)
  • producer: fix stalled shutdown when brokers unreachable (#3108)

3.0.6 (Jun 25, 2026)

Fixes

  • consumer: track current leader epoch in addition to record epoch (#3107)

CI

  • Also wait_for_topics on <0.10 test fixtures (#3105)

3.0.5 (Jun 24, 2026)

Fixes

  • Reserve buffer capacity before every encode_into write (#3103)
  • Fix backoff on bootstrap init failure after connection_made (#3098)

CI

  • Bump actions/cache from 5 to 6 (#3099)
  • only save kafka dist cache on master (#3100)
  • Fix flakey test: test_send_during_backoff

Documentation

  • Add new extended logging args to docs/cli

3.0.4 (Jun 23, 2026)

Fixes

  • Fix _build_transport / conn.close race (#3097)
  • net.transport: Fix closed/write_eof handling in _write_to_sock (#3095)
  • Fix kafka.net.connection await: raise connection failures (#3091)

Logging

  • bootstrap connection log changes (#3092)
  • Improve connection logging; dont log version check if matches expected (#3089)
  • tests: print integration fixture output to console if no log handlers

Documentation

  • docs: Add title headings for KafkaConsumer/KafkaProducer; add sphinx-argparse to requirements-dev.txt (#3096)

3.0.3 (Jun 22, 2026)

Fixes

  • Consumer: fix multi-broker fetch busy wait loop (#3084)
  • net: inject KernelEvent handler exceptions into coro; warn dont crash if task state is still RUNNING (#3083)
  • Fix: do not mark coordinator dead on all HeartbeatResponse errors (#3082)
  • Improve task cleanup with net.cancel(task), TaskState, and consolidated wait_io cleanup (#3081)

... (truncated)

Changelog

Sourced from kafka-python's changelog.

3.0.7 (Jun 28, 2026) ####################

Fixes

  • transport: cancel pending io coroutines on close() (#3109)
  • producer: fix stalled shutdown when brokers unreachable (#3108)

3.0.6 (Jun 25, 2026) ####################

Fixes

  • consumer: track current leader epoch in addition to record epoch (#3107)

CI

  • Also wait_for_topics on <0.10 test fixtures (#3105)

3.0.5 (Jun 24, 2026) ####################

Fixes

  • Reserve buffer capacity before every encode_into write (#3103)
  • Fix backoff on bootstrap init failure after connection_made (#3098)

CI

  • Bump actions/cache from 5 to 6 (#3099)
  • only save kafka dist cache on master (#3100)
  • Fix flakey test: test_send_during_backoff

Documentation

  • Add new extended logging args to docs/cli

3.0.4 (Jun 23, 2026) ####################

Fixes

  • Fix _build_transport / conn.close race (#3097)
  • net.transport: Fix closed/write_eof handling in _write_to_sock (#3095)
  • Fix kafka.net.connection await: raise connection failures (#3091)

Logging

... (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 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 [kafka-python](https://github.com/dpkp/kafka-python) from 2.3.1 to 3.0.7.
- [Release notes](https://github.com/dpkp/kafka-python/releases)
- [Changelog](https://github.com/dpkp/kafka-python/blob/master/docs/changelog.rst)
- [Commits](dpkp/kafka-python@2.3.1...3.0.7)

---
updated-dependencies:
- dependency-name: kafka-python
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2026
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants