Releases: faust-streaming/faust
Releases · faust-streaming/faust
v0.10.18
What's Changed
- Fix AccessType assignment in rocksdb.py by @wbarnha in #575
- Fix races in conductor with dynamic agents by @GodTamIt in #568
- Consolidate dynamic attributes for setuptools v69.0.0 and move some metadata definitions into pyproject.toml by @wbarnha in #574
Full Changelog: v0.10.17...v0.10.18
FYI: I yanked v0.10.17 since I introduced a bug in the RocksDB driver. Sorry about that!
v0.10.17
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #546
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #547
- Add Python ~3.13 for testing in python-package.yml by @wbarnha in #561
- Bump venusian from 3.0.0 to 3.1.0 in /requirements by @dependabot in #562
- Add a TTL for RocksDB store by @YiuRULE in #567
- fix: docs Autodetect for schemas by @IbrahimBagalwa in #563
- Fix potential NoneType access in aiokafka driver by @GodTamIt in #569
- Temporarily fix breaking build with setuptools v69 by @somnam in #571
New Contributors
- @IbrahimBagalwa made their first contribution in #563
- @somnam made their first contribution in #571
Full Changelog: v0.10.16...v0.10.17
Just creating a new release for building again due to compatibility issues introduced in setuptools v69.0.0.
v0.10.16
v0.10.15
What's Changed
- Enable PyPy testing by @wbarnha in #530
- Remove topics with active_partitions from the Conductor when iteration ends by @ostetsenko in #531
- Bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #533
- Use rocksdict version >= v0.3.11 by @GodTamIt in #538
New Contributors
- @ostetsenko made their first contribution in #531
- @GodTamIt made their first contribution in #538
Full Changelog: v0.10.14...v0.10.15
v0.10.14
What's Changed
- End support for Python 3.7 by @wbarnha in #508
- Use proper regex suggested by setuptools_scm for detecting version by @wbarnha in #509
- Ensure callback map is rebuilt after reply_to topics are created by @richardhundt in #510
- Fix set operations in
ChangeloggedSetby @richardhundt in #521 - Implement OAuthbearer auth mechanism by @cbcoutinho in #525
- Fix periodic flush not having a
current_eventin context by @richardhundt in #522 - Update CI/CD workflows, setup config files, and build wheels for Python >= 3.8 by @wbarnha in #524
New Contributors
- @cbcoutinho made their first contribution in #525
Full Changelog: v0.10.13...v0.10.14
v0.10.13
What's Changed
- Remove extraneous sleep in SetManager.flush by @richardhundt in #504
New Contributors
- @richardhundt made their first contribution in #504
Full Changelog: v0.10.12...v0.10.13
v0.10.12
What's Changed
- updating version to 8.0.0 compatible client by @patkivikram in #498
Full Changelog: v0.10.11...v0.10.12
v0.10.11
What's Changed
- Change requirements to set 3.8.0 as minimum aiohttp version by @wbarnha in #490
- Bump rocksdict to 0.3.11 by @wbarnha in #492
- Fix CI/CD pipelines due to deleted codecov wheel by @wbarnha in #494
- Align orjson datetime format with default datetime format by @ofirt-orca in #493
Full Changelog: v0.10.10...v0.10.11
v0.10.10
What's Changed
- Add support for comma separated list of urls by @ofirt-orca in #486
- Ack filtered messages when using .take() by @artyomilyin in #488
New Contributors
- @ofirt-orca made their first contribution in #486
- @artyomilyin made their first contribution in #488
Full Changelog: v0.10.9...v0.10.10