Skip to content

Releases: nodejs/undici

v4.8.0

18 Oct 10:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.3...v4.8.0

v4.7.3

15 Oct 12:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.2...v4.7.3

v4.7.2

13 Oct 12:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.7.1...v4.7.2

v4.7.0

22 Sep 09:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.0...v4.7.0

v4.6.0

15 Sep 10:25
Compare
Choose a tag to compare

Fixes

  • Simplify and fix assertion (#1033)
  • Only pause on >=200 body (a48f9f0)
  • BodyMixin.arrayBuffer Buffer -> ArrayBuffer typedefs (#1025)
  • FormData.set empties this[kState] if k exists (#1017) …
  • Prioritize host header (#1007)
  • Fetch response body may be undefined

Improvements

  • Add blocking request option (#1034)
  • Add experimental diagnostics channel (#1000)
  • Improve code coverage of lib/fetch/headers.js (#1027)
  • Avoid duplicate require (#1023)
  • Add onInfo option (#977)

v4.5.1

28 Aug 14:46
Compare
Choose a tag to compare

Fixes

  • Accept undefined signal (#1004)
  • Revert incorrect servername fix (#1005)
  • Fetch request body null check (1973c62)

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