Releases: lostisland/faraday-retry
Releases · lostisland/faraday-retry
v2.2.1
What's Changed
- Document "methods" option with its type as a list of Symbols by @olleolleolle in #30
- Update docs reference to RaiseError middleware by @Drowze in #32
- Add Ruby 3.3 to CI matrix by @m-nakamura145 in #33
- Improve README.md about
exceptions
config by @mi-wada in #35 - Check for
Faraday::UploadIO
while rewinding by @iMacTia in #37 - Bump actions/checkout from 3 to 4 by @dependabot in #38
New Contributors
- @Drowze made their first contribution in #32
- @m-nakamura145 made their first contribution in #33
- @mi-wada made their first contribution in #35
- @dependabot made their first contribution in #38
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.0
What's Changed
-
Add support for custom RateLimit headers. by @brookemckim in #13
-
Fixes retry_block example in README. by @justinlittman in #12
-
README: update link to the RateLimit RFC by @olleolleolle in #14
-
docs: update link to RFC by @olleolleolle in #15
-
Rubocop linting by @olleolleolle in #16
-
style: disable Metrics/ClassLength by @olleolleolle in #17
-
Adds Ruby 3.2 to the CI matrix by @petergoldstein in #18
-
Typo fix :) by @adifsgaid in #19
New Contributors
- @justinlittman made their first contribution in #12
- @brookemckim made their first contribution in #13
- @petergoldstein made their first contribution in #18
- @adifsgaid made their first contribution in #19
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Retry block change by @jrochkind in #3
- Add support for the RateLimit-Reset header by @maxprokopiev in #9
- CI: Use new GitHub Action checkout@v3, and drop unused files by @olleolleolle in #10
New Contributors
- @maxprokopiev made their first contribution in #9
Full Changelog: v1.0.1...v2.0.0
v1.0.3
v1.0.2
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 #4
New Contributors
- @jrochkind made their first contribution in #4
Full Changelog: v1.0.0.alpha-1...v1.0.1
v1.0.0
Initial release