Releases: faust-streaming/faust
Releases · faust-streaming/faust
Release list
v0.12.1
v0.12.0
What's Changed
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot[bot] in #644
- Add on_clear handlers to (Global)Table and ChangeloggedSet by @egao1980 in #645
- Replace aredis with redis-py by @wbarnha in #635
- Update python-package.yml to formally support Python 3.13 by @wbarnha in #648
- Update handling of artifacts in python-package.yml by @wbarnha in #649
- EOL support for Python 3.8 by @wbarnha in #650
- Bump codecov/codecov-action from 3 to 5 by @dependabot[bot] in #647
- fix: support aiokafka 0.13.0 which removed api_version parameter by @nightcityblade in #674
- Fix CI lint formatting drift in tests and aerospike store by @wbarnha in #677
- Pin black and isort in requirements/test.txt for reproducible lint by @wbarnha in #680
- Readd Confluent Kafka transport driver (rebased on master, working on released confluent-kafka) by @wbarnha in #679
- Fix release artifact handling for upload-artifact@v4 (would drop wheels/sdist on next release) by @wbarnha in #684
- fix(aiokafka): keep Faust assignor for changelog tables; drop Python 3.9 by @wbarnha in #682
- Add unit tests for functional/platforms/agent_stopper utils (real coverage) by @wbarnha in #687
- ci: test on Python 3.14 with and without Cython by @wbarnha in #691
- ci: add live-broker integration test harness (Kafka in CI) by @wbarnha in #706
- Modernize CI: wheel runners, Windows wheels, and test matrix (drop 3.9, require 3.14) by @wbarnha in #690
- docs: correct stale dependency and version references by @wbarnha in #710
- docs: prepare v0.12.0 release notes, changelog, and docs version by @wbarnha in #708
New Contributors
- @egao1980 made their first contribution in #645
- @nightcityblade made their first contribution in #674
Full Changelog: v0.11.3...v0.12.0
v0.11.3
What's Changed
- Remove loop argument from
aiokafkadriver 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.0error 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