We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cba502 commit b861a26Copy full SHA for b861a26
CHANGES.rst
@@ -2,8 +2,8 @@
2
Changelog
3
=========
4
5
-Unreleased
6
-==========
+0.11.0 (2024-06-29)
+===================
7
8
New features:
9
@@ -19,6 +19,7 @@ Bugfixes:
19
(pr #978 by @alm0ra)
20
* Fix `NotControllerError` in `AIOKafkaAdminClient.create_topics` and other
21
methods (issue #995)
22
+* Fix unintended cancellation of fetcher task (issue #983, pr #1007 by @apmorton)
23
24
25
0.10.0 (2023-12-15)
aiokafka/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.10.0"
+__version__ = "0.11.0"
from .abc import ConsumerRebalanceListener
from .client import AIOKafkaClient
0 commit comments