2021-04-20, Version 16.0.0 (Current) #37678
Conversation
This comment has been hidden.
This comment has been hidden.
|
Converting out of draft so actions runs are automatic. |
Notable changes: * TBD PR-URL: #37678
Notable changes: * TBD PR-URL: #37678
|
Analysis of (some of) the citgm results: nodejs/citgm#852 (comment) |
Notable changes: * TBD PR-URL: #37678
|
So far I have tracked it down to npm/cli@41facf6 which came in via npm@7.7.0. Specifically, we're hitting a /cc @nodejs/npm (although potentially already on your radar from chatting with @ruyadorno) |
Starting in v7.7.0 running `npm` (no args) is printing an empty newline to stderr. This fixes that by correctly exiting via errorHandler and avoiding hitting the cb() never called error and adds a test to make sure we avoid that regression moving forward. Fixes: nodejs/node#37678 (comment) Co-authored-by: Gar <gar+gh@danger.computer>
Starting in v7.7.0 running `npm` (no args) is printing an empty newline to stderr. This fixes that by correctly exiting via errorHandler and avoiding hitting the cb() never called error and adds a test to make sure we avoid that regression moving forward. Fixes: nodejs/node#37678 (comment) Co-authored-by: Gar <gar+gh@danger.computer>
Starting in v7.7.0 running `npm` (no args) is printing an empty newline to stderr. This fixes that by correctly exiting via errorHandler and avoiding hitting the cb() never called error and adds a test to make sure we avoid that regression moving forward. Fixes: nodejs/node#37678 (comment) Co-authored-by: Gar <gar+gh@danger.computer>
Starting in v7.7.0 running `npm` (no args) is printing an empty newline to stderr. This fixes that by correctly exiting via errorHandler and avoiding hitting the cb() never called error and adds a test to make sure we avoid that regression moving forward. Fixes: nodejs/node#37678 (comment) Co-authored-by: Gar <gar+gh@danger.computer>
Starting in v7.7.0 running `npm` (no args) is printing an empty newline to stderr. This fixes that by correctly exiting via errorHandler and avoiding hitting the cb() never called error and adds a test to make sure we avoid that regression moving forward. Fixes: nodejs/node#37678 (comment) Co-authored-by: Gar <gar+gh@danger.computer>
Starting in v7.7.0 running `npm` (no args) is printing an empty newline to stderr. This fixes that by correctly exiting via errorHandler and avoiding hitting the cb() never called error and adds a test to make sure we avoid that regression moving forward. Fixes: nodejs/node#37678 (comment) Co-authored-by: Gar <gar+gh@danger.computer>
Notable changes: * TBD PR-URL: #37678
This comment has been hidden.
This comment has been hidden.
|
@BethGriggs can you pull in 16920db? Also regenerate the notable changes on top as one was reverted. |
Notable changes: * TBD PR-URL: #37678
|
I've updated the proposal for rc.2. I hope for the commits for v16.0.0 to be mostly frozen on ~13th April. This gives us some baking time before the release and time to finalize the changelog/release announcement. @nodejs/tsc the following majors landed with < 4 weeks to go. Please let me know if there are any objections to any of these landing in v16.0.0:
(I'd appreciate |
This comment has been hidden.
This comment has been hidden.
Notable changes: * TBD PR-URL: #37678
I'm wondering if we want to fast-track in a change to make these enumerable per #37786 (review) unless there is some technical reason we can't/shouldn't do that? @jasnell |
Notable changes: * TBD PR-URL: #37678
| * [[`324a6c235a`](https://github.com/nodejs/node/commit/324a6c235a)] - **(SEMVER-MAJOR)** **async_hooks**: add thisArg to AsyncResource.bind (James M Snell) [#36782](https://github.com/nodejs/node/pull/36782) | ||
| * [[`d1e2184c8e`](https://github.com/nodejs/node/commit/d1e2184c8e)] - **(SEMVER-MAJOR)** **buffer**: expose btoa and atob as globals (James M Snell) [#37786](https://github.com/nodejs/node/pull/37786) | ||
| * [[`1d8c022544`](https://github.com/nodejs/node/commit/1d8c022544)] - **(SEMVER-MAJOR)** **build**: update Makefile to support fat binary (Ash Cripps) [#37861](https://github.com/nodejs/node/pull/37861) | ||
| * [[`a572a4e34e`](https://github.com/nodejs/node/commit/a572a4e34e)] - **(SEMVER-MAJOR)** **build**: reset embedder string to "-node.0" (Michaël Zasso) [#37587](https://github.com/nodejs/node/pull/37587) |
targos
Apr 14, 2021
Member
Yes, I'll prepare a patch for the changelog once you've finalized the commit list. Ping me again when it's ready, please.
|
FYI, I plan to update the proposal and produce the last rc later today. If there are any PRs that are yet to land on (Already keeping track of #38227 and the Python 2/3 related PRs.) |
|
If we would like to merge #37931 in v16 altogether cc @nodejs/tsc. |
|
#37966 should be included as well. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Release Date: 2021-04-20
Proposed major cut-off: 2021-03-23
(Early draft PR to enable test builds. Expected to be updated weekly up until ~1 week before the release.)
2021-04-20, Version 16.0.0 (Current), @BethGriggs
Notable Changes
Deprecations and Removals
Stable Timers Promises API
The Timers Promises API provides an alternative set of timer functions that return Promise objects. Added in Node.js v15.0.0, in this release they graduate from experimental status to stable.
Contributed by James Snell - #38112
Toolchain and Compiler Upgrades
V8 9.0
The V8 JavaScript engine is updated to V8 9.0, including performance tweaks and improvements.
This update also brings the ECMAScript RegExp Match Indices, which provide the start and end indices of the captured string. The indices array is available via the
.indicesproperty on match objects when the regular expression has the/dflag.Contributed by Michaël Zasso - #37587
Other Notable Changes
node:‑prefixedrequire(…)calls (ExE Boss) #37246node:‑prefixedrequire(…)calls (ExE Boss) #37246Semver-Major Commits
324a6c235a] - (SEMVER-MAJOR) async_hooks: add thisArg to AsyncResource.bind (James M Snell) #36782d1e2184c8e] - (SEMVER-MAJOR) buffer: expose btoa and atob as globals (James M Snell) #377861d8c022544] - (SEMVER-MAJOR) build: update Makefile to support fat binary (Ash Cripps) #37861a572a4e34e] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #3758738f32386c1] - (SEMVER-MAJOR) build: include minimal V8 headers in distribution (Michaël Zasso) #37570f3c7078245] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #37330842389839b] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #36139a19af5ee71] - (SEMVER-MAJOR) build: use C++11 ABI with libstdc++ (Anna Henningsen) #366348d6b74d347] - (SEMVER-MAJOR) build: enable ASLR (PIE) on OS X (woodfairy) #3570498d1ae47cf] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #3570064d5be25ab] - (SEMVER-MAJOR) deps: V8: cherry-pick 1648e050cade (Michaël Zasso) #37587621b544909] - (SEMVER-MAJOR) deps: silence irrelevant V8 warnings (Michaël Zasso) #375870d78bc3101] - (SEMVER-MAJOR) deps: fix V8 build issue with inline methods (Jiawen Geng) #354155214918856] - (SEMVER-MAJOR) deps: make v8.h compatible with VS2015 (Joao Reis) #321166b3caf77b2] - (SEMVER-MAJOR) deps: V8: forward declaration ofRtl\*FunctionTable(Refael Ackermann) #32116d0a032fafb] - (SEMVER-MAJOR) deps: V8: patch register-arm64.h (Refael Ackermann) #32116c8b2fa642e] - (SEMVER-MAJOR) deps: V8: un-cherry-pick bd019bd (Refael Ackermann) #32116732ad99e47] - (SEMVER-MAJOR) deps: update V8 to 9.0.257.11 (Michaël Zasso) #3758743cc8e4b2e] - (SEMVER-MAJOR) deps: bump minimum ICU version to 68 (Michaël Zasso) #373308eeecc19ae] - (SEMVER-MAJOR) deps: V8: cherry-pick 8957d4677aa7 (Michaël Zasso) #37330b186142a0b] - (SEMVER-MAJOR) deps: V8: backport a11395433dbd (Michaël Zasso) #37330290f2d8d3e] - (SEMVER-MAJOR) deps: V8: cherry-pick deb0813166f3 (Michaël Zasso) #3613963ed0b8bfe] - (SEMVER-MAJOR) deps: V8: cherry-pick 9a6a22874c81 (Michaël Zasso) #3613947f1c5257a] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #3733019d975241f] - (SEMVER-MAJOR) deps: workaround stod() limitations on SmartOS (Colin Ihrig) #3733070f928c6a6] - (SEMVER-MAJOR) deps: fix V8 build issue with inline methods (Jiawen Geng) #35415b045e39513] - (SEMVER-MAJOR) deps: patch V8 to run on Xcode 8 (Mary Marchini) #3211632725d2224] - (SEMVER-MAJOR) deps: make v8.h compatible with VS2015 (Joao Reis) #32116fe3cee7b37] - (SEMVER-MAJOR) deps: V8: forward declaration ofRtl\*FunctionTable(Refael Ackermann) #32116b2d05f7349] - (SEMVER-MAJOR) deps: V8: patch register-arm64.h (Refael Ackermann) #32116c7a0ab4e3d] - (SEMVER-MAJOR) deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #3211660b623ee90] - (SEMVER-MAJOR) deps: V8: un-cherry-pick bd019bd (Refael Ackermann) #32116c5ff019a4e] - (SEMVER-MAJOR) deps: update V8 to 8.9.255.19 (Michaël Zasso) #37330577ff9fee5] - (SEMVER-MAJOR) deps: V8: cherry-pick deb0813166f3 (Michaël Zasso) #3613900e1c7ea83] - (SEMVER-MAJOR) deps: V8: cherry-pick 9a6a22874c81 (Michaël Zasso) #36139ee01d6b7fc] - (SEMVER-MAJOR) deps: V8: cherry-pick 2059ee813359 (Michaël Zasso) #361392dad8d43cc] - (SEMVER-MAJOR) deps: V8: cherry-pick bde7ee5473d6 (Michaël Zasso) #361393046131ea0] - (SEMVER-MAJOR) deps: V8: cherry-pick 9a712984025e (Michaël Zasso) #36139d178d0738f] - (SEMVER-MAJOR) deps: V8: cherry-pick 0b96e5b0bfb2 (Michaël Zasso) #361395c71ea151a] - (SEMVER-MAJOR) deps: V8: cherry-pick fbb28902e049 (Michaël Zasso) #36139c8e15cd2c6] - (SEMVER-MAJOR) deps: V8: cherry-pick 821fb3883a8e (Michaël Zasso) #35700b0d67426af] - (SEMVER-MAJOR) deps: workaround stod() limitations on SmartOS (Colin Ihrig) #36139c8a658ac53] - (SEMVER-MAJOR) deps: fix V8 build issue with inline methods (Jiawen Geng) #35415153b8cea36] - (SEMVER-MAJOR) deps: patch V8 to run on Xcode 8 (Mary Marchini) #32116a785984133] - (SEMVER-MAJOR) deps: V8: silence irrelevant warnings (Michaël Zasso) #32116246c9b8c31] - (SEMVER-MAJOR) deps: make v8.h compatible with VS2015 (Joao Reis) #3211696a567f9e9] - (SEMVER-MAJOR) deps: V8: forward declaration ofRtl\*FunctionTable(Refael Ackermann) #32116e74383cecb] - (SEMVER-MAJOR) deps: V8: patch register-arm64.h (Refael Ackermann) #32116732847f1eb] - (SEMVER-MAJOR) deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #3211670171d186f] - (SEMVER-MAJOR) deps: V8: un-cherry-pick bd019bd (Refael Ackermann) #32116c7b3292251] - (SEMVER-MAJOR) deps: update V8 to 8.8.278.17 (Michaël Zasso) #3613915c91c6dd5] - (SEMVER-MAJOR) deps: V8: cherry-pick 821fb3883a8e (Michaël Zasso) #3570040b2fa4832] - (SEMVER-MAJOR) deps: V8: cherry-pick 45e49775f5a3 (Michaël Zasso) #35700cd91ab5865] - (SEMVER-MAJOR) deps: V8: cherry-pick 7b3a27b7ae65 (Michaël Zasso) #35700f4fc099080] - (SEMVER-MAJOR) deps: V8: cherry-pick d76abfed3512 (Michaël Zasso) #354156200176ef0] - (SEMVER-MAJOR) deps: fix V8 build issue with inline methods (Jiawen Geng) #35415bd5642deb9] - (SEMVER-MAJOR) deps: update V8 postmortem metadata script (Colin Ihrig) #354159ae7159216] - (SEMVER-MAJOR) deps: update V8 postmortem metadata script (Colin Ihrig) #33579f4b4e21b2f] - (SEMVER-MAJOR) deps: patch V8 to run on Xcode 8 (Mary Marchini) #32116f6a84540d8] - (SEMVER-MAJOR) deps: V8: silence irrelevant warnings (Michaël Zasso) #32116bbc3f46572] - (SEMVER-MAJOR) deps: make v8.h compatible with VS2015 (Joao Reis) #321160c988642dc] - (SEMVER-MAJOR) deps: V8: forward declaration ofRtl\*FunctionTable(Refael Ackermann) #32116703bf933d4] - (SEMVER-MAJOR) deps: V8: patch register-arm64.h (Refael Ackermann) #321165451975b18] - (SEMVER-MAJOR) deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #32116c460f7af4d] - (SEMVER-MAJOR) deps: V8: un-cherry-pick bd019bd (Refael Ackermann) #3211648db20f6f5] - (SEMVER-MAJOR) deps: update V8 to 8.7.220 (Michaël Zasso) #35700d85e1f0703] - (SEMVER-MAJOR) dns: use url module instead of punycode for IDNA (Antoine du Hamel) #35091290c158018] - (SEMVER-MAJOR) doc: update minimum supported Xcode to 11 (Michaël Zasso) #378721ff2918d80] - (SEMVER-MAJOR) doc: update minimum supported GCC to 8.3 (Michaël Zasso) #378712706e67116] - (SEMVER-MAJOR) doc: update AIX to GCC8 for v16.x (Ash Cripps) #37677ac2c8c530d] - (SEMVER-MAJOR) doc: fixup http.IncomingMessage deprecation code (Guy Bedford) #369175ae5ca90ef] - (SEMVER-MAJOR) doc: add http.IncomingMessage#connection (Pranshu Srivastava) #3376883d6e63aee] - (SEMVER-MAJOR) events: change EventTarget handler exception behavior (Nitzan Uziely) #372379948036ee0] - (SEMVER-MAJOR) fs: remove permissive rmdir recursive (Antoine du Hamel) #37216d4693ff430] - (SEMVER-MAJOR) fs: add validation for fd and path (Dylan Elliott) #351870ddd75bcd8] - (SEMVER-MAJOR) fs: runtime deprecate rmdir recursive option (Antoine du Hamel) #37302da217d0773] - (SEMVER-MAJOR) fs: fix flag and mode validation (James M Snell) #374802ef9a76ece] - (SEMVER-MAJOR) http: use objects with null prototype in Agent (Michaël Zasso) #3640925e30005b8] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('http_parser') (James M Snell) #378138bb4e048af] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('url') (James M Snell) #37799fe73e4d578] - (SEMVER-MAJOR) lib: make process.binding('util') return only type checkers (Anna Henningsen) #378193bee6d8aad] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('crypto') (James M Snell) #37790ac00df112e] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('signal_wrap') (James M Snell) #37800ae595d76e3] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('v8') (James M Snell) #37789104dac79cc] - (SEMVER-MAJOR) lib: aggregate errors to avoid error swallowing (Antoine du Hamel) #374608d78d9ef27] - (SEMVER-MAJOR) lib: load v8_prof_processor dependencies as ESM (Michaël Zasso) #375871468c9ff7c] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('async_wrap') (James M Snell) #37576295e766c27] - (SEMVER-MAJOR) lib: remove usage of url.parse (raisinten) #36853cb3020d824] - (SEMVER-MAJOR) lib: add error handling for input stream (rexagod) #3160315164cebce] - (SEMVER-MAJOR) lib,src: update cluster to use Parent (Michael Dawson) #364783cc9aec988] - (SEMVER-MAJOR) module: runtime deprecate subpath folder mappings (Antoine du Hamel) #372159fab73c73b] - (SEMVER-MAJOR) module: runtime deprecate "main" index and extension lookups (Antoine du Hamel) #3720676a073b67e] - (SEMVER-MAJOR) module: runtime deprecate invalid package.json main entries (Antoine du Hamel) #37204674614b3f5] - (SEMVER-MAJOR) module: remove module.createRequireFromPath (Antoine du Hamel) #37201aecd5ebf49] - (SEMVER-MAJOR) module: only set cache when finding module succeeds (Yongsheng Zhang) #36642f0bf373176] - (SEMVER-MAJOR) perf_hooks: make performance a global (James M Snell) #37970f3eb224c83] - (SEMVER-MAJOR) perf_hooks: complete overhaul of the implementation (James M Snell) #37136f1753d4c76] - (SEMVER-MAJOR) process: disallow adding options to process.allowedNodeEnvironmentFlags (Antoine du Hamel) #3666096f3977ded] - (SEMVER-MAJOR) process: runtime deprecate changing process.config (James M Snell) #3690245dbcbef90] - (SEMVER-MAJOR) readline: cursorTo throw error on NaN (Zijian Liu) #363798e8dea36cc] - (SEMVER-MAJOR) src: use non-deprecated GetCreationContext from V8 (Michaël Zasso) #37587b1c1c4695c] - (SEMVER-MAJOR) src: remove V8_FT_ADAPTOR for V8 update (Colin Ihrig) #375878f5cce6862] - (SEMVER-MAJOR) src: use non-deprecated V8 module APIs (Michaël Zasso) #37587497f6ca5b4] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 93 (Michaël Zasso) #37587001dc16cf1] - (SEMVER-MAJOR) src: use non-deprecated V8 module and script APIs (Michaël Zasso) #3733047a90d9f37] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 92 (Michaël Zasso) #373305259d17309] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 91 (Michaël Zasso) #36139bf79987433] - (SEMVER-MAJOR) src: mark internally exported functions as explicitly internal (Tyler Ang-Wanek) #370001fe571aa0c] - (SEMVER-MAJOR) src: inline AsyncCleanupHookHandle in headers (Tyler Ang-Wanek) #370006f9cbcf6a6] - (SEMVER-MAJOR) src: fix v8 api deprecation (Jiawen Geng) #357009d4d55bd94] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 90 (Michaël Zasso) #35700dfc288e7fd] - (SEMVER-MAJOR) src: clean up embedder API (Anna Henningsen) #35897fa3997d75a] - (SEMVER-MAJOR) test: mark test-return-on-exit as flaky (Michaël Zasso) #36139896ae96a15] - (SEMVER-MAJOR) test: mark WASI's test-return-on-exit as flaky (Colin Ihrig) #361399843361c07] - (SEMVER-MAJOR) tools: update V8 gypfiles for 9.0 (Michaël Zasso) #37587017661768a] - (SEMVER-MAJOR) tools: update V8 gypfiles for 8.9 (Michaël Zasso) #3733079da253473] - (SEMVER-MAJOR) tools: update V8 gypfiles for 8.8 (Michaël Zasso) #36139770d9e2542] - (SEMVER-MAJOR) tools: update V8 gypfiles for 8.7 (Michaël Zasso) #3570065e8864fa3] - (SEMVER-MAJOR) worker: send correct error status for worker init (Yash Ladha) #36242Semver-Minor Commits
944a956087] - (SEMVER-MINOR) assert: graduate assert.match and assert.doesNotMatch (James M Snell) #381116a1986d50a] - (SEMVER-MINOR) deps: update llhttp to 5.1.0 (Fedor Indutny) #38146069b5df4f6] - (SEMVER-MINOR) module: add support fornode:‑prefixedrequire(…)calls (ExE Boss) #37246b803bca4fa] - (SEMVER-MINOR) perf_hooks: add histogram option to timerify (James M Snell) #3747595391fe689] - (SEMVER-MINOR) repl: add auto‑completion fornode:‑prefixedrequire(…)calls (ExE Boss) #3724615b8e6b1c4] - (SEMVER-MINOR) timers: graduate awaitable timers and improve docs (James M Snell) #38112Semver-Patch Commits
8930eba199] - assert: change status of legacy asserts (James M Snell) #381136cb314bbe5] - bootstrap: print information for snapshot at environment exit in debug (Joyee Cheung) #37967f5eea1744d] - build: don't run test workflow on doc dir on macOS (ycjcl868) #379992853b76e20] - build: add pummel tests to ci runs (Rich Trott) #3428924426cd8c4] - build: prepare Windows coverage GitHub Action for pummel tests (Rich Trott) #342897df0fc5c5c] - build: move OPENSSL_API_COMPAT to else clause (Daniel Bevenius) #381269cfb418e1f] - build: package release changelog for releases (Richard Lau) #38033558d1e6c22] - build: warn for gcc versions earlier than 8.3.0 (Richard Lau) #37935d2f116c6bb] - crypto: fixup randomFill size and offset handling (James M Snell) #38138dfe3f952a3] - crypto: fix crash in CCM mode without data (Tobias Nießen) #38102e8cb6446ef] - crypto: reconcile oneshot sign/verify sync and async implementations (Filip Skokan) #378161e4a2bcbee] - crypto: remove check for condition that is always true (Rich Trott) #38072c748668704] - deps: upgrade npm to 7.9.0 (Ruy Adorno) #38156ca13f7aaf3] - deps: V8: cherry-pick 501482cbc704 (Colin Ihrig) #38121bc531d1860] - deps: upgrade npm to 7.8.0 (Darcy Clarke) #38030d639321acd] - deps: patch V8 to 9.0.257.13 (Michaël Zasso) #378305823fc79ba] - doc: update links in ICU guide (Michaël Zasso) #38177993a1da47c] - doc: mention cryptographic prng in description of randomUUID (Serkan Özel) #380745ba5cc8619] - doc: fix typos in doc/api/cli.md (Arkerone) #381636a2314acd7] - doc: add link to V8 (Voltrex) #38144093b527b25] - doc: fix typo in assert.md (Arkerone) #381520fa579ac2a] - doc: add missing comma in crypto doc (Tobias Nießen) #381424bc8f7542f] - doc: fix typo in crypto (Arkerone) #38130005ebafbd1] - doc: improve security text in collaborators guide (Rich Trott) #3810754322b8d8b] - doc: apply consistent punctuation to header contributing guide (Akhil Marsonya) #380470d34767c4c] - doc: sending http request to localhost to avoid https redirect (Hassaan Pasha) #38036f851efd2e1] - doc: apply sentence case to backporting-to-release-lines.md headers (marsonya) #3761736bc8b905c] - doc: fix typo in fs.md (Antoine du Hamel) #38100f52c92134c] - doc: internal/test/binding for testing (Bradley Meck) #38026ab42ef3930] - doc: add parentheses to function and move reference (Rich Trott) #380662861778ecd] - doc: change wording in doc/api/domain.md comment (Akhil Marsonya) #38044361632dab1] - doc: fix lint error in modules.md (Rich Trott) #37811b3f35e2c70] - doc,lib: add missing deprecation code (Colin Ihrig) #37541cbe3b27166] - doc,tools: allow stability table to be updated (Richard Lau) #380488e76397fab] - fs: validate encoding to binding.writeString() (Colin Ihrig) #3818324fd791184] - fs: move constants to internal/fs/utils.js (Darshan Sen) #3806140ace47396] - http: fixup perf regression (James M Snell) #38110f4d3d12327] - http: use CRLF conistently in _http_outgoing.js (Daniel Bevenius) #37851656fb4657a] - lib: add tsconfig for code completions (Bradley Meck) #38042d86132488d] - lib: properly process JavaScript exceptions on async_hooks fatal error (legendecas) #38106a9332e84bf] - lib: refactor to use primordials in lib/internal/cli_table (Akhil Marsonya) #380467869761c2e] - net: fix typo (Luigi Pinca) #38127e38d62a8c9] - path: fix POSIX path.resolve() perf regression (Brian White) #38064b0d5e036d8] - path: fix posix.relative() on Windows (Rich Trott) #37747548cbf0625] - perf_hooks: fix loop delay resolution validation (Antoine du Hamel) #381668dd5dd8a4b] - process: do not lazily load AsyncResource (Michaël Zasso) #380414e833b6059] - process,doc: add missing deprecation code (Colin Ihrig) #370916c9b19a7af] - src: refactor SecureContext Initialization (James M Snell) #381168d63aa828e] - src: fix typo for initialization (Yash Ladha) #3797466c8f76c2c] - src: remove KeyObjectData::CreateSecret overload (Tobias Nießen) #3806787dc152229] - src: fix node version (Richard Lau) #36460e929d1f2c8] - src: fix node version (Brian White) #363854ad46e2fef] - stream: refactor to avoid unsafe array iteration (Antoine du Hamel) #37126419686cdfb] - stream: refactor to use more primordials (Antoine du Hamel) #36346db9cf52dcf] - test: check the different error code on IBM i (Xu Meng) #3815995ca351fd8] - test: skip fs.watch() test on IBMi (Rich Trott) #381928cee28465c] - test: fix test-dh-regr for OpenSSL 3 (Rich Trott) #34289213ae4f4c6] - test: skip test-vm-memleak in ASAN (Rich Trott) #3428950208915a0] - test: skip test-hash-seed on armv6 and armv7 (Rich Trott) #342897216eb67df] - test: update OpenSSL 3.x expected error message (Daniel Bevenius) #381647e516aaac0] - test: remove unneeded m flag on regular expressions (Rich Trott) #38124269f5132cc] - test: skip different params test for OpenSSL 3.x (Daniel Bevenius) #38165f96dffb7ae] - test: fix flaky test-zlib-unused-weak.js (Ouyang Yadong) #38149e96773b94b] - test: add regression test for serdes readDouble() (Colin Ihrig) #38121cc4ee6cba8] - test: deflake test-http-many-ended-pipelines (Luigi Pinca) #38018098a4d6551] - test: skip test-crypto-dh-keys on armv6 and armv7 (Rich Trott) #38076f9b63b8530] - test: update parallel/test-crypto-keygen for OpenSSL 3 (Richard Lau) #381366a6cdfad03] - test: fix skip message for test-macos-app-sandbox (Tobias Nießen) #38114e155b1f2f7] - test: correct test comment (Evan Lucas) #38095d61977f03e] - test: remove dead code (Luigi Pinca) #380168b05e32519] - test: fix flaky test-net-timeout (Rich Trott) #38060a0492ba391] - test: fix test-vm-memleak for high baseline platforms (Rich Trott) #3806230d7f05fef] - test: improve code coverage in webcrypto API (Juan José Arboleda) #38052d75543d8b5] - test: fix flaky timeout-delayed-body and headers tests (Nitzan Uziely) #380454f387c25cb] - test: fix flaky test-vm-memleak (Rich Trott) #38054330f25ef82] - test: prepare for consistent comma-dangle lint rule (Rich Trott) #3793031fe3b215f] - test: make sure http pipelining does not emit a warning (Matteo Collina) #37964978bbf987c] - test: fix flaky test-http2-pack-end-stream-flag (James M Snell) #37814ecc584251e] - test: fixup flaky test-performance-function-async test (James M Snell) #3749332482a828b] - test: remove FLAKY for test-domain-error-types (Rich Trott) #37458501ae0e6e3] - test: remove outdated V8 flag (Michaël Zasso) #371510da7a11e54] - test,http: check that http server is robust from handler abuse (Rich Trott) #37958eb20447407] - tls: extract out SecureContext configuration (James M Snell) #38116b16e79e05b] - tls: fix typo (Arkerone) #3812928bca33f28] - tools: update ESLint to 7.24.0 (Colin Ihrig) #38179038608d401] - tools: relax max-len lint rule for template strings (Rich Trott) #38097e67fb569f4] - tools: apply consistent comma-dangle lint rule (Rich Trott) #3793026eed3e0ed] - vm: add import assertion support (Gus Caplan) #371766986fa07eb] - worker: fix exit code for error thrown in handler (Nitzan Uziely) #38012