Recent Releases of https://github.com/lostisland/faraday-retry
https://github.com/lostisland/faraday-retry - v2.4.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/lostisland/faraday-retry/pull/49
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/lostisland/faraday-retry/pull/50
- Relax
required_ruby_versionto support Ruby 4.0 by @taketo1113 in https://github.com/lostisland/faraday-retry/pull/51
New Contributors
- @taketo1113 made their first contribution in https://github.com/lostisland/faraday-retry/pull/51
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v2.3.2...v2.4.0
- Ruby
Published by iMacTia 2 months ago
https://github.com/lostisland/faraday-retry - v2.3.2
What's Changed
- CI: Prepare Trusted Publisher for RubyGems by @djsmentya in https://github.com/lostisland/faraday-retry/pull/47
- v2.3.2 by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/48
New Contributors
- @djsmentya made their first contribution in https://github.com/lostisland/faraday-retry/pull/47
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v2.3.1...v2.3.2
- Ruby
Published by olleolleolle 9 months ago
https://github.com/lostisland/faraday-retry - v2.3.1
What's Changed
- Scope retryable module under faraday module by @bertm13 in https://github.com/lostisland/faraday-retry/pull/45
New Contributors
- @bertm13 made their first contribution in https://github.com/lostisland/faraday-retry/pull/45
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v2.3.0...v2.3.1
- Ruby
Published by iMacTia 11 months ago
https://github.com/lostisland/faraday-retry - v2.3.0
What's Changed
- Fix typos in README by @garyhtou in https://github.com/lostisland/faraday-retry/pull/42
- Implement exhausted_retries_block option by @Combos93 in https://github.com/lostisland/faraday-retry/pull/44
New Contributors
- @garyhtou made their first contribution in https://github.com/lostisland/faraday-retry/pull/42
- @Combos93 made their first contribution in https://github.com/lostisland/faraday-retry/pull/44
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v2.2.1...v2.3.0
- Ruby
Published by olleolleolle 11 months ago
https://github.com/lostisland/faraday-retry - v2.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
exceptionsconfig by @mi-wada in https://github.com/lostisland/faraday-retry/pull/35 - Check for
Faraday::UploadIOwhile 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
- Ruby
Published by olleolleolle almost 2 years ago
https://github.com/lostisland/faraday-retry - v2.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
- Ruby
Published by olleolleolle almost 3 years ago
https://github.com/lostisland/faraday-retry - v2.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
- Ruby
Published by iMacTia about 3 years ago
https://github.com/lostisland/faraday-retry - v2.0.0
What's Changed
- Retry block change by @jrochkind in https://github.com/lostisland/faraday-retry/pull/3
- Add support for the RateLimit-Reset header by @maxprokopiev in https://github.com/lostisland/faraday-retry/pull/9
- CI: Use new GitHub Action checkout@v3, and drop unused files by @olleolleolle in https://github.com/lostisland/faraday-retry/pull/10
New Contributors
- @maxprokopiev made their first contribution in https://github.com/lostisland/faraday-retry/pull/9
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v1.0.1...v2.0.0
- Ruby
Published by olleolleolle over 3 years ago
https://github.com/lostisland/faraday-retry - v1.0.3
What's Changed
- Re-add support for Ruby 2.4+ by @iMacTia in https://github.com/lostisland/faraday-retry/pull/6
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v1.0.2...v1.0.3
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-retry - v1.0.2
What's Changed
- Add support for Faraday v1 by @iMacTia in https://github.com/lostisland/faraday-retry/pull/5
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v1.0.1...v1.0.2
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-retry - v1.0.1
What's Changed
- Bump Faraday version in gemspec to final v2.0 release
- Add missing CHANGELOG item for 1.0 by @jrochkind in https://github.com/lostisland/faraday-retry/pull/4
New Contributors
- @jrochkind made their first contribution in https://github.com/lostisland/faraday-retry/pull/4
Full Changelog: https://github.com/lostisland/faraday-retry/compare/v1.0.0.alpha-1...v1.0.1
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-retry - v1.0.0
Initial release
- Ruby
Published by iMacTia about 4 years ago