3.0.2
Release Summary
Bugfix release.
Bugfixes
- Adjust the aiohttp retry GET mananger to use
ClientTimeout
instead of afloat
, since that will be removed in aiohttp 4.0.0 (#163). - Bump asyncio requirement to >= 3.3.0 instead of 3.0.0. Version 3.0.0 likely never worked with the retry code that has been in here basically since he beginning (#163).
- Make sure that app and lib contexts are cleaned up correctly in case of generator exit (#161).
- Make sure that the right
TimeoutError
is used in the HTTP retry util.asyncio.TimeoutError
is a deprecated alias ofTimeoutError
since Python 3.11 (#160).