v1.17.0
Added
- Middleware hooks for after consumer & worker thread boot. (#619, @kamalmarhubi)
- Type hints for awaitable actors. (#621, @DABND19)
Changed
- The
watch
extras now require Watchdog version 4.0+.
Fixed
- The
python_requires
version insetup.py
. (#606, @Niccodemus) - The result middleware now takes message options into account. (#612, @huwylphimet)