Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.12 KB

Changelog

v2.1.0 (2023-03-03)

v2.1.1 (2023-02-17) is a spurious not-released version that you may have seen mentioned in this CHANGELOG.

v2.0.0 (2022-06-08)

Changed

  • retry_block now takes keyword arguments instead of positional (backwards incompatible)
  • retry_block's retry_count argument now counts up from 0, instead of old retries_remaining

Added

  • Support for the RateLimit-Reset header. PR #9. Thanks, @maxprokopiev!
  • retry_block has additional will_retry_in argument with upcoming delay before retry in seconds.

v1.0

Initial release. This release consists of the same middleware that was previously bundled with Faraday but removed in Faraday v2.0, plus:

Fixed