-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v14.18.0 release proposal #39990
v14.18.0 release proposal #39990
Conversation
PR-URL: #39082 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
PR-URL: #39127 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: https://github.com/highlightjs/highlight.js/blob/main/VERSION_11_UPGRADE.md PR-URL: #39032 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
When I moved node-inspect into core, I called a lot of things `inspector-cli` that really should have been `debugger`. This is the last of them to be renamed. PR-URL: #39156 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Stick with "repository" instead of using both "repository" and "repo". PR-URL: #39157 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Logic in module_job.js assumes detailed stack trace from node_errors.cc which is not populated when --enable-source-maps is set. Fixes #38790 PR-URL: #39017 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
We can remove the Acorn plugins as their features are now supported by default. PR-URL: #39166 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
The CSS variables are not in any particular logical order as far as I can tell, with certain items that would seem to go together not grouped. This puts them in alphabetical order. PR-URL: #39169 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
PR-URL: #39115 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #39129 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #39200 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Use "repository" instead of "repo". This also adjusts capitalization in a header that was already being modified to use "repository" because even I couldn't bring myself to put that in a separate commit. PR-URL: #39179 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
In 2016, Ali added the instruction to cc him on particular V8 bugs and the suggestion to contact him for certain problems. However, I'm pretty sure Ali has not been working on V8 for 2+ years at this point. I'm guessing those instructions are obsolete at this point. (I'll ping him in the PR for this change to confirm, though.) Also: Remove a parenthetical and add a comma, because I can't imagine opening a separate pull request to add a comma. (OK, I'm lying, I totally can and if anyone has done that in the past, it's probably me.) PR-URL: #39181 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Remove special V8 maintenance instructions for versions of Node.js prior to 9.0.0. Perform other minor edits in nearby text. PR-URL: #39185 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
This commit adds step to CC oss-security@lists.openwall.com as part of the security release process. PR-URL: #39191 Refs: nodejs/TSC#1047 Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #39170 Refs: nodejs/remark-preset-lint-node#188 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #39201 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #36918 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
#36918 landed with references to DEP0150, which is already used for a different deprecation. This commit updates the code to use DEP0151. PR-URL: #37147 Refs: #36918 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
We're about to turn on a requirement for dangling commas. PR-URL: #37088 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
We've been having a lot of nits lately asking people to add trailing commas, so it's probably time to incrementally make the comma-dangle rule more stringent. PR-URL: #37088 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Make changes so that tests will pass when the comma-dangle settings applied to the rest of the code base are also applied to tests. PR-URL: #37930 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Use comma-dangle settings from the rest of the code base on tests as well. PR-URL: #37930 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
PR-URL: #38656 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #39154 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #39211 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
PR-URL: #39212 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #39213 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Notable changes: assert: * change status of legacy asserts (James M Snell) #38113 buffer: * (SEMVER-MINOR) introduce Blob (James M Snell) #36811 * (SEMVER-MINOR) add base64url encoding option (Filip Skokan) #36952 child_process: * (SEMVER-MINOR) allow `options.cwd` receive a URL (Khaidi Chu) #38862 * (SEMVER-MINOR) add timeout to spawn and fork (Nitzan Uziely) #37256 * (SEMVER-MINOR) allow promisified exec to be cancel (Carlos Fuentes) #34249 * (SEMVER-MINOR) add 'overlapped' stdio flag (Thiago Padilha) #29412 cli: * (SEMVER-MINOR) add -C alias for --conditions flag (Guy Bedford) #38755 * (SEMVER-MINOR) add --node-memory-debug option (Anna Henningsen) #35537 dns: * (SEMVER-MINOR) add "tries" option to Resolve options (Luan Devecchi) #39610 * (SEMVER-MINOR) allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) #38099 doc: * (SEMVER-MINOR) add missing change to resolver ctor (Luan Devecchi) #39610 * refactor fs docs structure (James M Snell) #37170 errors: * (SEMVER-MINOR) remove experimental from --enable-source-maps (Benjamin Coe) #37362 esm: * deprecate legacy main lookup for modules (Guy Bedford) #36918 fs: * (SEMVER-MINOR) allow empty string for temp directory prefix (Voltrex) #39028 * (SEMVER-MINOR) allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287 * (SEMVER-MINOR) add support for async iterators to `fsPromises.writeFile` (HiroyukiYagihashi) #37490 * improve fsPromises readFile performance (Nitzan Uziely) #37608 * (SEMVER-MINOR) add fsPromises.watch() (James M Snell) #37179 * (SEMVER-MINOR) allow `position` parameter to be a `BigInt` in read and readSync (Darshan Sen) #36190 http2: * (SEMVER-MINOR) add support for sensitive headers (Anna Henningsen) #34145 * (SEMVER-MINOR) allow setting the local window size of a session (Yongsheng Zhang) #35978 inspector: * mark as stable (Gireesh Punathil) #37748 module: * (SEMVER-MINOR) add support for `URL` to `import.meta.resolve` (Antoine du Hamel) #38587 * (SEMVER-MINOR) add support for `node:`‑prefixed `require(…)` calls (ExE Boss) #37246 net: * (SEMVER-MINOR) introduce net.BlockList (James M Snell) #34625 node-api: * (SEMVER-MINOR) allow retrieval of add-on file name (Gabriel Schulhof) #37195 os: * (SEMVER-MINOR) add os.devNull (Luigi Pinca) #38569 perf_hooks: * (SEMVER-MINOR) introduce createHistogram (James M Snell) #37155 process: * (SEMVER-MINOR) add api to enable source-maps programmatically (legendecas) #39085 * (SEMVER-MINOR) add `'worker'` event (James M Snell) #38659 * (SEMVER-MINOR) add direct access to rss without iterating pages (Adrien Maret) #34291 readline: * (SEMVER-MINOR) add AbortSignal support to interface (Nitzan Uziely) #37932 * (SEMVER-MINOR) add support for the AbortController to the question method (Mattias Runge-Broberg) #33676 * (SEMVER-MINOR) add history event and option to set initial history (Mattias Runge-Broberg) #33662 repl: * (SEMVER-MINOR) add auto‑completion for `node:`‑prefixed `require(…)` calls (ExE Boss) #37246 src: * (SEMVER-MINOR) call overload ctor from the original ctor (Darshan Sen) #39768 * (SEMVER-MINOR) add a constructor overload for CallbackScope (Darshan Sen) #39768 * (SEMVER-MINOR) allow to negate boolean CLI flags (Michaël Zasso) #39023 * (SEMVER-MINOR) add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010 * (SEMVER-MINOR) add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441 * (SEMVER-MINOR) allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447 * (SEMVER-MINOR) add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486 stream: * (SEMVER-MINOR) add readableDidRead if has been read from (Robert Nagy) #39589 * (SEMVER-MINOR) pipeline accept Buffer as a valid first argument (Nitzan Uziely) #37739 tls: * (SEMVER-MINOR) allow reading data into a static buffer (Andrey Pechkurov) #35753 tools: * (SEMVER-MINOR) add `Worker` to type-parser (James M Snell) #38659 url: * (SEMVER-MINOR) expose urlToHttpOptions utility (Yongsheng Zhang) #35960 util: * (SEMVER-MINOR) expose toUSVString (Robert Nagy) #39814 v8: * (SEMVER-MINOR) implement v8.stopCoverage() (Joyee Cheung) #33807 * (SEMVER-MINOR) implement v8.takeCoverage() (Joyee Cheung) #33807 worker: * (SEMVER-MINOR) add setEnvironmentData/getEnvironmentData (James M Snell) #37486 PR-URL: #39990
f226165
to
7af8896
Compare
/cc @ljharb This release adds support for |
@targos thanks; i'll update |
@ljharb I'm aiming for 2021-09-28 (three weeks from now). |
in that case I'll hold off a bit; i've got the code change ready, but please ping me closer to the release and i'll publish it :-) |
Apart from I started an RC build: https://ci-release.nodejs.org/job/iojs+release/7160/ |
The release is in two days. Anyone wants to review? |
/cc @nodejs/releasers @nodejs/lts |
|
Release build: https://ci-release.nodejs.org/job/iojs+release/7205/ |
Notable changes: assert: * change status of legacy asserts (James M Snell) #38113 buffer: * (SEMVER-MINOR) introduce Blob (James M Snell) #36811 * (SEMVER-MINOR) add base64url encoding option (Filip Skokan) #36952 child_process: * (SEMVER-MINOR) allow `options.cwd` receive a URL (Khaidi Chu) #38862 * (SEMVER-MINOR) add timeout to spawn and fork (Nitzan Uziely) #37256 * (SEMVER-MINOR) allow promisified exec to be cancel (Carlos Fuentes) #34249 * (SEMVER-MINOR) add 'overlapped' stdio flag (Thiago Padilha) #29412 cli: * (SEMVER-MINOR) add -C alias for --conditions flag (Guy Bedford) #38755 * (SEMVER-MINOR) add --node-memory-debug option (Anna Henningsen) #35537 dns: * (SEMVER-MINOR) add "tries" option to Resolve options (Luan Devecchi) #39610 * (SEMVER-MINOR) allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) #38099 doc: * (SEMVER-MINOR) add missing change to resolver ctor (Luan Devecchi) #39610 * refactor fs docs structure (James M Snell) #37170 errors: * (SEMVER-MINOR) remove experimental from --enable-source-maps (Benjamin Coe) #37362 esm: * deprecate legacy main lookup for modules (Guy Bedford) #36918 fs: * (SEMVER-MINOR) allow empty string for temp directory prefix (Voltrex) #39028 * (SEMVER-MINOR) allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287 * (SEMVER-MINOR) add support for async iterators to `fsPromises.writeFile` (HiroyukiYagihashi) #37490 * improve fsPromises readFile performance (Nitzan Uziely) #37608 * (SEMVER-MINOR) add fsPromises.watch() (James M Snell) #37179 * (SEMVER-MINOR) allow `position` parameter to be a `BigInt` in read and readSync (Darshan Sen) #36190 http2: * (SEMVER-MINOR) add support for sensitive headers (Anna Henningsen) #34145 * (SEMVER-MINOR) allow setting the local window size of a session (Yongsheng Zhang) #35978 inspector: * mark as stable (Gireesh Punathil) #37748 module: * (SEMVER-MINOR) add support for `URL` to `import.meta.resolve` (Antoine du Hamel) #38587 * (SEMVER-MINOR) add support for `node:`‑prefixed `require(…)` calls (ExE Boss) #37246 net: * (SEMVER-MINOR) introduce net.BlockList (James M Snell) #34625 node-api: * (SEMVER-MINOR) allow retrieval of add-on file name (Gabriel Schulhof) #37195 os: * (SEMVER-MINOR) add os.devNull (Luigi Pinca) #38569 perf_hooks: * (SEMVER-MINOR) introduce createHistogram (James M Snell) #37155 process: * (SEMVER-MINOR) add api to enable source-maps programmatically (legendecas) #39085 * (SEMVER-MINOR) add `'worker'` event (James M Snell) #38659 * (SEMVER-MINOR) add direct access to rss without iterating pages (Adrien Maret) #34291 readline: * (SEMVER-MINOR) add AbortSignal support to interface (Nitzan Uziely) #37932 * (SEMVER-MINOR) add support for the AbortController to the question method (Mattias Runge-Broberg) #33676 * (SEMVER-MINOR) add history event and option to set initial history (Mattias Runge-Broberg) #33662 repl: * (SEMVER-MINOR) add auto‑completion for `node:`‑prefixed `require(…)` calls (ExE Boss) #37246 src: * (SEMVER-MINOR) call overload ctor from the original ctor (Darshan Sen) #39768 * (SEMVER-MINOR) add a constructor overload for CallbackScope (Darshan Sen) #39768 * (SEMVER-MINOR) allow to negate boolean CLI flags (Michaël Zasso) #39023 * (SEMVER-MINOR) add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010 * (SEMVER-MINOR) add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441 * (SEMVER-MINOR) allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447 * (SEMVER-MINOR) add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486 stream: * (SEMVER-MINOR) add readableDidRead if has been read from (Robert Nagy) #39589 * (SEMVER-MINOR) pipeline accept Buffer as a valid first argument (Nitzan Uziely) #37739 tls: * (SEMVER-MINOR) allow reading data into a static buffer (Andrey Pechkurov) #35753 tools: * (SEMVER-MINOR) add `Worker` to type-parser (James M Snell) #38659 url: * (SEMVER-MINOR) expose urlToHttpOptions utility (Yongsheng Zhang) #35960 util: * (SEMVER-MINOR) expose toUSVString (Robert Nagy) #39814 v8: * (SEMVER-MINOR) implement v8.stopCoverage() (Joyee Cheung) #33807 * (SEMVER-MINOR) implement v8.takeCoverage() (Joyee Cheung) #33807 worker: * (SEMVER-MINOR) add setEnvironmentData/getEnvironmentData (James M Snell) #37486 PR-URL: #39990
I believe this reintroduced a problem that was fixed in this merge request (nodejs/node-core-utils#535) relating to downloading a corrupted binary zip file as text, as introduced in this merge request (#37294) |
Thanks. I cherry-picked #37294 to v14.x-staging |
2021-09-28, Version 14.18.0 'Fermium' (LTS), @targos
Notable Changes
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #38113df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #3695214fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #2941240eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #3875539eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #3961015ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099307c1d817f
] - doc: refactor fs docs structure (James M Snell) #371709ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #374902b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371792459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #361906544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #359781e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #3774893af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724687c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371956a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385694a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #371551a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908599735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #386593982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #3367632de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #39768f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390236d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #3958963502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773968bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #357531cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #359608eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981484fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338079f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486Commits
Semver-minor commits
f3563d3197
] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #3695214fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #2941240eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #3875539eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537d9b58a0262
] - (SEMVER-MINOR) deps: V8: cherry-pick fa4cb172cde2 (Stephen Belanger) #385779d7177c152
] - (SEMVER-MINOR) deps: V8: cherry-pick 4c074516397b (Stephen Belanger) #36394ec0f0ef8ef
] - (SEMVER-MINOR) deps: V8: cherry-pick 5f4413194480 (Stephen Belanger) #363943e7238e45a
] - (SEMVER-MINOR) deps: V8: cherry-pick 272445f10927 (Stephen Belanger) #36394214e568597
] - (SEMVER-MINOR) deps: V8: backport c0fceaa0669b (Stephen Belanger) #36394d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #3961015ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099defb77cac9
] - (SEMVER-MINOR) doc: add missing change to resolver ctor (Luan Devecchi) #396109ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #37490fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371792459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #361906544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #3597893af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724676d4f22bab
] - (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #3791782363d864d
] - (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #379170202ba46b8
] - (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #37917a41a3e3b3f
] - (SEMVER-MINOR) net: make blocklist family case insensitive (James M Snell) #3486487c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371956a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385694a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #371551a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908599735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #386593982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #3367632de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #397681aa2080d29
] - (SEMVER-MINOR) src: fix align in cares_wrap.h (Luan) #39610f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390236d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #330104091eb9db7
] - (SEMVER-MINOR) src: move node_binding to modern THROW_ERR* (James M Snell) #35469577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #3958963502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773972ef41c72b
] - (SEMVER-MINOR) test: add wpt tests for Blob (Michaël Zasso) #3681168bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753587deacad9
] - (SEMVER-MINOR) tools: addWorker
to type-parser (James M Snell) #386591cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #359608eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981484fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338079f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486Semver-patch commits
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #381135a42be9719
] - async_hooks: use resource stack for AsyncLocalStorage run (Stephen Belanger) #39890fc29ddb38e
] - async_hooks: emit promise trace events from JS (Stephen Belanger) #3913513296d1abf
] - async_hooks: eliminate native PromiseHook (Stephen Belanger) #3913548e5971e51
] - async_hooks: check for empty contexts before removing (Bryan English) #39095691c00c48b
] - async_hooks: switch between native and context hooks correctly (Stephen Belanger) #389128484ab2a6c
] - buffer: avoid creating the backing store in the thread (James M Snell) #37052c8d039a872
] - buffer: make Blob's constructor more spec-compliant (Michaël Zasso) #3736105d73ac286
] - buffer: make Blob's slice method more spec-compliant (Michaël Zasso) #37361e7cf2efc60
] - buffer: add @@toStringTag to Blob (Colin Ihrig) #37336d99deeaf97
] - build: fix update authors commit (Mestery) #398585e1cba81bf
] - build: add authors.yml (Tierney Cyren) #35831ed3c332089
] - build: add option to hide console window (Cheng Zhao) #39712c696f97c5e
] - build: exclude markdown files from some GitHub Actions (Rich Trott) #395650bd6dd1ee2
] - build: use lts shorthand in GitHub Actions (Rich Trott) #395383482bca643
] - build: override python executable path on configure (legendecas) #3946561261cdb8e
] - build: use Node.js 14 in commit-lint.yml (Rich Trott) #39506719f1563c1
] - build: fixhost_arch_cc()
for AIX/IBM i (Richard Lau) #394816e06b2ff9d
] - build: update coverage Makefile target comments (Richard Lau) #393654e28d2b2c0
] - build: run workflows when a PR is ready for review (Michaël Zasso) #394050da5d74da4
] - build: update to setup-node@v2 (Rich Trott) #39366f2e1c2267e
] - build: update gcovr for gcc 8 compatibility (Richard Lau) #39326131dd6ec4d
] - build: remove unused comment in Makefile (LitoMore) #3917140e46321b0
] - build: uvwasi honours node_shared_libuv (Jérémy Lal) #392605c6ab719f2
] - build: shorten path used in tarball build workflow (Richard Lau) #39192870526374c
] - build: addlibrary_files
to gyp variables (himself65) #392930e221156aa
] - build: pass directory instead of list of files to js2c.py (Joyee Cheung) #390698d8415415b
] - build: don't pass--mode
argument to V8 test-runner (Richard Lau) #390552d50217634
] - build: fix commit linter on unrebased PRs (Mary Marchini) #39121c93d5e006e
] - build: use Actions to validate commit message (Mary Marchini) #324170bcaf9c4d1
] - child_process: fix spawn and fork abort behavior (Nitzan Uziely) #373258010c83180
] - child_process: fix bad abort signal leak (Nitzan Uziely) #3725732aff2f5a0
] - console: refactor to avoid unsafe array iteration (Antoine du Hamel) #36753f46e8cdf79
] - debugger: remove undefined parameter (Rich Trott) #39570482459edd4
] - debugger: validate sec-websocket-accept response header (Chris Opperwall) #39357e9c46107d7
] - debugger: rename internal module (Rich Trott) #3937849e0883c75
] - debugger: indicate server is ending (Rich Trott) #3933472a3419510
] - debugger: rename inspector-cli test module to debugger (Rich Trott) #38530b3352cfba4
] - debugger: prevent simultaneous heap snapshots (Rich Trott) #39638e5826ab1c2
] - debugger: remove final lint exceptions in inspect_repl.js (Rich Trott) #3907834c0701952
] - deps: V8: cherry-pick 00bb1a77c03e (Darshan Sen) #3982942359ab582
] - deps: upgrade to libuv 1.42.0 (Luigi Pinca) #39525d863a9db68
] - deps: bump HdrHistogram_C to 0.11.2 (Matteo Collina) #394624c93968a62
] - deps: extract gtest source files to deps/googletest (legendecas) #39386fcae391fed
] - deps: update Acorn to v8.4.1 (Michaël Zasso) #39166327838dd96
] - deps: V8: backport c9224589cf53 (Stephen Belanger) #3974389c1bbd7b2
] - deps: V8: cherry-pick 81814ed44574 (Stephen Belanger) #397198b9215d07c
] - deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #39402e201293ddb
] - dgram: use simplified validator (Voltrex) #397536fdac38f91
] - doc,fs: remove experimental status for WHATWG URL as path (Antoine du Hamel) #38870d56e8268f9
] - doc,lib: prepare for stricter multi-line array linting (Rich Trott) #370885500ae9236
] - domain: do not add domain to promise from other context (Stephen Belanger) #39135dc855af18e
] - errors: don't throw TypeError on missing export (Benjamin Coe) #39017c13eadc218
] - errors: eliminate all overhead for hidden calls (Momtchil Momtchev) #35644d42bbe48c5
] - esm: use correct URL for error decoration (Bradley Farias) #378549db3304368
] - esm: update to correct deprecation code (Colin Ihrig) #37147e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918c1782ea1f5
] - events: allow the options argument to be null (Luigi Pinca) #39486ee1d13c90d
] - fs: use byteLength to handle ArrayBuffer views (Michaël Zasso) #38187b38d6b475b
] - fs: fixup negative length in fs.truncate (James M Snell) #37483fe28128f3c
] - fs: add docs and tests forAsyncIterable
support infh.writeFile
(Antoine du Hamel) #398362b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608a4d6f78619
] - fs: move constants to internal/fs/utils.js (Darshan Sen) #38061402f7722ce
] - fs: add validatePosition and use in read and readSync (Darshan Sen) #370512bc301dcff
] - http: decodes url.username and url.password for authorization header (Lew Gordon) #393105459f4af33
] - http: clean up HttpParser correctly (Tobias Koppers) #392928b3feee148
] - http,https: align server option of https with http (Qingyu Deng) #38992cf59e87c8b
] - inspector: update inspector_protocol to 89c4adf (Rich Trott) #39650ea5f2047a2
] - inspector: update inspector_protocol to 8ec18cf (Rich Trott) #396141e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #377488a2ce5dae6
] - inspector: move inspector async hooks to environment (Joyee Cheung) #39112338189ff6f
] - lib: simplify validators (Voltrex) #39753e1019351e8
] - lib: cleanup validation (Voltrex) #39652dbaf4988bc
] - lib: use validators (Voltrex) #396639c33e4bfb2
] - lib: use validator (Voltrex) #395475b1104291d
] - lib: usevalidateObject
(Voltrex) #396051ce81079df
] - lib: remove use of array destructuring (Antoine du Hamel) #36818b24b34effd
] - lib: addbound apply
variants of varargsprimordials
(ExE Boss) #370057cdff9a6a8
] - lib: refactorprimordials.makeSafe
to use more primordials (ExE Boss) #368651737352580
] - lib: comment explaining special-case handling of promises (Stephen Belanger) #391357f54cccb6c
] - lib: refactor to use validateString (ZiJian Liu) #3700698259dc527
] - module: improve support of data: URLs (Antoine du Hamel) #373929aba2888a1
] - net: throw ERR_OUT_OF_RANGE if blockList.addSubnet prefix is NaN (ZiJian Liu) #367322ca12c83b4
] - node-api: handle pending exception in cb wrapper (Michael Dawson) #394769e5edf2158
] - node-api: cctest on v8impl::Reference (legendecas) #38970a74032a490
] - node-api: rtn pending excep on napi_new_instance (legendecas) #38798bcb85adee6
] - policy: canonicalize before resolving specifiers (Bradley Farias) #378630ff520cf02
] - policy: fix integrity when DEFAULT_ENCODING is set (Tobias Nießen) #397506c87b591d9
] - readline: allow completer to rewrite existing input (Anna Henningsen) #3917837b4708b19
] - repl: fix tla function hoisting (Don Jayamanne) #397459264caeafe
] - repl: do not include legacy getter/setter methods in completion (Anna Henningsen) #3957650c5e71e22
] - repl: correctly hoist top level await declarations (ejose19) #392651e065a0a43
] - repl: processTopLevelAwait fallback error handling (ejose19) #3929099664494ff
] - repl: ensure correct syntax err for await parsing (Guy Bedford) #39154761dafafde
] - repl: fix Ctrl+C on top level await (Antoine du Hamel) #3865688b02cbb08
] - repl: add auto‑completion for dynamic import calls (ExE Boss) #371788f3a8830ba
] - repl: refactor to avoid unsafe array iteration (Antoine du Hamel) #37188a48e2d6ec7
] - repl: refactor to avoid unsafe array iteration (Darshan Sen) #3666320ffadf437
] - repl: refactor to use more primordials (Antoine du Hamel) #36264f69c934ad4
] - report: generates report on threads with no isolates (legendecas) #38994c4686fa5a7
] - src: fix TextDecoder final flush size calculation (James M Snell) #39737495cd02c20
] - src: add cosmetic space character toasync_wrap.h
file (Juan José Arboleda) #39459985ec48975
] - src: print native module id on native module not found (legendecas) #39460e6ff7e648e
] - src: close HandleWraps instead of deleting them in OnGCCollect() (Anna Henningsen) #394415c473bdc12
] - src: remove unused guards around node-api reference (legendecas) #3833441213bd507
] - src: add JSDoc typings for v8 (Voltrex) #3894402b1df9fac
] - src: fix crash in AfterGetAddrInfo (Anna Henningsen) #3973599493b07d4
] - src: fix fatal errors when a current isolate not exist (legendecas) #386249433c28c14
] - src: remove more extra semis from member fns (Shelley Vohr) #38744bad990c934
] - src: use BaseObject::kInteralFieldCount in Blob (Joyee Cheung) #369910a759dff52
] - src: compare IPv4 addresses in host byte order (Colin Ihrig) #39096d73181f243
] - src: reduce duplicated boilerplate with new env utility fn (James M Snell) #3653685af15a8b6
] - src: allow instances of net.BlockList to be created internally (James M Snell) #347411008c80176
] - src: add SocketAddressLRU Utility (James M Snell) #34618e404841a9c
] - src: set PromiseHooks by Environment (Bryan English) #38821c8c290ae8f
] - src,zlib: tighten up Z_*_WINDOWBITS macros (Khaidi Chu) #39115de171177b4
] - stream: cleanendWritableNT
(Mestery) #3964532a5b8f59b
] - stream: move duplicated code to an internal module (Rich Trott) #37508f90b22d351
] - util: add internal createDeferredPromise() (Colin Ihrig) #3709561b4a98480
] - zlib: avoid convertingUint8Array
instances toBuffer
(Antoine du Hamel) #39492Documentation commits
8efd559347
] - doc: add duplicate CVE check in sec. release doc (Daniel Bevenius) #398457b123ec78d
] - doc: improve description of the triagers team (Michaël Zasso) #39833615477f67b
] - doc: update instructions for cc (Michael Dawson) #396741a8a26d92e
] - doc: fix malformed changelog entries (Rich Trott) #397919e772ca9a1
] - doc: fix lint errors in packages.md (Rich Trott) #397922624c98207
] - doc: add example of self-reference in scoped packages (Jesús Leganés-Combarro 'piranna) #3763000f2cee26c
] - doc: add himadriganguly as a triager (Himadri Ganguly) #3975795b9cc78d2
] - doc: fix YAML comment opening tags (Jayden Seric) #3832449a7962d58
] - doc: fixfs.rmdir
recursive
option deprecation history (Antoine du Hamel) #3972853300d33c7
] - doc: fixed variable names in queueMicrotask example (ashish maurya) #39634df1e20aaf1
] - doc: update debugger.md description and examples (Rich Trott) #396619672bbf01c
] - doc: fix color contrast issue in light mode (Rich Trott) #3966048281ecfcd
] - doc: add code examples toWritable.destroy()
andWritable.destroyed
(Juan José Arboleda) #394918799a134e4
] - doc: moveNODE_MODULE_VERSION
in release guide (Richard Lau) #3954489c8afcf48
] - doc: remove outdated ARM information from release guide (Richard Lau) #39544a718b26f28
] - doc: fence command examples in release guide (Richard Lau) #3954442669bb049
] - doc: update backport labels in release guide (Richard Lau) #39544a437de3c5f
] - doc: add code example tohttp.createServer
method (Juan José Arboleda) #39455695569fc17
] - doc: move lball@redhat.com to emeritus (Lance Ball) #39501c7523da86c
] - doc: update AUTHORS (Rich Trott) #39488e826109d5c
] - doc: update strategic initiative champion (Rich Trott) #3948739da842051
] - doc: simplify unnecessarily specific .mailmap entries (Rich Trott) #394306a4c6ce4d7
] - doc: update checkbox label in backporting guide (Darshan Sen) #39420d17afa08bd
] - doc: remove _Addenda_ from headers (Rich Trott) #39427ae97a96d9e
] - doc: simplify .mailmap file (Rich Trott) #39418a3dee70f66
] - doc: fix broken internal link in http.md (Rich Trott) #39425ca947ac524
] - doc: remove outdated step in onboarding exercise (Rich Trott) #3941086e12607f0
] - doc: revise strategic initiatives text (Rich Trott) #39417cd8e773d28
] - doc: update mailmap and AUTHORS (Rich Trott) #393938376b07ae8
] - doc: use a details tag for completed initiatves (Rich Trott) #3941643d28f5f00
] - doc: update commit-queue.md to indicate GitHub Actions are checked (Rich Trott) #3941163b0603e95
] - doc: use _pull request_ instead of _PR_ in onboarding doc (Rich Trott) #3940973f784f764
] - doc: add strategic initiatives from TSC repo (Rich Trott) #393941a494d51dc
] - doc: standardize on _pull request_ (Rich Trott) #39384eb12e4ccfb
] - doc: make minor edits to pull request text (Rich Trott) #39383ab0bf4fa1a
] - doc: add docker-node and build-wg issue contents (Daniel Bevenius) #392158438e8bf33
] - doc: add instructions for core vuln files (Daniel Bevenius) #39220c3cfefc2d3
] - doc: standardize on not capitalizing _collaborator_ (Rich Trott) #39379672023f9f2
] - doc: update mailmap and deduplicate AUTHORS entry (Rich Trott) #39391baaa397e39
] - doc: update AUTHORS (Rich Trott) #39367f39d93a428
] - doc: move jdalton to emeritus (Rich Trott) #393800b1ce72d64
] - doc: edit guide on pull requests (Rich Trott) #393596f0b3a20d1
] - doc: add text about moving long commit lists out of PR description (Danielle Adams) #391869d43ce3b80
] - doc: do not use & for "and" in text (Rich Trott) #3934525c104f21f
] - doc: update AUTHORS (Rich Trott) #39277b47b47930c
] - doc: put information about the past in details tags (Rich Trott) #393215eafc3afa8
] - doc: move AndreasMadsen to emeritus (Rich Trott) #39315fbf658f1d5
] - doc: move ofrobots to collaborator emeritus (Rich Trott) #39307fc7d714149
] - doc: simplify CRAN mirror text in benchmark guide (Rich Trott) #3928722f0b7e0d0
] - doc: use "repository" instead of "repo" in onboarding.md (Rich Trott) #39286f46ae3ffb6
] - doc: update collaborator email address (Rich Trott) #392638c569cef88
] - doc: remove GitHub mark (Rich Trott) #39251b4a0c5a384
] - doc: remove emailing the TSC from offboarding doc (Rich Trott) #39280a4d70ff0cc
] - doc: use "repository" in guides versus repo (Michael Dawson) #3919831163ed9ee
] - doc: update Node-api version matrix (Michael Dawson) #391979357547519
] - doc: update node-api support matrix (Michael Dawson) #38424f08e9d5230
] - doc: remove onboarding-extras (Rich Trott) #392526466faf26d
] - doc: move Sam Ruby to emeritus (Rich Trott) #3926406acbf6453
] - doc: update AUTHORS file (Rich Trott) #392509178805653
] - doc: fix color contrast for anchor marks in dark mode (Rich Trott) #39168c6118b23f7
] - doc: rename datatypes to data types (FrankEntriken) #39209fdd315918f
] - doc: normalize CSS variable names and indentation (Rich Trott) #391999c7c44781c
] - doc: use more consistent formatting for deprecations (Rich Trott) #39218c97ebd7905
] - doc: update AUTHORS (Rich Trott) #39217c4a3a24848
] - doc: use "pull request" instead of "PR" in packages.md (Rich Trott) #392130d098bfaf0
] - doc: move v8.stopCoverage() to expected location in doc (Rich Trott) #39212bd6af78749
] - doc: move vm.measureMemory() to expected location in doc (Rich Trott) #392117378b84bb8
] - doc: add missing deprecation code (Colin Ihrig) #371472f6861ca51
] - doc: use ASCII order for md refs (Antoine du Hamel) #39170fa3909504f
] - doc: add cc oss-security@lists.openwall.com (Daniel Bevenius) #3919152105acd5f
] - doc: remove instructions for unsupported Node.js versions (Rich Trott) #39185eb2d75da16
] - doc: remove obsolete cc recommendations (Rich Trott) #391814cf17edd03
] - doc: use "repository" in maintaining-V8 doc (Rich Trott) #39179d6a4f8aac9
] - doc: fix broken link in errors.md (Rich Trott) #3920082458b30fe
] - doc: correct JavaScript primitive value names in n-api.md (legendecas) #391292629979fd0
] - doc: apply logical ordering to CSS variables (Rich Trott) #391691996580b06
] - doc: use repository instead of repo (Rich Trott) #3915774ba115ab6
] - doc: fixEventTarget.dispatchEvent
docs (Rohan Sharma) #391272884d9094d
] - doc: update AUTHORS file (Rich Trott) #39082d069c725b1
] - doc: fix napi_default_property name (Davidson Francis) #391041b74d3f775
] - doc: fix dead links in packages.md (Michaël Zasso) #391130c2b5a048d
] - doc: clearify that http does chunked encoding itself (Mao Wtm) #28379d0d731e271
] - doc: add descriptions about whenoptions.mode
is ignored (Ray) #39881898db5a570
] - doc: add code example tofs.truncate
method (Juan José Arboleda) #3945405d7460747
] - doc: add annotation to writeFiledata
asObject
(Jacob) #391672ef61b987d
] - doc: fix constants usage in fs.access example (Cyrille Bourgois) #39289b2c533ea1d
] - doc: remove unnecessary module format comments (Rich Trott) #39219e8355c47d2
] - doc: remove file name from self-reference links (Antoine du Hamel) #39165f799c4617e
] - doc: useawait
in filehandle.truncate() snippet (RA80533) #38939e7f3f0d778
] - doc: update abort signal in fs promise api example (Moritz Kneilmann) #38669a44219d979
] - doc: add documentation for fs.WriteStream.close() (Hitesh Sharma) #38610c3ae1cfbab
] - doc: fix fs.openSync() signature (Luigi Pinca) #3859123a8aed3f9
] - doc: typo stats() should be stat(); clarity (Bryan Field) #385419fe46ea0fd
] - doc: fix broken AHAFS link in fs doc (Rich Trott) #385347a92c3cfd4
] - doc: clarify that fs.Dir async iterator closes automatically (James M Snell) #38438b819848487
] - doc: remove superfluous await from fsPromises.readdir example (Michael Rommel) #382939fa7dcf9df
] - doc: fix missing backtick in fs.md (Siddharth) #382604cf4ee99dc
] - doc: fix typo in fs.md (Antoine du Hamel) #38100f9d36cbf42
] - doc: fix typos in /doc/api/fs.md (Merlin Luntke) #37557bbcc2171c5
] - doc: fix typo "director" instead of "directory" (humanwebpl) #3752367ac6b3b66
] - doc: fix "referred to" in fs docs (Tobias Nießen) #373883b9fa2412f
] - doc: change "Version 4 UUID" to "version 4 UUID" (Tobias Nießen) #396823d26572773
] - doc: add point to ask H1 reporter about credit (Daniel Bevenius) #39585469190d13c
] - doc: move util.toUSVString() outside of deprecated group (Luigi Pinca) #39840f509788850
] - doc: fix lint error in modules.md (Rich Trott) #37811a7833c7ce6
] - doc: refactor signal info in child_process.md (Darshan Sen) #37528f5b2fe1204
] - doc: change lang info string in fs JS snippets (Antoine du Hamel) #37605307c1d817f
] - doc: refactor fs docs structure (Michaël Zasso) #37170298a16a2e7
] - doc: update emitClose default for fs streams (Kevin Locke) #366530c469b3f77
] - doc: revise process.memoryUsage() text (Rich Trott) #367571ebe7d70ea
] - doc: fix punctuation in v8.md (Rich Trott) #36192591a05b637
] - doc: add link for v8.takeCoverage() (Rich Trott) #36135e5fe3164f3
] - doc: add YAML metadata for process.memoryUsage.rss (Gerhard Stoebich) #36781Other commits
ab66dabbf2
] - doc,meta: update email addresses for misterdjules (Rich Trott) #39433c6ccd97fe2
] - doc,tools: removecheckLinks.mjs
(Antoine du Hamel) #392068f8f528f08
] - meta: add gyp as owner of gyp files and tools/gyp (Mary Marchini) #348474b2eee5232
] - meta: consolidate AUTHORS entries for ooHmartY (Rich Trott) #397056916a6c2b0
] - meta: consolidate AUTHORS entries for homosaur (Rich Trott) #39705b65a635c8a
] - meta: consolidate AUTHORS entries for Ayase-252 (Rich Trott) #39705e86b59cf4c
] - meta: consolidate AUTHORS entries for robin-drexler (Rich Trott) #397051eda8442bd
] - meta: consolidate AUTHORS entries for samshull (Rich Trott) #39705cd67d86572
] - meta: update AUTHORS (Rich Trott) #39705bb06282a9e
] - meta: consolidate email addresses for MarshallOfSound (Rich Trott) #3965112fe34eae4
] - meta: consolidate email addresses for tadjik1 (Rich Trott) #396514301e252b4
] - meta: consolidate email addresses for szmarczak (Rich Trott) #396513e8fc49730
] - meta: update AUTHORS (Rich Trott) #3963660f41c34dd
] - meta: simplify mailmap (Rich Trott) #39612fc9c680260
] - meta: consolidate emails for tadhgcreedon (Rich Trott) #39611d87fcf9959
] - meta: consolidate emails for timcosta (Rich Trott) #39611fdbe97849b
] - meta: consolidate emails for timruffles (Rich Trott) #39611b9f2ea92e9
] - meta: update AUTHORS (Rich Trott) #39629472cf1520e
] - meta: add mailmap entry for ryzokuken (Rich Trott) #39596ae3f8b1eda
] - meta: add mailmap entry for uttampawar (Rich Trott) #395962a2d8ebd90
] - meta: add mailmap entry for dmabupt (Rich Trott) #39596030036ec92
] - meta: align README/.mailmap/AUTHORS email entries (Rich Trott) #39505fd2146be91
] - meta: add mailmap entry for garygsc (Rich Trott) #395880833e2d9cb
] - meta: add mailmap entry for ttzztztz (Rich Trott) #395881fbc19ee32
] - meta: update AUTHORS (Rich Trott) #395872d6428665d
] - meta: update .mailmap to remove duplication in AUTHORS (Rich Trott) #395616c4febd701
] - meta: add .mailmap entries to remove AUTHORS duplicates (Rich Trott) #395601755f49a20
] - meta: add .mailmap entry to remove duplication in AUTHORS (Rich Trott) #39559fdcc5729d9
] - meta: update collaborator email in AUTHORS/.mailmap (Rich Trott) #3952127e9a44852
] - meta: update collaborator email in README (Rich Trott) #395215e1c49ff0f
] - meta: update collaborator email in AUTHORS/.mailmap (Rich Trott) #39521fbecae169e
] - meta: move gdams to emeritus (Rich Trott) #3953948ec33f1b8
] - meta: update collaborator email in README (Rich Trott) #39510f269df31ea
] - meta: remove unneeded .mailmap entry (Rich Trott) #39512b0c1aab28d
] - meta: update email address for collaborator (Rich Trott) #395115f4935292a
] - meta: align collaborator name in .mailmap/AUTHORS with README (Rich Trott) #394891b2078c912
] - meta: align email address in README/.mailmap/AUTHORS (Rich Trott) #395032f816bf24b
] - meta: revise .mailmap for README consistency (Rich Trott) #394571302a911f5
] - meta: alphabetize .mailmap file (Rich Trott) #3943455322c0260
] - meta: align collaborator email in .mailmap/AUTHORS with README (Rich Trott) #3947883f5cc0bd4
] - meta: update AUTHORS (Rich Trott) #3946169b56a3fe9
] - meta: add .mailmap entry for new email for existing contributor (Rich Trott) #394312f325c946f
] - meta: use form schema for bug report template (Michaël Zasso) #391949766a99dd2
] - meta: add @nodejs/actions as CODEOWNERS (Mary Marchini) #39119e660892f1a
] - test: use simplfied validator (voltrexmaster) #39753779417f97e
] - test: use template to concatenate string (Himadri Ganguly) #39621a61076042d
] - test: deflake test-http2-buffersize (Luigi Pinca) #3959168ef265c39
] - test: convert anonymous function to arrow function (Himadri Ganguly) #3960478db43c9e7
] - test: add test-debugger-breakpoint-exists (Rich Trott) #395705696bcf715
] - test: fix WASI link test (Richard Lau) #394850b564a6d40
] - test: add test for WebSocket secret verification in debugger (Rich Trott) #39357831f266d6f
] - test: put common lint exceptions into config file (Rich Trott) #39358d8066f5325
] - test: mark test-domain-error-types flaky (James M Snell) #39369c915a1bd04
] - test: remove eslint-disable comment from fixture file (Rich Trott) #393201eb8307cc5
] - test: move debugger test case to parallel (Rich Trott) #39300546202364c
] - test: remove debugger workaround for AIX (Rich Trott) #39296e12164e88d
] - test: fix test-debugger-heap-profiler for workers (Richard Lau) #39687a45bf2f1a0
] - test: use common.PORT instead of hardcoded port number (Rich Trott) #392989b737ebd4b
] - test: add test for debugger restart message issue (Rich Trott) #3927368523894ab
] - test: remove workaround code in debugger test (Rich Trott) #392382cd414147b
] - test: move test-debugger-address to parallel (Rich Trott) #39236a2e4020e4b
] - test: prepare for consistent comma-dangle lint rule (Rich Trott) #3793062b439e04d
] - test: replace "inspector-cli" with "debugger" (Rich Trott) #39156f13a302d23
] - test: improve coverage of stream.Readable (Rongjian Zhang) #38702f3d2e6ac29
] - test: add tests forbound apply
variants of varargsprimordials
(ExE Boss) #37005f70fd00fb3
] - test: use localhost test instead of connecting to remote (Adam Majer) #39011c4ff5e4a7e
] - test: update error message keywords (leeight) #39826922dacebfb
] - test: increase coverage for Blob (ZiJian Liu) #38515c6ab19895d
] - test: account for OOM risks in heapsnapshot-near-heap-limit tests (Joyee Cheung) #37761971d5be57c
] - test: split heap snapshot limit tests (Rich Trott) #37189815d59a7b3
] - test: fix test-memory-usage.js for IBMi (Rich Trott) #36758aa5309c33f
] - test: increase coverage for net/blocklist (Zijian Liu) #36405f3be3ec417
] - test: check mustCall errors in test-fs-read-type (Tobias Nießen) #36914b643fe7edf
] - test: use faster variant for rss (Pooja D P) #36839d4362db111
] - test: use faster variant for rss in test-crypto-dh-leak (Pooja D P) #367663094ef967a
] - test: use faster variant for rss in test-vm-memleak.js (Pooja D P) #36769ff7879b41e
] - test: use faster variant for rss test-memoryusage-emfile (Pooja D P) #3676855493f2011
] - tools: update workflow to open a pull request (Rich Trott) #39825417a3ac474
] - tools: use find-inactive-collaborators to modify README.md (Rich Trott) #39825e9b1a006a1
] - tools: fix markdown linting (Rich Trott) #3983267f1bff657
] - tools: update markdown linter dependencies and move to ESM (Antoine du Hamel) #3980167c5921e8a
] - tools: update rollup to latest version in markdown linter (Rich Trott) #3979764714b429a
] - tools: update markdown lint dependencies (Rich Trott) #39770de9461168a
] - tools: bump remark-preset-lint-node to 3.0.0 (Rich Trott) #39755dfdf6c7317
] - tools: update markdown linter rules (Rich Trott) #38384f8fee449f7
] - tools: update path-parse in markdown linter package-lock file (Rich Trott) #39729a338c0e07b
] - tools: fix more build warnings in inspector_protocol (Richard Lau) #3972509630cf199
] - tools: cherry-pick ffb34b6 (Darshan Sen) #3972526a067e33e
] - tools: update inspector_protocol to e8ba1a7 (Rich Trott) #396949847d58feb
] - tools: update inspector_protocol to 39ca567 (Rich Trott) #396946870bb7505
] - tools: update inspector_protocol to 97d3146 (Rich Trott) #39694383fa01e97
] - Revert "tools: fix compiler warning in inspector_protocol" (Rich Trott) #39694b95a759c86
] - tools: update inspector_protocol to a53e96d31a2755eb16ca37 (Rich Trott) #39694ad39687422
] - tools: update inspector_protocol to fe0467fd105a (Rich Trott) #3969478de83cc74
] - tools: improve error detection in find-inactive-collaborators (Rich Trott) #39617a5152a0875
] - tools: flag README/mailmap mismatches in find-inactive-collaborators (Rich Trott) #3947787c5332f89
] - tools: use mailmap for find-inactive-collaborators (Rich Trott) #39432f75224f1ce
] - tools: email matchin is case insensitive for .mailmap (Rich Trott) #39430dfb77a581f
] - tools: make internal link checker more robust (Rich Trott) #39429d2c0da20a0
] - tools: added remark-frontmatter (Ben Halverson) #38717cec04821aa
] - tools: change commit fetch limiting in find-inactive-collaborators (Rich Trott) #39362d948148498
] - tools: use Node.js 16.x for GitHub workflow (Rich Trott) #39362edc5791b5a
] - tools: add GitHub Action to run find-inactive-collaborators.mjs (Rich Trott) #39335d86d37bc9e
] - tools: relax max-len lint rule for template strings (Rich Trott) #38097f467e2a0c5
] - tools: pass bot token to node-pr-labeler (Michaël Zasso) #3927161ec594609
] - tools: add find-inactive-collaborators.js (Rich Trott) #39262ff0ca11521
] - tools: update path-parse to 1.0.7 (Rich Trott) #39232b8fb75121b
] - tools: remove unusedlint-pr-commit-message.sh
(Richard Lau) #39120e7761b627f
] - tools: apply consistent comma-dangle lint rule (Rich Trott) #37930315eba7789
] - tools: make comma-dangle ESLint rule more stringent … (Rich Trott) #370883ecfe9d7ee
] - tools: update remark-preset-lint-node to 2.4.1 (Rich Trott) #3920170e527c0c7
] - tools: upgradehighlight.js
to version 11.0.1 (Antoine du Hamel) #390327b2bebba7a
] - tools: add support for import assertions in linter (Antoine du Hamel) #399241353a6e22f
] - tools: update ESLint to 7.32.0 (Luigi Pinca) #39602509f26549c
] - tools: update ESLint to 7.31.0 (Colin Ihrig) #39424f0e0c8f720
] - tools: update ESLint to 7.30.0 (Colin Ihrig) #392426540c271e4
] - tools: update @babel/eslint-parser to 7.14.7 (Rich Trott) #39160d7e2318e74
] - tools: add ESLint rule no-array-destructuring (Antoine du Hamel) #3681887e5429334
] - tools,doc: fix error message for unrecognized type (Antoine du Hamel) #39221f206af679c
] - typings: add a few JSDoc typings for the net lib module (nerdthatnoonelikes) #38953d458cd7e2b
] - typings: add JSDoc typings for timers (Voltrex) #38834