File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 0.12.0 (2024-10-26)
6+ ===================
7+
8+ New features:
9+
10+ * Build mac x86_64 wheels (pr #1029)
11+ * Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #1061)
12+ * Remove duplicate error logging during rebalance (pr #1025 by @y4n9squared)
13+
14+
15+ Bugfixes:
16+
17+ * Quote username in SCRAM auth (pr #1043)
18+
19+
20+ Improved Documentation:
21+
22+ * Fix building of readthedocs documentation (pr #1034)
23+ * Fix typo in producer documentation (pr #1036 by @lgo)
24+
25+
5260.11.0 (2024-06-30)
627===================
728
Original file line number Diff line number Diff line change 1- __version__ = "0.11 .0"
1+ __version__ = "0.12 .0"
22
33from .abc import ConsumerRebalanceListener
44from .client import AIOKafkaClient
You can’t perform that action at this time.
0 commit comments