Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps kafka-python from 2.0.2 to 2.2.10.

Release notes

Sourced from kafka-python's releases.

2.2.10 (May 22, 2025)

Fixes

  • Set the current host in the SASL configs (#2633)
  • Fix sasl gssapi plugin: do not rely on client_ctx.complete in auth_bytes() (#2631)

2.2.9 (May 21, 2025)

Fixes

  • Do not reset fetch positions if offset commit fetch times out (#2629)

Logging / Error Messages

  • More / updated debug logging for coordinator / consumer (#2630)

2.2.8 (May 20, 2025)

Fixes

  • Wait for next heartbeat in thread loop; check for connected coordinator (#2622)
  • Acquire client lock in heartbeat thread before sending requests (#2620)

Logging / Error Messages

  • Log all SyncGroupResponse errors as info+
  • More coordinator / heartbeat logging (#2621)
  • Fix timeout seconds error message in KafkaProducer (#2627)
  • Update offset commit error handling; use RebalanceInProgressError if applicable (#2623)

2.2.7 (May 13, 2025)

Fixes

  • Minor Heartbeat updates: catch more exceptions / log configuration / raise KafkaConfigurationError (#2618)

2.2.6 (May 8, 2025)

Fixes

  • Only disable heartbeat thread once at beginning of join-group (#2617)

2.2.5 (May 8, 2025)

Fixes

  • Fix producer busy loop with no pending batches (#2616)
  • Fixup py27 fetcher test failure

... (truncated)

Changelog

Sourced from kafka-python's changelog.

2.2.10 (May 22, 2025) #####################

Fixes

  • Set the current host in the SASL configs (#2633)
  • Fix sasl gssapi plugin: do not rely on client_ctx.complete in auth_bytes() (#2631)

2.2.9 (May 21, 2025) ####################

Fixes

  • Do not reset fetch positions if offset commit fetch times out (#2629)

Logging / Error Messages

  • More / updated debug logging for coordinator / consumer (#2630)

2.2.8 (May 20, 2025) ####################

Fixes

  • Wait for next heartbeat in thread loop; check for connected coordinator (#2622)
  • Acquire client lock in heartbeat thread before sending requests (#2620)

Logging / Error Messages

  • Log all SyncGroupResponse errors as info+
  • More coordinator / heartbeat logging (#2621)
  • Fix timeout seconds error message in KafkaProducer (#2627)
  • Update offset commit error handling; use RebalanceInProgressError if applicable (#2623)

2.2.7 (May 13, 2025) ####################

Fixes

  • Minor Heartbeat updates: catch more exceptions / log configuration / raise KafkaConfigurationError (#2618)

2.2.6 (May 8, 2025) ###################

Fixes

... (truncated)

Commits
  • 6583460 Patch Release 2.2.10
  • 7fceb1b Pass host as kwarg to get_sasl_mechanism
  • e2b6693 Set the current host in the SASL configs (#2633)
  • 7b7f3af Fix sasl gssapi plugin: do not rely on client_ctx.complete in auth_bytes() (#...
  • 48dd596 Patch Release 2.2.9
  • bd21713 More / updated debug logging for coordinator / consumer (#2630)
  • 3463f59 Do not reset fetch positions if offset commit fetch times out (#2629)
  • bcbd1b7 Patch Release 2.2.8
  • 95c2f3a Dont mark coordinator dead on ThrottlingQuotaExceededError
  • 62a7d80 Fix timeout seconds error message in KafkaProducer (#2627)
  • 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 [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.2 to 2.2.10.
- [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.0.2...2.2.10)

---
updated-dependencies:
- dependency-name: kafka-python
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

Superseded by #527.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/kafka-python-2.2.10 branch July 1, 2025 08:56
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.

1 participant