Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Releases: vercel/fetch

@vercel/fetch@7.0.0

21 Jun 17:36
2617840
Compare
Choose a tag to compare

Major Changes

  • 714c01e: Fix how default agent options are applied

While this change is only a "fix", it could dramatically impact how the module behaves in user's existing code bases. Since the options were not previously applied, and now are, users most likely have been relying on a different set of default options. Thus, this is released as a major breaking change.

@vercel/fetch-cached-dns@2.1.2

21 Sep 17:34
2f2ff93
Compare
Choose a tag to compare

Patch Changes

6.1.1

05 Jun 17:10
Compare
Choose a tag to compare

Patches

  • Bump @vercel/fetch-cached-dns to 2.0.2: #57

6.1.0

16 Oct 23:31
Compare
Choose a tag to compare

Minor Changes

  • Bump acorn from 6.1.0 to 6.4.1: #46
  • Add err.url and err.opts properties when fetch throws an error: #49
  • Bump lodash from 4.17.11 to 4.17.19: #47
  • Bump node-fetch from 2.3.0 to 2.6.1: #48
  • Use GH Actions instead of CircleCI: #51
  • Rename to @vercel/fetch: #50

Patches

  • Change TypeScript import to match module definition: #43
  • Add support for URLSearchParams as request body: #44

Credits

Huge thanks to @rymndhng and @runeh for helping!

6.0.0

03 Mar 11:40
Compare
Choose a tag to compare

Major Changes

  • Bump @zeit/fetch-retry to v5.0.0: #45

5.2.0

02 Jan 19:12
4acaf6a
Compare
Choose a tag to compare

Minor Changes

  • Bump @zeit/fetch-retry to 4.1.0: #38

5.1.1

03 Oct 06:20
Compare
Choose a tag to compare

Patches

  • Allow to pass agent options: #34

5.0.0

08 Mar 16:06
Compare
Choose a tag to compare

Major Changes

Patches

  • Add yarn.lock: PR #30

Notes

Where is fetch@4.0.0? It never got published due to a bug in release so here we are at 5.0.0 😄

Release 3.1.2

21 Feb 11:20
Compare
Choose a tag to compare

Fix TS typing.

Release 3.1.1

21 Feb 10:10
Compare
Choose a tag to compare
  • Add TypeScript typing
  • Bump dev dependencies