Aiohttp Retry Versions Save

Simple retry client for aiohttp.

v2.8.3

1 year ago

Fix infinite retries due to callback; add callback to ListRetry

v2.8.2

1 year ago

v2.7.0

1 year ago

Add a callback to evaluate response

v2.6.1

1 year ago

v2.5.6

1 year ago

Add response as param to get_timeout https://github.com/inyutin/aiohttp_retry/issues/59

v2.5.5

1 year ago

v2.5.4

1 year ago

Make it possible to set up client session explicitly https://github.com/inyutin/aiohttp_retry/issues/60

v2.5.3

1 year ago

Add ClientType type to library ClientType = Union[ClientSession, RetryClient]