- Switch to
async-timeout>=4.0.0
. (#275) - Added Python 3.10 support. (#277)
- Added type hints support. (#280)
- Dropped Python 3.5 support. (#279)
- Make aiohttp as extra requirement (#80)
- Fix AttributeError when calling wait() or close() on failed job. (#29)
- Fix AttributeError when calling
wait()
orclose()
on failed job (#64)
- Add missing decription file
- Add a new scheduler parameter for control pending jobs size. (#19)
- Cancelling a task suspended on
job.wait()
doesn't cancel inner
job task but timeout exemption does. (#28)
- Fix AttributeError when @atomic decorator is used in Class Based Views. (#21)