nothing yet
- Avoid deprecation warning about ::UploadIO constant when used without faraday-multipart gem PR #37 @iMacTia
- Documentation update PR #30 @olleolleolle
- Documentation update PR #32 Thanks, @Drowze!
- Support for custom RateLimit headers. PR #13. Thanks, @brookemckim!
v2.1.1 (2023-02-17) is a spurious not-released version that you may have seen mentioned in this CHANGELOG.
retry_block
now takes keyword arguments instead of positional (backwards incompatible)retry_block
'sretry_count
argument now counts up from 0, instead of oldretries_remaining
- Support for the
RateLimit-Reset
header. PR #9. Thanks, @maxprokopiev! retry_block
has additionalwill_retry_in
argument with upcoming delay before retry in seconds.
Initial release. This release consists of the same middleware that was previously bundled with Faraday but removed in Faraday v2.0, plus:
- Retry middleware
retry_block
is not called if retry will not happen due tomax_interval
, lostisland/faraday#1350