Skip to content

Releases: nodejs/undici

fetch Types

26 Aug 08:48
Compare
Choose a tag to compare

Improvements

  • fetch types (#997)
  • Add notes about gc spec compliance (#999)

v4.4.7

24 Aug 06:55
Compare
Choose a tag to compare

Fixes

  • Fix servername calculation (#993)
  • Include final URL in redirect history (#994).

v4.4.6

20 Aug 14:06
Compare
Choose a tag to compare

Improvements

  • Lazy load llhttp (#989)

Fixes

  • Follow fetch spec in regards to USVString (#986)

v4.4.5

20 Aug 14:05
Compare
Choose a tag to compare

Improvements

  • Support async iterable body in Request(eeadb5e)

Fixes

  • decodedBodySize on failure (d244b90)
  • prefer stream.compose when available (3254365)
  • FormData File fixes (075d80a)
  • Improve test coverage

FormData

17 Aug 13:42
Compare
Choose a tag to compare

Improvements

v4.4.3

17 Aug 11:54
Compare
Choose a tag to compare

Improvements

  • Add doc for url object (#970)

Fixes

  • Redirect handler should not modify stream state (#973)
  • Coverage reports (#972)
  • Post with paused stream (#969)
  • toWebReadable finishing too early (#962) …
  • Various fetch fixes and spec compliance improvements.

v4.4.2

13 Aug 17:15
Compare
Choose a tag to compare

Improvements

  • Decompression support (#954)

Fixes

  • Terminate fetch on gc (#950)
  • request body.body regression (#955)
  • Misc bug fixes and spec compliance improvements.

fetch

12 Aug 11:50
Compare
Choose a tag to compare

Improvements

  • Experimental implementation of fetch standard (#928).

Body Mixin

31 Jul 15:17
Compare
Choose a tag to compare

Improvements

  • Implement body mixin on Readable (#907)
  • Expose Connector in the public API (#906, #909)
  • Improve connect option type definitions (#899)

Fixes

  • Accept URL origin in Agent (#892)
  • origin as optional parameter on Client and Pool types definitions (#901, #903)
  • Broken link for examples on website (#897)

v4.2.2

22 Jul 18:11
Compare
Choose a tag to compare

Improvements

  • Creating util function to validate handlers (#894)

Fixes

  • Always clear the connectTimeout (#896)
  • Accept URL origin in Agent (#892)