File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- > # Byte-compiled / optimized / DLL files
1+ # Byte-compiled / optimized / DLL files
22__pycache__ /
33* .py [cod ]
44
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 0.10.0.a0 (2023-12-13)
6+ ======================
7+
8+ New features:
9+
10+ * Support static membership protocol, `KIP-345 `_ (issue #680, pr #941 by
11+ @patkivikram and @joshuaherrera)
12+
13+ .. _KIP-345 : https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances
14+
15+
5160.9.0 (2023-12-04)
617==================
718
Original file line number Diff line number Diff line change 1- __version__ = '0.9.0 ' # noqa
1+ __version__ = '0.10.0.a0 ' # noqa
22
33from .abc import ConsumerRebalanceListener
44from .client import AIOKafkaClient
You can’t perform that action at this time.
0 commit comments