File rubygem-faraday-retry.changes of Package rubygem-faraday-retry
------------------------------------------------------------------- Fri Jun 21 09:50:53 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - 2.2.1: ## What's Changed * Document "methods" option with its type as a list of Symbols by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/30 * Update docs reference to RaiseError middleware by @Drowze in https://github.com/lostisland/faraday-retry/pull/32 * Add Ruby 3.3 to CI matrix by @m-nakamura145 in https://github.com/lostisland/faraday-retry/pull/33 * Improve README.md about `exceptions` config by @mi-wada in https://github.com/lostisland/faraday-retry/pull/35 * Check for `Faraday::UploadIO` while rewinding by @iMacTia in https://github.com/lostisland/faraday-retry/pull/37 * Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/lostisland/faraday-retry/pull/38 ## New Contributors * @Drowze made their first contribution in https://github.com/lostisland/faraday-retry/pull/32 * @m-nakamura145 made their first contribution in https://github.com/lostisland/faraday-retry/pull/33 * @mi-wada made their first contribution in https://github.com/lostisland/faraday-retry/pull/35 * @dependabot 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 2 15:47:43 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - 2.2.0: ## What's Changed * Implement header_parser_block option by @zavan in https://github.com/lostisland/faraday-retry/pull/28 ## New Contributors * @zavan 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 @brookemckim in https://github.com/lostisland/faraday-retry/pull/13 * Fixes retry_block example in README. by @justinlittman in https://github.com/lostisland/faraday-retry/pull/12 * README: update link to the RateLimit RFC by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/14 * docs: update link to RFC by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/15 * Rubocop linting by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/16 * style: disable Metrics/ClassLength by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/17 * Adds Ruby 3.2 to the CI matrix by @petergoldstein in https://github.com/lostisland/faraday-retry/pull/18 * Typo fix :) by @adifsgaid in https://github.com/lostisland/faraday-retry/pull/19 * Introduce issue templates by @iMacTia in https://github.com/lostisland/faraday-retry/pull/22 ## New Contributors * @justinlittman made their first contribution in https://github.com/lostisland/faraday-retry/pull/12 * @brookemckim made their first contribution in https://github.com/lostisland/faraday-retry/pull/13 * @petergoldstein made their first contribution in https://github.com/lostisland/faraday-retry/pull/18 * @adifsgaid 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 4 13:10:28 UTC 2022 - Stephan Kulow <coolo@suse.com> 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, [@maxprokopiev]! * `retry_block` has additional `will_retry_in` argument with upcoming delay before retry in seconds. ------------------------------------------------------------------- Fri Mar 11 08:15:50 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com> - initialize package