Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps kafka-python from 2.0.2 to 2.1.5.

Release notes

Sourced from kafka-python's releases.

2.1.5 (Apr 4, 2025)

Fixes

  • Fix python2.7 errors (#2578)

Improvements

  • Move benchmark scripts to kafka.benchmarks module (#2584)
  • Use slots for metrics (#2583)
  • Pass metrics_enabled=False to disable metrics (#2581)
  • Drop unused kafka.producer.buffer / SimpleBufferPool (#2580)
  • Raise UnsupportedVersionError from coordinator (#2579)

2.1.4 (Mar 28, 2025)

Fixes

  • Dont block pending FetchRequests when Metadata update requested (#2576)
  • Fix MetadataRequest for no topics (#2573)
  • Send final error byte x01 on Sasl OAuth failure (#2572)
  • Reset SASL state on disconnect (#2571)
  • Try import new Sequence before old to avoid DeprecationWarning

Improvements

  • Update Makefile default to 4.0 broker; add make fixture
  • Improve connection state logging (#2574)

2.1.3 (Mar 25, 2025)

Fixes

  • Fix crash when switching to closest compatible api_version in KafkaClient (#2567)
  • Fix maximum version to send an OffsetFetchRequest in KafkaAdminClient (#2563)
  • Return empty set from consumer.partitions_for_topic when topic not found (#2556)

Improvements

  • KIP-511: Use ApiVersions v4 on initial connect w/ client_software_name + version (#2558)
  • KIP-74: Manage assigned partition order in consumer (#2562)
  • KIP-70: Auto-commit offsets on consumer.unsubscribe(), defer assignment changes to rejoin (#2560)
  • Use SubscriptionType to track topics/pattern/user assignment (#2565)
  • Add optional timeout_ms kwarg to consumer.close() (#2564)
  • Move ensure_valid_topic_name to kafka.util; use in client and producer (#2561)

Testing

  • Support KRaft / 4.0 brokers in tests (#2559)
  • Test older pythons against 4.0 broker

... (truncated)

Changelog

Sourced from kafka-python's changelog.

2.1.5 (Apr 4, 2025) ###################

Fixes

  • Fix python2.7 errors (#2578)

Improvements

  • Move benchmark scripts to kafka.benchmarks module (#2584)
  • Use slots for metrics (#2583)
  • Pass metrics_enabled=False to disable metrics (#2581)
  • Drop unused kafka.producer.buffer / SimpleBufferPool (#2580)
  • Raise UnsupportedVersionError from coordinator (#2579)

2.1.4 (Mar 28, 2025) ####################

Fixes

  • Dont block pending FetchRequests when Metadata update requested (#2576)
  • Fix MetadataRequest for no topics (#2573)
  • Send final error byte x01 on Sasl OAuth failure (#2572)
  • Reset SASL state on disconnect (#2571)
  • Try import new Sequence before old to avoid DeprecationWarning

Improvements

  • Update Makefile default to 4.0 broker; add make fixture
  • Improve connection state logging (#2574)

2.1.3 (Mar 25, 2025) ####################

Fixes

  • Fix crash when switching to closest compatible api_version in KafkaClient (#2567)
  • Fix maximum version to send an OffsetFetchRequest in KafkaAdminClient (#2563)
  • Return empty set from consumer.partitions_for_topic when topic not found (#2556)

Improvements

  • KIP-511: Use ApiVersions v4 on initial connect w/ client_software_name + version (#2558)
  • KIP-74: Manage assigned partition order in consumer (#2562)
  • KIP-70: Auto-commit offsets on consumer.unsubscribe(), defer assignment changes to rejoin (#2560)
  • Use SubscriptionType to track topics/pattern/user assignment (#2565)
  • Add optional timeout_ms kwarg to consumer.close() (#2564)
  • Move ensure_valid_topic_name to kafka.util; use in client and producer (#2561)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 25, 2025
Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.2 to 2.1.5.
- [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.1.5)

---
updated-dependencies:
- dependency-name: kafka-python
  dependency-version: 2.1.5
  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.1.5 branch from 4868337 to 3d54b4e Compare April 28, 2025 22:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

Superseded by #509.

@dependabot dependabot bot closed this May 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/kafka-python-2.1.5 branch May 1, 2025 04:38
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