Releases: inyutin/aiohttp_retry
Releases · inyutin/aiohttp_retry
v2.9.1
v2.9.0
What's Changed
Feature
Misc
- refactor: _RequestContext._do_request() by @FilippoBoido in #85
- Add ruff by @inyutin in #99
- Remove code-coverage by @inyutin in #100
- Test on python packages up to 3.13 by @inyutin in #101
- Fix typo detected by codespell + add codespell workflow to avoid typos sneaking in by @yarikoptic in #89
- Improve documentation a little bit by @inyutin in #102
- Update ci dependencies by @inyutin in #104
New Contributors
- @FilippoBoido made their first contribution in #85
- @yarikoptic made their first contribution in #89
Full Changelog: v2.8.3...v2.9.0
Release 2.8.3
Fix infinite retries due to callback; add callback to ListRetry
Release 2.8.2: fix 2.8.0
Fix 2.8.0 (#81) * fix redurant arguments due to 2.8.0 * fix 2.8.0 #2 * fix linters
Release 2.8.1: fix 2.8.0
Release 2.8.0: Change param between tries
Release 2.7.0
Add a callback to evaluate response
Release 2.6.1
v2.6.1 bump version to 2.6.1
Release 2.5.6
Add response as param to get_timeout
#59
Release 2.5.5
Improve logging
#58