Skip to content

Releases: node-fetch/node-fetch

v2.6.0

16 May 06:42
95286f5
Compare
Choose a tag to compare

v2.5.0

01 May 05:07
0c2294e
Compare
Choose a tag to compare

v2.4.1

27 Apr 07:10
b3ecba5
Compare
Choose a tag to compare

v2.4.0

26 Apr 17:25
c9805a2
Compare
Choose a tag to compare

v2.3.0

13 Nov 06:36
5367fe6
Compare
Choose a tag to compare

v2.2.1

05 Nov 09:46
1daae67
Compare
Choose a tag to compare

Version 2.1.2

25 Mar 20:58
b80c2f5
Compare
Choose a tag to compare
  • Fix: allow Body methods to work on ArrayBuffer-backed Body` objects
  • Fix: reject promise returned by Body methods when the accumulated Buffer exceeds the maximum size
  • Fix: support custom Host headers with any casing
  • Fix: support importing fetch() from TypeScript in browser.js
  • Fix: handle the redirect response body properly

See CHANGELOG.

Version 2.1.1

05 Mar 04:46
fb86ab3
Compare
Choose a tag to compare

See CHANGELOG.

Fix packaging errors in version 2.1.0.

Version 2.1.0

05 Mar 04:45
ccaeae0
Compare
Choose a tag to compare

See CHANGELOG:

  • Enhance: allow using ArrayBuffer as the body of a fetch() or Request
  • Fix: store HTTP headers of a Headers object internally with the given case, for compatibility with older servers that incorrectly treated header names in a case-sensitive manner
  • Fix: silently ignore invalid HTTP headers
  • Fix: handle HTTP redirect responses without a Location header just like non-redirect responses
  • Fix: include bodies when following a redirection when appropriate

Version 2.0.0

03 Feb 20:35
c0950b7
Compare
Choose a tag to compare

This is a major release. See upgrade guide on how to upgrade from v1.x, and the changelog for all changes.