Skip to content

Releases: nodejs/undici

v4.9.1

28 Oct 07:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.9.0...v4.9.1

v4.9.0

28 Oct 07:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.8.2...v4.9.0

v4.8.2

27 Oct 10:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.1...v4.8.2

v4.8.1

20 Oct 08:40
1e2321a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.8.0...v4.8.1

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)