Skip to content

http: trace http request / response#44102

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
theanarkh:trace_http
Aug 5, 2022
Merged

http: trace http request / response#44102
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
theanarkh:trace_http

Conversation

@theanarkh
Copy link
Copy Markdown
Contributor

trace http request / response

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. labels Aug 2, 2022
Comment thread lib/_http_client.js Outdated
Comment thread lib/_http_client.js Outdated
Comment thread lib/_http_server.js Outdated
Comment thread lib/internal/http.js Outdated
Comment thread test/parallel/test-trace-events-http.js
Copy link
Copy Markdown
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Copy Markdown
Contributor

@ShogunPanda ShogunPanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@theanarkh theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@theanarkh theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@theanarkh theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@theanarkh theanarkh added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 5, 2022
@theanarkh
Copy link
Copy Markdown
Contributor Author

theanarkh commented Aug 5, 2022

@mcollina Hi, this PR is ok. I think i can add commit-queue label to it ?

@mcollina
Copy link
Copy Markdown
Member

mcollina commented Aug 5, 2022

sure go ahead

@theanarkh theanarkh added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 5, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 5, 2022
@nodejs-github-bot nodejs-github-bot merged commit 4c5b96b into nodejs:main Aug 5, 2022
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Landed in 4c5b96b

danielleadams pushed a commit that referenced this pull request Aug 16, 2022
PR-URL: #44102
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
ruyadorno pushed a commit that referenced this pull request Aug 23, 2022
PR-URL: #44102
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
targos pushed a commit that referenced this pull request Sep 5, 2022
PR-URL: #44102
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Fyko pushed a commit to Fyko/node that referenced this pull request Sep 15, 2022
PR-URL: nodejs#44102
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
juanarbol pushed a commit that referenced this pull request Oct 10, 2022
PR-URL: #44102
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
@juanarbol juanarbol mentioned this pull request Oct 11, 2022
juanarbol pushed a commit that referenced this pull request Oct 11, 2022
PR-URL: #44102
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
mwalbeck pushed a commit to mwalbeck/docker-cyberchef that referenced this pull request Oct 18, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/nodejs/node) | stage | minor | `16.17.1-bullseye` -> `16.18.0-bullseye` |

---

### Release Notes

<details>
<summary>nodejs/node</summary>

### [`v16.18.0`](https://github.com/nodejs/node/releases/tag/v16.18.0)

[Compare Source](https://github.com/nodejs/node/compare/v16.17.1...v16.18.0)

##### Notable changes

-   \[[`1cc050eaa8`](https://github.com/nodejs/node/commit/1cc050eaa8)] - **(SEMVER-MINOR)** **assert**: add `getCalls` and `reset` to callTracker (Moshe Atlow) [#&#8203;44191](https://github.com/nodejs/node/pull/44191)
-   \[[`e5c9975f11`](https://github.com/nodejs/node/commit/e5c9975f11)] - **(SEMVER-MINOR)** **crypto**: allow zero-length secret KeyObject (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201)
-   \[[`317cd051ce`](https://github.com/nodejs/node/commit/317cd051ce)] - **(SEMVER-MINOR)** **crypto**: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201)
-   \[[`f80bdc5ef3`](https://github.com/nodejs/node/commit/f80bdc5ef3)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#&#8203;44588](https://github.com/nodejs/node/pull/44588)
-   \[[`8398e98b1b`](https://github.com/nodejs/node/commit/8398e98b1b)] - **(SEMVER-MINOR)** **http**: make idle http parser count configurable (theanarkh) [#&#8203;43974](https://github.com/nodejs/node/pull/43974)
-   \[[`2cd2f56962`](https://github.com/nodejs/node/commit/2cd2f56962)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#&#8203;44378](https://github.com/nodejs/node/pull/44378)
-   \[[`6be761e8a9`](https://github.com/nodejs/node/commit/6be761e8a9)] - **(SEMVER-MINOR)** **lib**: add diagnostics channel for process and worker (theanarkh) [#&#8203;44045](https://github.com/nodejs/node/pull/44045)
-   \[[`1400796cef`](https://github.com/nodejs/node/commit/1400796cef)] - **(SEMVER-MINOR)** **net,tls**: pass a valid socket on `tlsClientError` (Daeyeon Jeong) [#&#8203;44021](https://github.com/nodejs/node/pull/44021)
-   \[[`092239a7f1`](https://github.com/nodejs/node/commit/092239a7f1)] - **(SEMVER-MINOR)** **net**: add local family (theanarkh) [#&#8203;43975](https://github.com/nodejs/node/pull/43975)
-   \[[`381e11e18e`](https://github.com/nodejs/node/commit/381e11e18e)] - **(SEMVER-MINOR)** **report**: expose report public native apis (Chengzhong Wu) [#&#8203;44255](https://github.com/nodejs/node/pull/44255)
-   \[[`2ba547aa5b`](https://github.com/nodejs/node/commit/2ba547aa5b)] - **(SEMVER-MINOR)** **src**: expose environment RequestInterrupt api (Chengzhong Wu) [#&#8203;44362](https://github.com/nodejs/node/pull/44362)
-   \[[`6ed3367155`](https://github.com/nodejs/node/commit/6ed3367155)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#&#8203;44505](https://github.com/nodejs/node/pull/44505)
-   \[[`0fbedac6ce`](https://github.com/nodejs/node/commit/0fbedac6ce)] - **(SEMVER-MINOR)** **test_runner**: add before/after/each hooks (Moshe Atlow) [#&#8203;43730](https://github.com/nodejs/node/pull/43730)
-   \[[`70563b53c5`](https://github.com/nodejs/node/commit/70563b53c5)] - **(SEMVER-MINOR)** **util**: add `maxArrayLength` option to Set and Map (Kohei Ueno) [#&#8203;43576](https://github.com/nodejs/node/pull/43576)

##### Commits

-   \[[`1cc050eaa8`](https://github.com/nodejs/node/commit/1cc050eaa8)] - **(SEMVER-MINOR)** **assert**: add `getCalls` and `reset` to callTracker (Moshe Atlow) [#&#8203;44191](https://github.com/nodejs/node/pull/44191)
-   \[[`2e87cdd1e6`](https://github.com/nodejs/node/commit/2e87cdd1e6)] - **benchmark**: fix startup benchmark (Evan Lucas) [#&#8203;44727](https://github.com/nodejs/node/pull/44727)
-   \[[`29c0f9ef30`](https://github.com/nodejs/node/commit/29c0f9ef30)] - **benchmark**: add stream destroy benchmark (SindreXie) [#&#8203;44533](https://github.com/nodejs/node/pull/44533)
-   \[[`f01bb58c1e`](https://github.com/nodejs/node/commit/f01bb58c1e)] - **bootstrap**: update comments in bootstrap/node.js (Joyee Cheung) [#&#8203;44726](https://github.com/nodejs/node/pull/44726)
-   \[[`db151e182f`](https://github.com/nodejs/node/commit/db151e182f)] - **bootstrap**: stop delaying instantiation of maps in per-context scripts (Darshan Sen) [#&#8203;42934](https://github.com/nodejs/node/pull/42934)
-   \[[`f700074c57`](https://github.com/nodejs/node/commit/f700074c57)] - **buffer**: fix `atob` input validation (Austin Kelleher) [#&#8203;42662](https://github.com/nodejs/node/pull/42662)
-   \[[`e10095a759`](https://github.com/nodejs/node/commit/e10095a759)] - **build**: update timezone-update.yml (Alex) [#&#8203;44717](https://github.com/nodejs/node/pull/44717)
-   \[[`bec2ede687`](https://github.com/nodejs/node/commit/bec2ede687)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#&#8203;44604](https://github.com/nodejs/node/pull/44604)
-   \[[`7b3a2c3353`](https://github.com/nodejs/node/commit/7b3a2c3353)] - **build**: rewritten the Android build system (BuShe Pie) [#&#8203;44207](https://github.com/nodejs/node/pull/44207)
-   \[[`e96bb14942`](https://github.com/nodejs/node/commit/e96bb14942)] - **build**: add --libdir flag to configure (Stephen Gallagher) [#&#8203;44361](https://github.com/nodejs/node/pull/44361)
-   \[[`2a4491b34d`](https://github.com/nodejs/node/commit/2a4491b34d)] - **build**: added NINJA env to customize ninja binary (Jeff Dickey) [#&#8203;44293](https://github.com/nodejs/node/pull/44293)
-   \[[`aaad7a64b4`](https://github.com/nodejs/node/commit/aaad7a64b4)] - **build**: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) [#&#8203;43200](https://github.com/nodejs/node/pull/43200)
-   \[[`041bb54143`](https://github.com/nodejs/node/commit/041bb54143)] - **build**: add workflow to label flaky-test platform (Rafael Gonzaga) [#&#8203;44042](https://github.com/nodejs/node/pull/44042)
-   \[[`58d85c1109`](https://github.com/nodejs/node/commit/58d85c1109)] - **build**: optimized and fixed building configuration to Android (BuShe) [#&#8203;44016](https://github.com/nodejs/node/pull/44016)
-   \[[`5cd8b7bc8b`](https://github.com/nodejs/node/commit/5cd8b7bc8b)] - **build**: allow test-internet on forks if not scheduled (Rich Trott) [#&#8203;44073](https://github.com/nodejs/node/pull/44073)
-   \[[`9698be9347`](https://github.com/nodejs/node/commit/9698be9347)] - **build**: skip test-internet run on forks (Rich Trott) [#&#8203;44054](https://github.com/nodejs/node/pull/44054)
-   \[[`25e6f48e4a`](https://github.com/nodejs/node/commit/25e6f48e4a)] - **child_process**: remove lookup of undefined property (Colin Ihrig) [#&#8203;44766](https://github.com/nodejs/node/pull/44766)
-   \[[`a3bdd07321`](https://github.com/nodejs/node/commit/a3bdd07321)] - **cluster**: fix cluster rr distribute error (theanarkh) [#&#8203;44202](https://github.com/nodejs/node/pull/44202)
-   \[[`317cd051ce`](https://github.com/nodejs/node/commit/317cd051ce)] - **(SEMVER-MINOR)** **crypto**: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201)
-   \[[`e5c9975f11`](https://github.com/nodejs/node/commit/e5c9975f11)] - **(SEMVER-MINOR)** **crypto**: allow zero-length secret KeyObject (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201)
-   \[[`7e705d8d74`](https://github.com/nodejs/node/commit/7e705d8d74)] - **crypto**: fix webcrypto deriveBits validations (Filip Skokan) [#&#8203;44173](https://github.com/nodejs/node/pull/44173)
-   \[[`7ad2a268b9`](https://github.com/nodejs/node/commit/7ad2a268b9)] - **crypto**: fix webcrypto EC key namedCurve validation errors (Filip Skokan) [#&#8203;44172](https://github.com/nodejs/node/pull/44172)
-   \[[`2c938d73ff`](https://github.com/nodejs/node/commit/2c938d73ff)] - **crypto**: fix webcrypto operation errors to be OperationError (Filip Skokan) [#&#8203;44171](https://github.com/nodejs/node/pull/44171)
-   \[[`a6e2cb40a6`](https://github.com/nodejs/node/commit/a6e2cb40a6)] - **crypto**: fix webcrypto generateKey() AES key length validation error (Filip Skokan) [#&#8203;44170](https://github.com/nodejs/node/pull/44170)
-   \[[`7e07cce24b`](https://github.com/nodejs/node/commit/7e07cce24b)] - **crypto**: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) [#&#8203;44561](https://github.com/nodejs/node/pull/44561)
-   \[[`1fc6394741`](https://github.com/nodejs/node/commit/1fc6394741)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#&#8203;44575](https://github.com/nodejs/node/pull/44575)
-   \[[`9a52ee7577`](https://github.com/nodejs/node/commit/9a52ee7577)] - **crypto**: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) [#&#8203;44475](https://github.com/nodejs/node/pull/44475)
-   \[[`7100baee40`](https://github.com/nodejs/node/commit/7100baee40)] - **crypto**: use actual option name in error message (Tobias Nießen) [#&#8203;44455](https://github.com/nodejs/node/pull/44455)
-   \[[`579e066c3a`](https://github.com/nodejs/node/commit/579e066c3a)] - **crypto**: add digest name to INVALID_DIGEST errors (Tobias Nießen) [#&#8203;44468](https://github.com/nodejs/node/pull/44468)
-   \[[`566d80f622`](https://github.com/nodejs/node/commit/566d80f622)] - **crypto**: improve RSA-PSS digest error messages (Tobias Nießen) [#&#8203;44307](https://github.com/nodejs/node/pull/44307)
-   \[[`f717c1e06a`](https://github.com/nodejs/node/commit/f717c1e06a)] - **debugger**: decrease timeout used to wait for the port to be free (Joyee Cheung) [#&#8203;44359](https://github.com/nodejs/node/pull/44359)
-   \[[`0f2fcaf771`](https://github.com/nodejs/node/commit/0f2fcaf771)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#&#8203;44622](https://github.com/nodejs/node/pull/44622)
-   \[[`1a8aada69d`](https://github.com/nodejs/node/commit/1a8aada69d)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#&#8203;44704](https://github.com/nodejs/node/pull/44704)
-   \[[`e4f18b4f34`](https://github.com/nodejs/node/commit/e4f18b4f34)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#&#8203;44619](https://github.com/nodejs/node/pull/44619)
-   \[[`21b5ab1494`](https://github.com/nodejs/node/commit/21b5ab1494)] - **deps**: upgrade npm to 8.19.2 (npm team) [#&#8203;44632](https://github.com/nodejs/node/pull/44632)
-   \[[`916b319e7a`](https://github.com/nodejs/node/commit/916b319e7a)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#&#8203;44524](https://github.com/nodejs/node/pull/44524)
-   \[[`67cbbcc902`](https://github.com/nodejs/node/commit/67cbbcc902)] - **deps**: update corepack to 0.14.0 (Node.js GitHub Bot) [#&#8203;44509](https://github.com/nodejs/node/pull/44509)
-   \[[`9f14dc1a8f`](https://github.com/nodejs/node/commit/9f14dc1a8f)] - **deps**: update Acorn to v8.8.0 (Michaël Zasso) [#&#8203;44437](https://github.com/nodejs/node/pull/44437)
-   \[[`1811a6aaa8`](https://github.com/nodejs/node/commit/1811a6aaa8)] - **deps**: update icu tzdata to 2022b (Matías Zúñiga) [#&#8203;44283](https://github.com/nodejs/node/pull/44283)
-   \[[`0c4953cbd1`](https://github.com/nodejs/node/commit/0c4953cbd1)] - **deps**: update undici to 5.9.1 (Node.js GitHub Bot) [#&#8203;44319](https://github.com/nodejs/node/pull/44319)
-   \[[`8a921fea74`](https://github.com/nodejs/node/commit/8a921fea74)] - **deps**: upgrade npm to 8.19.1 (npm team) [#&#8203;44486](https://github.com/nodejs/node/pull/44486)
-   \[[`763a63c14b`](https://github.com/nodejs/node/commit/763a63c14b)] - **deps**: update corepack to 0.13.0 (Node.js GitHub Bot) [#&#8203;44318](https://github.com/nodejs/node/pull/44318)
-   \[[`fdb699c84a`](https://github.com/nodejs/node/commit/fdb699c84a)] - **deps**: upgrade npm to 8.18.0 (npm team) [#&#8203;44263](https://github.com/nodejs/node/pull/44263)
-   \[[`2a44872f96`](https://github.com/nodejs/node/commit/2a44872f96)] - **deps**: update corepack to 0.12.3 (Node.js GitHub Bot) [#&#8203;44229](https://github.com/nodejs/node/pull/44229)
-   \[[`48967e4b34`](https://github.com/nodejs/node/commit/48967e4b34)] - **deps**: upgrade npm to 8.17.0 (npm team) [#&#8203;44205](https://github.com/nodejs/node/pull/44205)
-   \[[`0484122f71`](https://github.com/nodejs/node/commit/0484122f71)] - **deps**: update undici to 5.8.2 (Node.js GitHub Bot) [#&#8203;44187](https://github.com/nodejs/node/pull/44187)
-   \[[`e404ac7eed`](https://github.com/nodejs/node/commit/e404ac7eed)] - **deps**: update undici to 5.8.1 (Node.js GitHub Bot) [#&#8203;44158](https://github.com/nodejs/node/pull/44158)
-   \[[`9a5ee5e9e3`](https://github.com/nodejs/node/commit/9a5ee5e9e3)] - **deps**: update corepack to 0.12.2 (Node.js GitHub Bot) [#&#8203;44159](https://github.com/nodejs/node/pull/44159)
-   \[[`3657cb277b`](https://github.com/nodejs/node/commit/3657cb277b)] - **deps**: remove unnecessary file (Brian White) [#&#8203;44133](https://github.com/nodejs/node/pull/44133)
-   \[[`d66a807596`](https://github.com/nodejs/node/commit/d66a807596)] - **deps**: upgrade npm to 8.16.0 (npm team) [#&#8203;44119](https://github.com/nodejs/node/pull/44119)
-   \[[`ec998be61c`](https://github.com/nodejs/node/commit/ec998be61c)] - **deps**: upgrade npm to 8.15.1 (npm team) [#&#8203;44013](https://github.com/nodejs/node/pull/44013)
-   \[[`e9e856ae95`](https://github.com/nodejs/node/commit/e9e856ae95)] - **deps**: upgrade base64 to [`dc6a41c`](https://github.com/nodejs/node/commit/dc6a41ce36e) (Brian White) [#&#8203;44032](https://github.com/nodejs/node/pull/44032)
-   \[[`8ea9a71b15`](https://github.com/nodejs/node/commit/8ea9a71b15)] - **deps,src**: use SIMD for normal base64 encoding (Brian White) [#&#8203;39775](https://github.com/nodejs/node/pull/39775)
-   \[[`969a12be4b`](https://github.com/nodejs/node/commit/969a12be4b)] - **doc**: remove "currently" and comma splice from child_process.md (Rich Trott) [#&#8203;44789](https://github.com/nodejs/node/pull/44789)
-   \[[`5e4a2e94a1`](https://github.com/nodejs/node/commit/5e4a2e94a1)] - **doc**: mention git node backport (RafaelGSS) [#&#8203;44764](https://github.com/nodejs/node/pull/44764)
-   \[[`618c9c8260`](https://github.com/nodejs/node/commit/618c9c8260)] - **doc**: ensure to revert node_version changes (Rafael Gonzaga) [#&#8203;44760](https://github.com/nodejs/node/pull/44760)
-   \[[`e0fe11c189`](https://github.com/nodejs/node/commit/e0fe11c189)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#&#8203;44761](https://github.com/nodejs/node/pull/44761)
-   \[[`895719da65`](https://github.com/nodejs/node/commit/895719da65)] - **doc**: fix v16.17.1 security release changelog (Ruy Adorno) [#&#8203;44759](https://github.com/nodejs/node/pull/44759)
-   \[[`fe832a0647`](https://github.com/nodejs/node/commit/fe832a0647)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#&#8203;44714](https://github.com/nodejs/node/pull/44714)
-   \[[`3872abd9a6`](https://github.com/nodejs/node/commit/3872abd9a6)] - **doc**: update guidance for adding new modules (Michael Dawson) [#&#8203;44576](https://github.com/nodejs/node/pull/44576)
-   \[[`f381a1e86a`](https://github.com/nodejs/node/commit/f381a1e86a)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#&#8203;44748](https://github.com/nodejs/node/pull/44748)
-   \[[`8d3cb6c08a`](https://github.com/nodejs/node/commit/8d3cb6c08a)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#&#8203;44387](https://github.com/nodejs/node/pull/44387)
-   \[[`9e83c00e0b`](https://github.com/nodejs/node/commit/9e83c00e0b)] - **doc**: mention where to push security commits (RafaelGSS) [#&#8203;44691](https://github.com/nodejs/node/pull/44691)
-   \[[`bc9f8d24ce`](https://github.com/nodejs/node/commit/bc9f8d24ce)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#&#8203;44734](https://github.com/nodejs/node/pull/44734)
-   \[[`3e38ba53cc`](https://github.com/nodejs/node/commit/3e38ba53cc)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#&#8203;44665](https://github.com/nodejs/node/pull/44665)
-   \[[`0f88588f52`](https://github.com/nodejs/node/commit/0f88588f52)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#&#8203;44625](https://github.com/nodejs/node/pull/44625)
-   \[[`5ee0127540`](https://github.com/nodejs/node/commit/5ee0127540)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#&#8203;44644](https://github.com/nodejs/node/pull/44644)
-   \[[`6881ecb0e2`](https://github.com/nodejs/node/commit/6881ecb0e2)] - **doc**: add legendecas to TSC list (Michael Dawson) [#&#8203;44662](https://github.com/nodejs/node/pull/44662)
-   \[[`3614f5ace3`](https://github.com/nodejs/node/commit/3614f5ace3)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#&#8203;44599](https://github.com/nodejs/node/pull/44599)
-   \[[`c9af43616c`](https://github.com/nodejs/node/commit/c9af43616c)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#&#8203;44608](https://github.com/nodejs/node/pull/44608)
-   \[[`ff9ef61646`](https://github.com/nodejs/node/commit/ff9ef61646)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#&#8203;44609](https://github.com/nodejs/node/pull/44609)
-   \[[`90eaae3ef1`](https://github.com/nodejs/node/commit/90eaae3ef1)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#&#8203;44617](https://github.com/nodejs/node/pull/44617)
-   \[[`f80bdc5ef3`](https://github.com/nodejs/node/commit/f80bdc5ef3)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#&#8203;44588](https://github.com/nodejs/node/pull/44588)
-   \[[`9fac6dd1c1`](https://github.com/nodejs/node/commit/9fac6dd1c1)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#&#8203;44589](https://github.com/nodejs/node/pull/44589)
-   \[[`53543c6d81`](https://github.com/nodejs/node/commit/53543c6d81)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#&#8203;44603](https://github.com/nodejs/node/pull/44603)
-   \[[`2084ad61a7`](https://github.com/nodejs/node/commit/2084ad61a7)] - **doc**: fix errors in http.md (Luigi Pinca) [#&#8203;44587](https://github.com/nodejs/node/pull/44587)
-   \[[`cc55e84ddc`](https://github.com/nodejs/node/commit/cc55e84ddc)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#&#8203;44487](https://github.com/nodejs/node/pull/44487)
-   \[[`8187f03834`](https://github.com/nodejs/node/commit/8187f03834)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#&#8203;44572](https://github.com/nodejs/node/pull/44572)
-   \[[`d068978933`](https://github.com/nodejs/node/commit/d068978933)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#&#8203;44594](https://github.com/nodejs/node/pull/44594)
-   \[[`0747facb63`](https://github.com/nodejs/node/commit/0747facb63)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#&#8203;44585](https://github.com/nodejs/node/pull/44585)
-   \[[`e26d95ef9a`](https://github.com/nodejs/node/commit/e26d95ef9a)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#&#8203;44549](https://github.com/nodejs/node/pull/44549)
-   \[[`9d24c7a8c7`](https://github.com/nodejs/node/commit/9d24c7a8c7)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#&#8203;44538](https://github.com/nodejs/node/pull/44538)
-   \[[`6d881b8611`](https://github.com/nodejs/node/commit/6d881b8611)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#&#8203;44451](https://github.com/nodejs/node/pull/44451)
-   \[[`d846e5bac5`](https://github.com/nodejs/node/commit/d846e5bac5)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#&#8203;44222](https://github.com/nodejs/node/pull/44222)
-   \[[`5c721a33c3`](https://github.com/nodejs/node/commit/5c721a33c3)] - **doc**: add performance note to `--enable-source-maps` docs (Saurabh Daware) [#&#8203;4