Skip to content

Bump aiokafka from 0.13.0 to 0.14.0 - #1125

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/aiokafka-0.14.0
Open

Bump aiokafka from 0.13.0 to 0.14.0#1125
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/aiokafka-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps aiokafka from 0.13.0 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)
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)
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.13.0 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.13.0...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 dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 10, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants