<h3>Notable changes</h3> <ul> <li> <strong>deps</strong>: <ul> <li>Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser<br> refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/27595" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27595/hovercard">#27595</a>.</li> </ul> </li> <li> <strong>tls</strong>: <ul> <li>Added an <code>enableTrace()</code> method to <code>TLSSocket</code> and an <code>enableTrace</code> option<br> to <code>tls.createServer()</code>. When enabled, TSL packet trace information is<br> written to <code>stderr</code>. This can be used to debug TLS connection problems (cjihrig) <a href="https://github.com/nodejs/node/pull/27497" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27497/hovercard">#27497</a>, (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27376" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27376/hovercard">#27376</a>.</li> </ul> </li> <li> <strong>cli</strong>: <ul> <li>Added a <code>--trace-tls</code> command-line flag that enables tracing of TLS<br> connections without the need to modify existing application code (cjihrig) <a href="https://github.com/nodejs/node/pull/27497" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27497/hovercard">#27497</a>.</li> <li>Added a <code>--cpu-prof-interval</code> command-line flag. It can be used to specify<br> the sampling interval for the CPU profiles generated by <code>--cpu-prof</code> (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27535" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27535/hovercard">#27535</a>.</li> </ul> </li> <li> <strong>module</strong>: <ul> <li>Added the <code>createRequire()</code> method. It allows to create a require function<br> from a file URL object, a file URL string or an absolute path string. The<br> existing <code>createRequireFromPath()</code> method is now deprecated (Myles Borins) <a href="https://github.com/nodejs/node/pull/27405" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27405/hovercard">#27405</a>.</li> <li>Throw on <code>require('./path.mjs')</code>. This is technically a breaking change that<br> should have landed with Node.js 12.0.0. It is necessary to have this to keep<br> the possibility for a future minor version to load ES Modules with the<br> require function (Myles Borins) <a href="https://github.com/nodejs/node/pull/27417" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27417/hovercard">#27417</a>.</li> </ul> </li> <li> <strong>repl</strong>: <ul> <li>The REPL now supports multi-line statements using <code>BigInt</code> literals as well<br> as public and private class fields and methods (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27400" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27400/hovercard">#27400</a>.</li> <li>The REPL now supports tab autocompletion of file paths with <code>fs</code> methods (Anto Aravinth) <a href="https://github.com/nodejs/node/pull/26648" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/26648/hovercard">#26648</a>.</li> </ul> </li> <li> <strong>meta</strong>: <ul> <li>Added <a href="https://github.com/cclauss">Christian Clauss</a> to collaborators <a href="https://github.com/nodejs/node/pull/27554" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27554/hovercard">#27554</a>.</li> </ul> </li> </ul> <h3>Commits</h3> <ul> <li>[<a href="https://github.com/nodejs/node/commit/c0ab2a141b"><code>c0ab2a141b</code></a>] - <strong>assert</strong>: use new language features (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27400" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27400/hovercard">#27400</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/4b3d0d1953"><code>4b3d0d1953</code></a>] - <strong>async_hooks</strong>: fixup do not reuse HTTPParser (Gerhard Stoebich) <a href="https://github.com/nodejs/node/pull/27477" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27477/hovercard">#27477</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/cfc7bdd303"><code>cfc7bdd303</code></a>] - <strong>benchmark</strong>: add benchmark for node -p (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27320" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27320/hovercard">#27320</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/53eefeb73e"><code>53eefeb73e</code></a>] - <strong>buffer</strong>: remove unreachable code (Rich Trott) <a href="https://github.com/nodejs/node/pull/27445" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27445/hovercard">#27445</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/cac584d260"><code>cac584d260</code></a>] - <strong>buffer,errors</strong>: improve bigint, big numbers and more (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27228" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27228/hovercard">#27228</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/22a5a05785"><code>22a5a05785</code></a>] - <strong>build</strong>: delegate building from Makefile to ninja (Refael Ackermann) <a href="https://github.com/nodejs/node/pull/27504" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27504/hovercard">#27504</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/67205f5941"><code>67205f5941</code></a>] - <strong>build</strong>: remove unsupported Python 2.6 from configure (cclauss) <a href="https://github.com/nodejs/node/pull/27381" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27381/hovercard">#27381</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/615d386390"><code>615d386390</code></a>] - <strong>child_process</strong>: only stop readable side of stream passed to proc (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/27373" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27373/hovercard">#27373</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/8e876e60aa"><code>8e876e60aa</code></a>] - <strong>console</strong>: use consolePropAttributes for k-bind properties (reland) (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27352" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27352/hovercard">#27352</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/55804e1726"><code>55804e1726</code></a>] - <strong>deps</strong>: update llhttp to 1.1.2 (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/27513" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27513/hovercard">#27513</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/f142363cfa"><code>f142363cfa</code></a>] - <strong>deps</strong>: update llhttp to 1.1.3 (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/27595" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27595/hovercard">#27595</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/5f72246499"><code>5f72246499</code></a>] - <strong>deps</strong>: add acorn stage-3 plugins (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27400" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27400/hovercard">#27400</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/230a773e32"><code>230a773e32</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>deps</strong>: update archs files for OpenSSL-1.1.1b (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27376" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27376/hovercard">#27376</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/b68132e01a"><code>b68132e01a</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>deps</strong>: configure OpenSSL's SSL_trace to be built (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27376" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27376/hovercard">#27376</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7c25dce7ba"><code>7c25dce7ba</code></a>] - <strong>deps</strong>: V8: cherry-pick 5d0cf6b (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27423" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27423/hovercard">#27423</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/2c3c0d7d3e"><code>2c3c0d7d3e</code></a>] - <strong>doc</strong>: add cclauss to collaborators (cclauss) <a href="https://github.com/nodejs/node/pull/27554" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27554/hovercard">#27554</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/b51dcf62b8"><code>b51dcf62b8</code></a>] - <strong>doc</strong>: add Electron 6 to abi_version_registry (Jeremy Apthorp) <a href="https://github.com/nodejs/node/pull/27288" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27288/hovercard">#27288</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/cb97de7a9b"><code>cb97de7a9b</code></a>] - <strong>doc</strong>: move James back onto TSC (Michael Dawson) <a href="https://github.com/nodejs/node/pull/27411" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27411/hovercard">#27411</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a9748bc124"><code>a9748bc124</code></a>] - <strong>doc</strong>: describe API ERR_INVALID_PROTOCOL context (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27393" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27393/hovercard">#27393</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a0353fdbe2"><code>a0353fdbe2</code></a>] - <strong>fs</strong>: align fs.ReadStream buffer pool writes to 8-byte boundary (ptaylor) <a href="https://github.com/nodejs/node/pull/24838" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/24838/hovercard">#24838</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7be1e0af44"><code>7be1e0af44</code></a>] - <strong>fs</strong>: added tests for util file preprocessSymlinkDestination (Ruwan Geeganage) <a href="https://github.com/nodejs/node/pull/27468" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27468/hovercard">#27468</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/f882c9b09b"><code>f882c9b09b</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>http</strong>: <code>servername === false</code> should disable SNI (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/27316" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27316/hovercard">#27316</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/de337bb37c"><code>de337bb37c</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>inspector</strong>: implement --cpu-prof-interval (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27535" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27535/hovercard">#27535</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/9c842f4119"><code>9c842f4119</code></a>] - <strong>lib</strong>: remove Reflect.apply where appropriate (Anatoli Papirovski) <a href="https://github.com/nodejs/node/pull/27349" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27349/hovercard">#27349</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/47d311b3f0"><code>47d311b3f0</code></a>] - <strong>lib</strong>: remove outdated optimizations (Weijia Wang) <a href="https://github.com/nodejs/node/pull/27380" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27380/hovercard">#27380</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/c2a03d58c3"><code>c2a03d58c3</code></a>] - <strong>lib</strong>: print to stdout/stderr directly instead of using console (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27320" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27320/hovercard">#27320</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/b68ecf3e17"><code>b68ecf3e17</code></a>] - <strong>meta</strong>: move andrasq to Collaborator Emeriti list (Rich Trott) <a href="https://github.com/nodejs/node/pull/27546" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27546/hovercard">#27546</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/fd17f37a83"><code>fd17f37a83</code></a>] - <strong>meta</strong>: move stefanmb to Collaborator Emeriti list (Rich Trott) <a href="https://github.com/nodejs/node/pull/27502" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27502/hovercard">#27502</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/8495e8bceb"><code>8495e8bceb</code></a>] - <strong>meta</strong>: move Forrest Norvell to Collaborator Emeriti list (Rich Trott) <a href="https://github.com/nodejs/node/pull/27437" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27437/hovercard">#27437</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7d1c90b614"><code>7d1c90b614</code></a>] - <strong>meta</strong>: move <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=10393198" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vsemozhetbyt">@vsemozhetbyt</a> to collaborator emeriti (Vse Mozhet Byt) <a href="https://github.com/nodejs/node/pull/27412" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27412/hovercard">#27412</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/014a9fd46f"><code>014a9fd46f</code></a>] - <strong>module</strong>: throw on require('./path.mjs'); (Myles Borins) <a href="https://github.com/nodejs/node/pull/27417" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27417/hovercard">#27417</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/5bcd7700ca"><code>5bcd7700ca</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>module</strong>: add createRequire method (Myles Borins) <a href="https://github.com/nodejs/node/pull/27405" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27405/hovercard">#27405</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/be9a1ec1d1"><code>be9a1ec1d1</code></a>] - <strong>module</strong>: allow passing a directory to createRequireFromPath (Gilles De Mey) <a href="https://github.com/nodejs/node/pull/23818" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/23818/hovercard">#23818</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/e5fdc30bd1"><code>e5fdc30bd1</code></a>] - <strong>n-api</strong>: make napi_get_property_names return strings (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/27524" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27524/hovercard">#27524</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/826fb66729"><code>826fb66729</code></a>] - <strong>process</strong>: compatibility patch to backport <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nodejs/node/commit/1d022e825356dfba9bef2d6f194b9e93d63b726d/hovercard" href="https://github.com/nodejs/node/commit/1d022e825356dfba9bef2d6f194b9e93d63b726d"><tt>1d022e8</tt></a> (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27483" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27483/hovercard">#27483</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/91b7f5e103"><code>91b7f5e103</code></a>] - <strong>process</strong>: improve cwd performance (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27224" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27224/hovercard">#27224</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/05cea679a3"><code>05cea679a3</code></a>] - <strong>repl</strong>: handle stage-3 language features properly (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27400" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27400/hovercard">#27400</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/01d632d7e8"><code>01d632d7e8</code></a>] - <strong>repl</strong>: add new language features to top level await statements (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27400" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27400/hovercard">#27400</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/149412ca02"><code>149412ca02</code></a>] - <strong>repl</strong>: add autocomplete for filesystem modules (Anto Aravinth) <a href="https://github.com/nodejs/node/pull/26648" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/26648/hovercard">#26648</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a55457c713"><code>a55457c713</code></a>] - <strong>report</strong>: use const reference in node_report.cc (gengjiawen) <a href="https://github.com/nodejs/node/pull/27479" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27479/hovercard">#27479</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/8724229155"><code>8724229155</code></a>] - <strong>src</strong>: make deleted function public in node_native_module.h (gengjiawen) <a href="https://github.com/nodejs/node/pull/27509" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27509/hovercard">#27509</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/1489d12735"><code>1489d12735</code></a>] - <strong>src</strong>: make deleted function public in node_main_instance.h (gengjiawen) <a href="https://github.com/nodejs/node/pull/27509" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27509/hovercard">#27509</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/294d2ea71d"><code>294d2ea71d</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src</strong>: refactor V8ProfilerConnection::DispatchMessage() (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27535" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27535/hovercard">#27535</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a758f9bdf5"><code>a758f9bdf5</code></a>] - <strong>src</strong>: remove node_options-inl.h from header files (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27538" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27538/hovercard">#27538</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/bb373d0def"><code>bb373d0def</code></a>] - <strong>src</strong>: remove unnecessary semicolons after macros (Yang Guo) <a href="https://github.com/nodejs/node/pull/27529" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27529/hovercard">#27529</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/0c9bc02b96"><code>0c9bc02b96</code></a>] - <strong>src</strong>: refactor V8ProfilerConnection to be more reusable (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27475" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27475/hovercard">#27475</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/c787bb85cd"><code>c787bb85cd</code></a>] - <strong>src</strong>: refactor profile initialization (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27475" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27475/hovercard">#27475</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/600048b1b7"><code>600048b1b7</code></a>] - <strong>src</strong>: move Environment::context out of strong properties (Joyee Cheung) <a href="https://github.com/nodejs/node/pull/27430" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27430/hovercard">#27430</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/33702913b1"><code>33702913b1</code></a>] - <strong>src</strong>: prefer v8::Global over node::Persistent (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/27287" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27287/hovercard">#27287</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/9d6d45e7d2"><code>9d6d45e7d2</code></a>] - <strong>stream</strong>: remove TODO and add a description instead (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27086" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27086/hovercard">#27086</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/bb1eaeec75"><code>bb1eaeec75</code></a>] - <strong>test</strong>: mark test-tls-enable-trace-cli flaky (cjihrig) <a href="https://github.com/nodejs/node/pull/27559" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27559/hovercard">#27559</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/d648ecc488"><code>d648ecc488</code></a>] - <strong>test</strong>: improve test-async-hooks-http-parser-destroy (Rich Trott) <a href="https://github.com/nodejs/node/pull/27319" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27319/hovercard">#27319</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/ca720b3a55"><code>ca720b3a55</code></a>] - <strong>test</strong>: converting NghttpError to string in HTTP2 module (Ruwan Geeganage) <a href="https://github.com/nodejs/node/pull/27506" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27506/hovercard">#27506</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/99e4a576eb"><code>99e4a576eb</code></a>] - <strong>test</strong>: add mustCall to openssl-client-cert-engine (Boxuan Li) <a href="https://github.com/nodejs/node/pull/27474" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27474/hovercard">#27474</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/e1d88aa880"><code>e1d88aa880</code></a>] - <strong>test</strong>: document NODE_COMMON_PORT env var (cjihrig) <a href="https://github.com/nodejs/node/pull/27507" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27507/hovercard">#27507</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/66cf706521"><code>66cf706521</code></a>] - <strong>test</strong>: allow EAI_FAIL in test-http-dns-error.js (cjihrig) <a href="https://github.com/nodejs/node/pull/27500" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27500/hovercard">#27500</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/df4246e3b6"><code>df4246e3b6</code></a>] - <strong>test</strong>: refactor and deflake test-tls-sni-server-client (Luigi Pinca) <a href="https://github.com/nodejs/node/pull/27426" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27426/hovercard">#27426</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a278814818"><code>a278814818</code></a>] - <strong>test</strong>: make sure weak references are not GCed too early (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27482" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27482/hovercard">#27482</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/aa281d284a"><code>aa281d284a</code></a>] - <strong>test</strong>: better output for test-report-uv-handles.js (gengjiawen) <a href="https://github.com/nodejs/node/pull/27479" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27479/hovercard">#27479</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/86c27c6005"><code>86c27c6005</code></a>] - <strong>test</strong>: add mustcall in test-net-bytes-read.js (imhype) <a href="https://github.com/nodejs/node/pull/27471" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27471/hovercard">#27471</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/33fead3f5e"><code>33fead3f5e</code></a>] - <em><strong>Revert</strong></em> "<strong>test</strong>: skip test-cpu-prof in debug builds with code cache" (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/27469" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27469/hovercard">#27469</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a9a85d6271"><code>a9a85d6271</code></a>] - <strong>test</strong>: check <code>napi\_get\_reference\_value()</code> during finalization (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/27470" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27470/hovercard">#27470</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/16af9435a0"><code>16af9435a0</code></a>] - <strong>test</strong>: remove flaky designation for test-tls-sni-option (Luigi Pinca) <a href="https://github.com/nodejs/node/pull/27425" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27425/hovercard">#27425</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/1b94d025bc"><code>1b94d025bc</code></a>] - <strong>test</strong>: add missing line breaks to keep-alive header of slow headers test (Shuhei Kagawa) <a href="https://github.com/nodejs/node/pull/27442" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27442/hovercard">#27442</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/fefbbd90af"><code>fefbbd90af</code></a>] - <strong>test</strong>: add tests for new language features (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27400" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27400/hovercard">#27400</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/3711684ccf"><code>3711684ccf</code></a>] - <strong>test</strong>: add mustCall for parallel/test-net-connect-paused-connection (sujunfei) <a href="https://github.com/nodejs/node/pull/27463" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27463/hovercard">#27463</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/0e4f8788eb"><code>0e4f8788eb</code></a>] - <strong>test</strong>: add mustCallAtLeast to test-fs-read-stream-resume.js (heben) <a href="https://github.com/nodejs/node/pull/27456" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27456/hovercard">#27456</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/e89b6fee3a"><code>e89b6fee3a</code></a>] - <strong>test</strong>: adding mustCall in test-fs-readfile-empty.js (陈健) <a href="https://github.com/nodejs/node/pull/27455" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27455/hovercard">#27455</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/457549b67d"><code>457549b67d</code></a>] - <strong>test</strong>: add common.mustCall in test-http-abort-client.js (OneNail) <a href="https://github.com/nodejs/node/pull/27449" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27449/hovercard">#27449</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/f4124d5ba5"><code>f4124d5ba5</code></a>] - <strong>test</strong>: add mustCall to http-abort-queued test (Yaphet Ye) <a href="https://github.com/nodejs/node/pull/27447" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27447/hovercard">#27447</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/e21f035666"><code>e21f035666</code></a>] - <strong>test</strong>: add mustCall in test-fs-readfilesync-pipe-large.js (sinoon) <a href="https://github.com/nodejs/node/pull/27458" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27458/hovercard">#27458</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/1dd0205f10"><code>1dd0205f10</code></a>] - <strong>test</strong>: add mustCall to test-dgram-connect-send-multi-buffer-copy.js (XGHeaven) <a href="https://github.com/nodejs/node/pull/27465" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27465/hovercard">#27465</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/0dfe5bebb2"><code>0dfe5bebb2</code></a>] - <strong>test</strong>: add test of policy about parse error (Daiki Ihara) <a href="https://github.com/nodejs/node/pull/26873" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/26873/hovercard">#26873</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/eeab007b25"><code>eeab007b25</code></a>] - <strong>test</strong>: add mustCall to test-net-after-close test (xuqinggang) <a href="https://github.com/nodejs/node/pull/27459" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27459/hovercard">#27459</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/c1b04652f5"><code>c1b04652f5</code></a>] - <strong>test</strong>: add "mustCall" to test-fs-readfile-unlink (wuchenkai) <a href="https://github.com/nodejs/node/pull/27453" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27453/hovercard">#27453</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/b6c65c1351"><code>b6c65c1351</code></a>] - <strong>test</strong>: add missing ToC entries (cjihrig) <a href="https://github.com/nodejs/node/pull/27434" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27434/hovercard">#27434</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/66bff5071f"><code>66bff5071f</code></a>] - <strong>test</strong>: document report helper module (cjihrig) <a href="https://github.com/nodejs/node/pull/27434" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27434/hovercard">#27434</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/2c335928cd"><code>2c335928cd</code></a>] - <strong>test</strong>: document NODE_SKIP_FLAG_CHECK (cjihrig) <a href="https://github.com/nodejs/node/pull/27434" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27434/hovercard">#27434</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/115d06cdbb"><code>115d06cdbb</code></a>] - <strong>test</strong>: document NODE_TEST_KNOWN_GLOBALS (cjihrig) <a href="https://github.com/nodejs/node/pull/27434" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27434/hovercard">#27434</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/51fc672da9"><code>51fc672da9</code></a>] - <strong>test</strong>: add mustCallAtLeast to test-fs-read-stream-inherit (nilianzhu) <a href="https://github.com/nodejs/node/pull/27457" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27457/hovercard">#27457</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/4b9d109518"><code>4b9d109518</code></a>] - <strong>test</strong>: add mustCall to test-dgram-implicit-bind.js (Chenxi Yuan) <a href="https://github.com/nodejs/node/pull/27452" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27452/hovercard">#27452</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/c4d67f2af5"><code>c4d67f2af5</code></a>] - <strong>test</strong>: add common.mustCall test-dgram-listen-after-bind (zhoujiamin) <a href="https://github.com/nodejs/node/pull/27454" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27454/hovercard">#27454</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/23fb430e03"><code>23fb430e03</code></a>] - <strong>test</strong>: add mustCall to test-dgram-connect-send-callback-buffer (shenchen) <a href="https://github.com/nodejs/node/pull/27466" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27466/hovercard">#27466</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/a37ca245ff"><code>a37ca245ff</code></a>] - <strong>test</strong>: add mustCallAtLeast to test-fs-read-stream-fd test (hardfist) <a href="https://github.com/nodejs/node/pull/27461" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27461/hovercard">#27461</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/cf84f20453"><code>cf84f20453</code></a>] - <strong>test</strong>: skip fs-copyfile-respect-permission if root (Daniel Bevenius) <a href="https://github.com/nodejs/node/pull/27378" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27378/hovercard">#27378</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7d80999454"><code>7d80999454</code></a>] - <strong>test</strong>: add mustCall to net-can-reset-timeout (xinyulee) <a href="https://github.com/nodejs/node/pull/27462" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27462/hovercard">#27462</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/9fa5ba8b3c"><code>9fa5ba8b3c</code></a>] - <strong>test</strong>: add mustCall to test-fs-readfile-pipe-large (luoyu) <a href="https://github.com/nodejs/node/pull/27460" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27460/hovercard">#27460</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/e8d5b6226a"><code>e8d5b6226a</code></a>] - <strong>test</strong>: add "mustCall" for test-net-buffersize (lixin.atom) <a href="https://github.com/nodejs/node/pull/27451" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27451/hovercard">#27451</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/d784ecb1ad"><code>d784ecb1ad</code></a>] - <strong>test</strong>: add mustCall to test-net-eaddrinuse test (tongshouyu) <a href="https://github.com/nodejs/node/pull/27448" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27448/hovercard">#27448</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/6fd1384a43"><code>6fd1384a43</code></a>] - <strong>test</strong>: add mustcall in test-dgram-connect-send-callback-buffer-length (jyjunyz) <a href="https://github.com/nodejs/node/pull/27464" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27464/hovercard">#27464</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7a35077197"><code>7a35077197</code></a>] - <strong>test</strong>: add mustCall to test-fs-readfile-pipe (tonyhty) <a href="https://github.com/nodejs/node/pull/27450" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27450/hovercard">#27450</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/af29ae0344"><code>af29ae0344</code></a>] - <strong>test</strong>: add mustCall to net-connect-buffer test (Rongjian Zhang) <a href="https://github.com/nodejs/node/pull/27446" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27446/hovercard">#27446</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/bdabf699eb"><code>bdabf699eb</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tls</strong>: add --tls-min-v1.2 CLI switch (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27520" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27520/hovercard">#27520</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7bbf951095"><code>7bbf951095</code></a>] - <strong>tls</strong>: disallow conflicting TLS protocol options (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27521" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27521/hovercard">#27521</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/84a2768c25"><code>84a2768c25</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tls</strong>: support enableTrace in TLSSocket() (cjihrig) <a href="https://github.com/nodejs/node/pull/27497" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27497/hovercard">#27497</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/576fe339a1"><code>576fe339a1</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tls</strong>: simplify enableTrace logic (cjihrig) <a href="https://github.com/nodejs/node/pull/27497" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27497/hovercard">#27497</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/30a72e8c7b"><code>30a72e8c7b</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tls</strong>: allow enabling the TLS debug trace (Sam Roberts) <a href="https://github.com/nodejs/node/pull/27376" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27376/hovercard">#27376</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/f1efe6dae0"><code>f1efe6dae0</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tls,cli</strong>: add --trace-tls command-line flag (cjihrig) <a href="https://github.com/nodejs/node/pull/27497" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27497/hovercard">#27497</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/3d37414002"><code>3d37414002</code></a>] - <strong>tools</strong>: fix node-core/required-modules eslint rule (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/27545" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27545/hovercard">#27545</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/29e2793a87"><code>29e2793a87</code></a>] - <strong>tools</strong>: add Release and Debug symlinks to .gitignore (Gerhard Stoebich) <a href="https://github.com/nodejs/node/pull/27484" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27484/hovercard">#27484</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/76af4f0d05"><code>76af4f0d05</code></a>] - <strong>tools</strong>: prohibit <code>assert.doesNotReject()</code> in Node.js core (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27402" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27402/hovercard">#27402</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/95498df1cf"><code>95498df1cf</code></a>] - <strong>util</strong>: inspect constructor closer (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27522" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27522/hovercard">#27522</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/7b5bd93ced"><code>7b5bd93ced</code></a>] - <strong>util</strong>: compatibility patch to backport <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nodejs/node/commit/d0667e814e8be53d329a9c7f4849996c192395c9/hovercard" href="https://github.com/nodejs/node/commit/d0667e814e8be53d329a9c7f4849996c192395c9"><tt>d0667e8</tt></a> (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27570" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27570/hovercard">#27570</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/52d4f1febf"><code>52d4f1febf</code></a>] - <strong>util</strong>: improve function inspection (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27227" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27227/hovercard">#27227</a> </li> <li>[<a href="https://github.com/nodejs/node/commit/caab7d4664"><code>caab7d4664</code></a>] - <strong>util</strong>: better number formatters (Ruben Bridgewater) <a href="https://github.com/nodejs/node/pull/27499" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node/pull/27499/hovercard">#27499</a> </li> </ul>