Sha256: ebf14df1cac8845a45ada2f4a7296acd5dfbe7ec94273325a613307cfea3ec5e

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

# Changelog

## v2.1.1 (2023-02-17)

### Changed

* Support for custom RateLimit headers. [PR #13](https://github.com/lostisland/faraday-retry/pull/13). Thanks, [@brookemckim]!

## v2.1.0 (2023-02-17)

Invalid release, use v2.1.1.

## 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](https://github.com/lostisland/faraday-retry/pull/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

*  Retry middleware `retry_block` is not called if retry will not happen due to `max_interval`, https://github.com/lostisland/faraday/pull/1350

[@maxprokopiev]: https://github.com/maxprokopiev
[@brookemckim]: https://github.com/brookemckim

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/faraday-retry-2.1.0/CHANGELOG.md
faraday-retry-2.1.0 CHANGELOG.md