Releases: faust-streaming/faust
Releases Β· faust-streaming/faust
v0.11.3
What's Changed
- Remove loop argument from
aiokafka
driver by @didimelli in #641 - Revert logging changes in #634
New Contributors
- @didimelli made their first contribution in #641
Full Changelog: v0.11.2...v0.11.3
v0.11.2
v0.11.1
What's Changed
- Fix disabled aiokafka unit tests by @wbarnha in #610
- Pin pytest<8 to fix Python 3.11 tests by @wbarnha in #619
- Skip some PyPy tests and revert breaking poll_at timestamp change by @wbarnha in #621
- fix: aiokafka
0.11.0
error when creating topics by @somnam in #631
Full Changelog: v0.11.0...v0.11.1
v0.11.0
v0.10.24
v0.10.23
What's Changed
- enable kafka static-partition-assignment (KIP-345) by @Mopsgeschwindigkeit in #600
- Run black and update setup.cfg for flake8 to ignore E701 and E704 by @Tim-Thomas in #609
- bugfix: Fix cython _on_stream_event_in call to match python impl by @Tim-Thomas in #608
New Contributors
- @Tim-Thomas made their first contribution in #609
Full Changelog: v0.10.22...v0.10.23
v0.10.22
What's Changed
- Bump github/codeql-action from 2 to 3 by @dependabot in #588
- Bump actions/download-artifact from 3 to 4 by @dependabot in #589
- Bump actions/deploy-pages from 3 to 4 by @dependabot in #592
- Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #593
- Add example for medium/large projects in FastAPI by @hgalytoby in #595
- Use
loop.create_task()
for agent tasks by @samtx in #598
New Contributors
- @hgalytoby made their first contribution in #595
- @samtx made their first contribution in #598
Full Changelog: v0.10.21...v0.10.22
v0.10.21
What's Changed
- Add FastAPI example by @wbarnha in #581
- Bump actions/deploy-pages from 2 to 3 by @dependabot in #582
- Rename kafka to aiokafka by @AntonOfTheWoods in #565
- Replace called_once_with test_objects.py for 3.12 support by @wbarnha in #586
- Add official support for Python 3.12 by @wbarnha in #587
- Update aiokafka requirement from <0.9.0,>=0.8.0 to >=0.8.0,<0.10.0 in /requirements by @dependabot in #583
- Bump actions/setup-python from 4 to 5 by @dependabot in #585
New Contributors
- @AntonOfTheWoods made their first contribution in #565
Full Changelog: v0.10.20...v0.10.21