Skip to content

Releases: adobe/fetch

v3.0.2

03 Feb 18:37
Compare
Choose a tag to compare

3.0.2 (2022-02-03)

Bug Fixes

v3.0.1

03 Feb 17:11
Compare
Choose a tag to compare

3.0.1 (2022-02-03)

Bug Fixes

v3.0.0

15 Oct 15:05
Compare
Choose a tag to compare

3.0.0 (2021-10-15)

Features

BREAKING CHANGES

  • FormData is no longer exported by helix-fetch. You can use a spec-compliant
    FormData implementation instead (e.g. formdata-node)

  • feat: setting maxCacheSize = 0 disables cache

  • feat: new convenience functions: noCache(), h1(), keepAlive(), h1NoCache(), keepAliveNoCche()

  • chore: fix ts declarations

  • chore: update deps

v2.4.2

18 Aug 16:20
Compare
Choose a tag to compare

2.4.2 (2021-08-18)

Bug Fixes

  • handle server protocol h2->h1 downgrade (#203) (1526126)

v2.4.1

30 Jul 15:49
Compare
Choose a tag to compare

2.4.1 (2021-07-30)

Bug Fixes

  • add distinct exports for commonjs and esm (#197) (418b6d3)

v2.4.0

29 Jul 19:46
Compare
Choose a tag to compare

2.4.0 (2021-07-29)

Features

  • types: add full typedefs and esm support (#196) (0859cd3)

v2.3.0

11 Jun 17:53
Compare
Choose a tag to compare

2.3.0 (2021-06-11)

Features

v2.2.1

17 May 12:48
Compare
Choose a tag to compare

2.2.1 (2021-05-17)

Bug Fixes

  • properly propagate global rejectUnauthorized context option (#173) (e61c326)

v2.2.0

26 Mar 08:39
Compare
Choose a tag to compare

2.2.0 (2021-03-26)

Features

  • core: use buffer.length for content-length if possible (#155) (e614297)

v2.1.9

25 Mar 16:44
Compare
Choose a tag to compare

2.1.9 (2021-03-25)

Bug Fixes