v0.9.0
New features:
- Include
kafka-python
intoaiokafka
's code base (issue #928 and others) - Replace
python-snappy
andzstandard
withcramjam
(issue #930) - PEP518 compliant
pyproject.toml
- Python 3.12 support
Bugfixes:
- Fix type annotation for
ConsumerRecord
(pr #912 by @zschumacher) - Improve send performance (issue #943)
Improved Documentation: