Changelog for
ruby3.3-rubygem-faraday-retry-2.2.1-1.6.x86_64.rpm :
* Fri Jun 21 2024 Dan Čermák
- 2.2.1: [#]# What\'s Changed
* Document \"methods\" option with its type as a list of Symbols by AATTolleolleolle in https://github.com/lostisland/faraday-retry/pull/30
* Update docs reference to RaiseError middleware by AATTDrowze in https://github.com/lostisland/faraday-retry/pull/32
* Add Ruby 3.3 to CI matrix by AATTm-nakamura145 in https://github.com/lostisland/faraday-retry/pull/33
* Improve README.md about `exceptions` config by AATTmi-wada in https://github.com/lostisland/faraday-retry/pull/35
* Check for `Faraday::UploadIO` while rewinding by AATTiMacTia in https://github.com/lostisland/faraday-retry/pull/37
* Bump actions/checkout from 3 to 4 by AATTdependabot in https://github.com/lostisland/faraday-retry/pull/38 [#]# New Contributors
* AATTDrowze made their first contribution in https://github.com/lostisland/faraday-retry/pull/32
* AATTm-nakamura145 made their first contribution in https://github.com/lostisland/faraday-retry/pull/33
* AATTmi-wada made their first contribution in https://github.com/lostisland/faraday-retry/pull/35
* AATTdependabot made their first contribution in https://github.com/lostisland/faraday-retry/pull/38
*
*Full Changelog
*
*: https://github.com/lostisland/faraday-retry/compare/v2.2.0...v2.2.1
* Thu Nov 02 2023 Dan Čermák - 2.2.0: [#]# What\'s Changed
* Implement header_parser_block option by AATTzavan in https://github.com/lostisland/faraday-retry/pull/28 [#]# New Contributors
* AATTzavan made their first contribution in https://github.com/lostisland/faraday-retry/pull/28
*
*Full Changelog
*
*: https://github.com/lostisland/faraday-retry/compare/v2.1.0...v2.2.0 2.1.0: [#]# What\'s Changed
* Add support for custom RateLimit headers. by AATTbrookemckim in https://github.com/lostisland/faraday-retry/pull/13
* Fixes retry_block example in README. by AATTjustinlittman in https://github.com/lostisland/faraday-retry/pull/12
* README: update link to the RateLimit RFC by AATTolleolleolle in https://github.com/lostisland/faraday-retry/pull/14
* docs: update link to RFC by AATTolleolleolle in https://github.com/lostisland/faraday-retry/pull/15
* Rubocop linting by AATTolleolleolle in https://github.com/lostisland/faraday-retry/pull/16
* style: disable Metrics/ClassLength by AATTolleolleolle in https://github.com/lostisland/faraday-retry/pull/17
* Adds Ruby 3.2 to the CI matrix by AATTpetergoldstein in https://github.com/lostisland/faraday-retry/pull/18
* Typo fix :) by AATTadifsgaid in https://github.com/lostisland/faraday-retry/pull/19
* Introduce issue templates by AATTiMacTia in https://github.com/lostisland/faraday-retry/pull/22 [#]# New Contributors
* AATTjustinlittman made their first contribution in https://github.com/lostisland/faraday-retry/pull/12
* AATTbrookemckim made their first contribution in https://github.com/lostisland/faraday-retry/pull/13
* AATTpetergoldstein made their first contribution in https://github.com/lostisland/faraday-retry/pull/18
* AATTadifsgaid made their first contribution in https://github.com/lostisland/faraday-retry/pull/19
*
*Full Changelog
*
*: https://github.com/lostisland/faraday-retry/compare/v2.0.0...v2.1.0
* Thu Aug 04 2022 Stephan Kulow updated to version 2.0.0 see installed CHANGELOG.md [#]# 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, [AATTmaxprokopiev]!
* `retry_block` has additional `will_retry_in` argument with upcoming delay before retry in seconds.
* Fri Mar 11 2022 Manuel Schnitzer - initialize package