Skip to content

Releases: node-fetch/node-fetch

v4.0.0-beta.4

27 Jan 22:45
bd3c484
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

4.0.0-beta.4 (2022-01-27)

chore

  • completely remove support for form-data package (#1486) (bd3c484)

BREAKING CHANGES

  • the form-data package is no longer supported

It now needs a spec compatible FormData to be sent

v4.0.0-beta.3

27 Jan 22:43
fcd8bdd
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2022-01-27)

chore

  • remove EventTarget from the isAbortSignal (#1490) (fcd8bdd)

BREAKING CHANGES

  • when checking if something is a AbortSignal we no longer check if name match EventTarget

v4.0.0-beta.2

27 Jan 22:40
1c775f1
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2022-01-27)

chore

BREAKING CHANGES

  • body.buffer() has been removed

v4.0.0-beta.1

27 Jan 00:27
8c1fe41
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2022-01-27)

  • drop support for Node 12 (8c1fe41)

BREAKING CHANGES

  • drop support for Node 12

v3.2.0

20 Jan 20:43
81b1378
Compare
Choose a tag to compare

3.2.0 (2022-01-20)

Features

  • export Blob, File and FormData + utilities (#1463) (81b1378)

v3.1.1

16 Jan 12:29
36e47e8
Compare
Choose a tag to compare

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v2.6.7

16 Jan 12:12
1ef4b56
Compare
Choose a tag to compare

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

Full Changelog: v2.6.6...v2.6.7

v3.1.0

08 Nov 18:16
109bd21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v2.6.6

31 Oct 15:43
f56b0c6
Compare
Choose a tag to compare

What's Changed

  • fix(URL): prefer built in URL version when available and fallback to whatwg by @jimmywarting in #1352

Full Changelog: v2.6.5...v2.6.6

v2.6.2

07 Sep 13:26
152214c
Compare
Choose a tag to compare

fixed main path in package.json