Skip to content

chore(deps): update dependency aiokafka to v0.14.0#46

Open
fvh-renovate-bot[bot] wants to merge 1 commit into
masterfrom
renovate/aiokafka-0.x
Open

chore(deps): update dependency aiokafka to v0.14.0#46
fvh-renovate-bot[bot] wants to merge 1 commit into
masterfrom
renovate/aiokafka-0.x

Conversation

@fvh-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
aiokafka (changelog) ==0.10.0==0.14.0 age confidence

Release Notes

aio-libs/aiokafka (aiokafka)

v0.14.0

Compare Source

===================

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

Compare Source

===================

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)

Misc:

  • Use SPDX license expression for project metadata.

v0.12.0

Compare Source

===================

New features:

  • Build mac x86_64 wheels (pr #​1029)
  • Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #​1061)
  • Remove duplicate error logging during rebalance (pr #​1025 by @​y4n9squared)

Bugfixes:

  • Quote username in SCRAM auth (pr #​1043)

Improved Documentation:

  • Fix building of readthedocs documentation (pr #​1034)
  • Fix typo in producer documentation (pr #​1036 by @​lgo)

v0.11.0

Compare Source

===================

New features:

.. _KIP-204: https://cwiki.apache.org/confluence/display/KAFKA/KIP-204+%3A+Adding+records+deletion+operation+to+the+new+Admin+Client+API

Bugfixes:


Configuration

📅 Schedule: (in timezone Europe/Helsinki)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@fvh-renovate-bot fvh-renovate-bot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@fvh-renovate-bot

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants