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_blocknow takes keyword arguments instead of positional (backwards incompatible)retry_block'sretry_countargument now counts up from 0, instead of oldretries_remaining
- Support for the
RateLimit-Resetheader. PR #9. Thanks, @maxprokopiev! retry_blockhas additionalwill_retry_inargument 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_blockis not called if retry will not happen due tomax_interval, lostisland/faraday#1350