Skip to content

2.2.2

Compare
Choose a tag to compare
@felixfontein felixfontein released this 17 Aug 12:36
· 66 commits to main since this release

Release Summary

Bugfix release.

Bugfixes

  • Adjust the aiohttp retry GET mananger to use ClientTimeout instead of a float, 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 of TimeoutError since Python 3.11 (#160).