Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: vercel/fetch-retry

5.0.3

15 Oct 22:25
Compare
Choose a tag to compare

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

15 Oct 03:37
Compare
Choose a tag to compare

Patches

  • Rename to @vercel/fetch-retry: #38

5.0.1

14 Oct 21:40
Compare
Choose a tag to compare

Patches

  • Stop retrying when fetch throws ERR_UNESCAPED_CHARACTERS error: #37

5.0.0

03 Mar 11:18
Compare
Choose a tag to compare

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

02 Jan 19:03
532d209
Compare
Choose a tag to compare

Minor Changes

  • Improve defaults retry configuration and bump async-retry: #26

4.0.1

11 Jul 21:36
Compare
Choose a tag to compare

Patches

  • Add LICENSE: #15

Credits

Huge thanks to @zkochan for helping!

4.0.0

08 Mar 15:33
Compare
Choose a tag to compare

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

3.0.0

27 Mar 23:47
Compare
Choose a tag to compare

Major Changes

1.0.0

14 Oct 01:46
Compare
Choose a tag to compare

Initial release