Skip to content

v6.1.0

Compare
Choose a tag to compare
@mcollina mcollina released this 20 Dec 14:01
· 475 commits to main since this release
250b89a

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