Skip to content

Bump kafka-python from 2.2.11 to 2.3.1#71

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps kafka-python from 2.2.11 to 2.3.1.

Release notes

Sourced from kafka-python's releases.

2.3.1 (Apr 9, 2026)

Fixes

  • Fix TaggedFields value encoding; add test coverage (#2725)
  • Fix zstd multi-frame decompression failure (#2717)
  • Fix KeyError in KafkaConsumer.committed() (#2710)
  • Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
  • Fix Fetcher._fetch_offsets_by_times retry handling (#2833)
  • Fixes to support integration testing with external KAFKA_URI (#2838)
  • Minor py2 fixes: consumer integration test; dont pip install python-snappy

2.3.0 (Nov 20, 2025)

2.3.x will be the last release branch with python2 support!

CLI

  • python -m cli interfaces for kafka.admin, kafka.consumer, kafka.producer (#2650)

Producer

  • KIP-654: Abort transaction with pending data with TransactionAbortedError (#2662)
  • KafkaProducer: Handle UnknownProducerIdError (#2663)
  • KIP-467: Augment ProduceResponse error messaging for specific culprit records (#2661)

Consumer

  • KIP-345: Consumer group static membership (#2625)
  • KIP-207: Add ListOffsetsRequest v5 / handle OffsetNotAvailableError (#2657)
  • Fetcher: Add missing argument in debug log (#2665)

AdminClient

  • KIP-430: Return Authorized Operations in Describe Responses (#2656)
  • Add send_request() and send_requests() to KafkaAdminClient (#2649)

Maintenance

  • Remove old/unused kafka.protocol.pickle (#2653)
  • Switch protocol code to getattr/setattr from dict (#2654)
  • Drop unused imports (#2651)

Project Infra

  • Bump github/codeql-action from 3 to 4 (#2678)
  • Bump actions/setup-python from 5 to 6 (#2674)
  • Bump actions/setup-java from 4 to 5 (#2673)
  • Bump actions/checkout from 4 to 5 (#2669)
  • Bump actions/checkout from 5 to 6 (#2694)

... (truncated)

Changelog

Sourced from kafka-python's changelog.

2.3.1 (Apr 9, 2026) ###################

Fixes

  • Fix TaggedFields value encoding; add test coverage (#2725)
  • Fix zstd multi-frame decompression failure (#2717)
  • Fix KeyError in KafkaConsumer.committed() (#2710)
  • Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
  • Fix Fetcher._fetch_offsets_by_times retry handling (#2833)
  • Fixes to support integration testing with external KAFKA_URI (#2838)
  • Minor py2 fixes: consumer integration test; dont pip install python-snappy

2.3.0 (Nov 20, 2025) ####################

CLI

  • python -m cli interfaces for kafka.admin, kafka.consumer, kafka.producer (#2650)

Producer

  • KIP-654: Abort transaction with pending data with TransactionAbortedError (#2662)
  • KafkaProducer: Handle UnknownProducerIdError (#2663)
  • KIP-467: Augment ProduceResponse error messaging for specific culprit records (#2661)
  • Add transactional_id to KafkaProducer Keyword Arguments docstring

Consumer

  • KIP-345: Consumer group static membership (#2625)
  • KIP-207: Add ListOffsetsRequest v5 / handle OffsetNotAvailableError (#2657)
  • Fetcher: Add missing argument in debug log (#2665)

AdminClient

  • KIP-430: Return Authorized Operations in Describe Responses (#2656)
  • Add send_request() and send_requests() to KafkaAdminClient (#2649)

Maintenance

  • Remove old/unused kafka.protocol.pickle (#2653)
  • Switch protocol code to getattr/setattr from dict (#2654)
  • Drop unused imports (#2651)

Project Infra

  • Bump github/codeql-action from 3 to 4 (#2678)
  • Bump actions/setup-python from 5 to 6 (#2674)
  • Bump actions/setup-java from 4 to 5 (#2673)

... (truncated)

Commits
  • 62feaab Patch Release 2.3.1
  • 8037f81 Fixes to support integration testing with external KAFKA_URI (#2838)
  • 3479de9 python-snappy py3 only
  • 2c72167 Fix TaggedFields value encoding; add test coverage (#2725)
  • e5146f3 Fix zstd multi-frame decompression failure (#2717)
  • 29faf60 Fix KeyError in KafkaConsumer.committed() (#2710)
  • d3f14f7 Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
  • 901bb96 Fix Fetcher._fetch_offsets_by_times retry handling (#2833)
  • aa5ce58 Minor py2 fix for consumer integration test
  • b7ef5ad README / docs updates re compatibility and CLI release
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 1, 2026
Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.2.11 to 2.3.1.
- [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.2.11...2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/kafka-python-2.3.1 branch from ef6c520 to 707e940 Compare May 19, 2026 23:01
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