fix(deps): update dependency aiokafka to ^0.14.0#110
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
2c378af to
60850f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.8.1→^0.14.0Release Notes
aio-libs/aiokafka (aiokafka)
v0.14.0Compare Source
===================
New features:
client_rackoption on :class:AIOKafkaConsumer. When set and the brokerssupport
FetchRequest v11(Kafka 2.4+) with areplica.selector.classconfigured, 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:
AIOKafkaAdminClient(issue #1148)api_versionparameter in client classes(issue #1147)
(issue #1151)
produced if the max size or the lingering time is reached
(pr #1142 by @vmaurin)
v0.13.0Compare Source
===================
Breaking changes:
api_versionparameter has been removed from the different clients (admin/consumer/producer)(pr #1136 by @vmaurin)
Improved Documentation:
AIOKafkaConsumer.offset_for_times(pr #1068 by @jzvandenoever)
Bugfixes:
implementations (pr #1115 by @omerhadari)
so transactional producers resume once a new coordinator is elected.
(pr #1135 by @vmaurin)
schemas (pr #1141 by @vmaurin)
Misc:
v0.12.0Compare Source
===================
New features:
Bugfixes:
Improved Documentation:
v0.11.0Compare Source
===================
New features:
KIP-204_) (pr #969 by @vmaurin).. _KIP-204: https://cwiki.apache.org/confluence/display/KAFKA/KIP-204+%3A+Adding+records+deletion+operation+to+the+new+Admin+Client+API
Bugfixes:
AIOKafkaAdminClient.create_partitions(pr #978 by @alm0ra)
NotControllerErrorinAIOKafkaAdminClient.create_topicsand othermethods (issue #995)
v0.10.0Compare Source
===================
New features:
KIP-345_ (issue #680, pr #941 by@patkivikram and @joshuaherrera)
.. _KIP-345: https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances
Bugfixes:
v0.9.0Compare Source
==================
New features:
kafka-pythonintoaiokafka's code base (issue #928 and others)python-snappyandzstandardwithcramjam(issue #930)pyproject.tomlBugfixes:
ConsumerRecord(pr #912 by @zschumacher)DescribeConfigsResponse_v1Improved Documentation:
AbstractTokenProvider.tokenexample (pr #919 by @mtomilov)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.