Releases: vercel/fetch-retry
Releases · vercel/fetch-retry
5.0.3
Patches
- Bump diff from 3.4.0 to 3.5.0: #20
- Bump node-fetch from 1.7.3 to 2.6.1: #36
- Use GH Actions for CI instead of CircleCI: #39
5.0.2
Patches
- Rename to
@vercel/fetch-retry
: #38
5.0.1
Patches
- Stop retrying when fetch throws
ERR_UNESCAPED_CHARACTERS
error: #37
5.0.0
Major Changes
- Fix retries option is not fully respected, fix not to throw error cau…: #30
- Retry on 429 and respect the Retry-After header: #31
Minor Changes
- Add the
.retry.maxRetryAfter
option
4.1.0
Minor Changes
- Improve defaults retry configuration and bump async-retry: #26
4.0.1
Patches
Credits
Huge thanks to @zkochan for helping!
4.0.0
Major Changes
Return http response after several retries: #10
This makes sure we return the response when we receive the same 500-600 status code after x number of retries instead of throwing.
Patches
- Run tests on CircleCI: #11