Skip to content

Releases: nodejs/undici

v6.6.2

07 Feb 14:13
e48df96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.6.1...v6.6.2

v6.6.1

05 Feb 11:32
d36b19e
Compare
Choose a tag to compare

⚠️ Security Release ⚠️

Fixes:

What's Changed

Full Changelog: v6.6.0...v6.6.1

v5.28.3

05 Feb 11:40
e71cb4c
Compare
Choose a tag to compare

v6.6.0

01 Feb 09:35
fa2d2d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.0...v6.6.0

v6.5.0

26 Jan 15:10
519b9e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.0...v6.5.0

v6.4.0

19 Jan 15:00
9b8ee28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.0...v6.4.0

v6.3.0

08 Jan 14:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.1...v6.3.0

v6.2.1

22 Dec 09:36
f51f917
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

20 Dec 15:33
0c4c450
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

20 Dec 14:01
250b89a
Compare
Choose a tag to compare

What's Changed

  • fix: more sensible stack trace from dump error by @ronag in #2503
  • refactor: remove some node compat by @ronag in #2502
  • refactor: version cleanup by @tsctx in #2507
  • perf(fetch): Improve fetch of detaurl by @tsctx in #2479
  • feat: expose parseHeader by @ronag in #2511
  • perf(fetch): optimize call dispatch by @tsctx in #2493
  • perf(util/parseHeaders): If the header name is buffer by @tsctx in #2501
  • perf: twice faster method check by @tsctx in #2495
  • refactor: remove Error.captureStackTrace by @tsctx in #2509
  • perf: Improve processHeader by @tsctx in #2513
  • perf: reduce String#toLowerCase call by @tsctx in #2516
  • perf: optimize consumeEnd by @tsctx in #2510
  • perf: reduce tst built time by @tsctx in #2517
  • feat: allow customization of build environment by @khardix in #2403
  • fix: clear cache by @tsctx in #2519
  • feat: Add resource timing entries for connection, request and response by @ToshB in #2481
  • Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… by @mcollina in #2527
  • feat: expose headerNameToString by @tsctx in #2525

New Contributors

Full Changelog: v6.0.1...v6.1.0