v0.2.5
Maintenance release: HTTP client fixes and a Retry-After-aware retry layer. No API change beyond the new retry option.
Added
- The retry layer honors a
Retry-After(delta-seconds) header on a retryable response, sleeping that long instead of the computed backoff, capped by the newretry_after_maxoption (default 120000 ms). An HTTP-dateRetry-Afterfalls back to backoff.
Fixed
- The hackney client adapter no longer crashes on a bodyless response (HEAD, 204, 304), where hackney returns a three-tuple with no body.
Changed
- Bump
hackney4.2.1 -> 4.2.2.
Full Changelog: https://github.com/benoitc/livery/blob/main/CHANGELOG.md