Skip to content

deps(deps): bump aiokafka from 0.8.1 to 0.14.0#35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiokafka-0.14.0
Open

deps(deps): bump aiokafka from 0.8.1 to 0.14.0#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiokafka-0.14.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps aiokafka from 0.8.1 to 0.14.0.

Release notes

Sourced from aiokafka's releases.

v0.14.0

New features:

  • Add rack-aware fetching from the closest in-sync replica (KIP-392) via the new client_rack option on :class:AIOKafkaConsumer. When set and the brokers support FetchRequest v11 (Kafka 2.4+) with a replica.selector.class configured, the consumer will fetch from a same-rack follower instead of the partition leader, reducing cross-AZ traffic and tail latency. (prs #1159 and #1160 by @​GlebShipilov)

Bugfixes:

  • Fix type annotation for AIOKafkaAdminClient (issue #1148)
  • Return back and deprecate api_version parameter in client classes (issue #1147)
  • Avoid failures when a transaction coordinator is dead by removing deprecated code (issue #1151)
  • Properly manage batch max size and linger_ms. A batch will be always produced if the max size or the lingering time is reached (pr #1142 by @​vmaurin)

v0.14.0b1

New features:

  • Add rack-aware fetching from the closest in-sync replica (KIP-392) via the new client_rack option on :class:AIOKafkaConsumer. When set and the brokers support FetchRequest v11 (Kafka 2.4+) with a replica.selector.class configured, the consumer will fetch from a same-rack follower instead of the partition leader, reducing cross-AZ traffic and tail latency. (prs #1159 and #1160 by @​GlebShipilov)

Bugfixes:

  • Fix type annotation for AIOKafkaAdminClient (issue #1148)
  • Return back and deprecate api_version parameter in client classes (issue #1147)
  • Avoid failures when a transaction coordinator is dead by removing deprecated code (issue #1151)
  • Properly manage batch max size and linger_ms. A batch will be always produced if the max size or the lingering time is reached (pr #1142 by @​vmaurin)

v0.13.0

Breaking changes:

  • Resolve API versions at connection with brokers api_version parameter has been removed from the different clients (admin/consumer/producer) (pr #1136 by @​vmaurin)

Improved Documentation:

... (truncated)

Changelog

Sourced from aiokafka's changelog.

0.14.0 (2026-04-29)

New features:

  • Add rack-aware fetching from the closest in-sync replica (KIP-392) via the new client_rack option on :class:AIOKafkaConsumer. When set and the brokers support FetchRequest v11 (Kafka 2.4+) with a replica.selector.class configured, the consumer will fetch from a same-rack follower instead of the partition leader, reducing cross-AZ traffic and tail latency. (prs #1159 and #1160 by @​GlebShipilov)

Bugfixes:

  • Fix type annotation for AIOKafkaAdminClient (issue #1148)
  • Return back and deprecate api_version parameter in client classes (issue #1147)
  • Avoid failures when a transaction coordinator is dead by removing deprecated code (issue #1151)
  • Properly manage batch max size and linger_ms. A batch will be always produced if the max size or the lingering time is reached (pr #1142 by @​vmaurin)

0.13.0 (2026-01-02)

Breaking changes:

  • Resolve API versions at connection with brokers api_version parameter has been removed from the different clients (admin/consumer/producer) (pr #1136 by @​vmaurin)

Improved Documentation:

Bugfixes:

  • Make KafkaStorageError retriable after metadata refresh like in other implementations (pr #1115 by @​omerhadari)
  • Ensure the transaction coordinator is refreshed after broker fail‑over, so transactional producers resume once a new coordinator is elected. (pr #1135 by @​vmaurin)
  • Rename the RequestHeader version classes to match official version schemas (pr #1141 by @​vmaurin)

... (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 [aiokafka](https://github.com/aio-libs/aiokafka) from 0.8.1 to 0.14.0.
- [Release notes](https://github.com/aio-libs/aiokafka/releases)
- [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiokafka@v0.8.1...v0.14.0)

---
updated-dependencies:
- dependency-name: aiokafka
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from poojakira as a code owner July 24, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants