Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.16.1
->12.19.0
Release Notes
nodejs/node
v12.19.0
Compare Source
Notable Changes
d065334d42
] - (SEMVER-MINOR) module: package "imports" field (Guy Bedford) #34117b9d0f73c7c
] - (SEMVER-MINOR) n-api: create N-API version 7 (Gabriel Schulhof) #3519953c9975673
] - (SEMVER-MINOR) crypto: add randomInt function (Oli Lalonde) #346009b53b4ddf2
] - deps: upgrade to libuv 1.39.0 (Colin Ihrig) #34915e9a8f0c127
] - doc: add Ricky Zhou to collaborators (rickyes) #34676260914c432
] - doc: add release key for Ruy Adorno (Ruy Adorno) #3462839f90346f8
] - doc: add DerekNonGeneric to collaborators (Derek Lewis) #346027ef1f6a71d
] - deps: upgrade npm to 6.14.7 (claudiahdz) #34468437b092eed
] - doc: add AshCripps to collaborators (Ash Cripps) #34494319d570a47
] - doc: add HarshithaKP to collaborators (Harshitha K P) #34417d60b13f2e3
] - zlib: switch to lazy init for zlib streams (Andrey Pechkurov) #34048ae60f50a69
] - doc: add rexagod to collaborators (Pranshu Srivastava) #3445739dea8f70d
] - doc: add release key for Richard Lau (Richard Lau) #34397a2107101be
] - doc: add danielleadams to collaborators (Danielle Adams) #34360c4f0cb65a1
] - doc: add sxa as collaborator (Stewart X Addison) #34338e9a514d13e
] - deps: upgrade to libuv 1.38.1 (Colin Ihrig) #34187a04d76d2ad
] - doc: add ruyadorno to collaborators (Ruy Adorno) #34297c9bd1a7d8a
] - (SEMVER-MINOR) module: deprecate module.parent (Antoine du HAMEL) #322170a927216cf
] - (SEMVER-MAJOR) doc: deprecate process.umask() with no arguments (Colin Ihrig) #32499Commits
27ceec0bc6
] - Forces Powershell to use tls1.2 (Bartosz Sosnowski) #33609d73b8346b8
] - (SEMVER-MINOR) assert: port common.mustCall() to assert (ConorDavenport) #31982148383fdc3
] - async_hooks: avoid GC tracking of AsyncResource in ALS (Gerhard Stoebich) #346530a4401713a
] - async_hooks: avoid unneeded AsyncResource creation (Gerhard Stoebich) #3461607968ac456
] - async_hooks: improve property descriptors in als.bind (Gerhard Stoebich) #3462045d2f4dd3c
] - (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell) #3457461683e1763
] - async_hooks: don't read resource if ALS is disabled (Gerhard Stoebich) #3461795e0f8ef52
] - async_hooks: execute destroy hooks earlier (Gerhard Stoebich) #34342cfc769b048
] - async_hooks: fix resource stack for deep stacks (Anna Henningsen) #34573b2241e9fc1
] - async_hooks: improve resource stack performance (Anna Henningsen) #3431924fddba59b
] - benchmark: add benchmark script for resourceUsage (Yash Ladha) #34691145691b83e
] - benchmark: always throw the same Error instance (Anna Henningsen) #345237bc26c2e8c
] - bootstrap: correct --frozen-intrinsics override fix (Guy Bedford) #350416ee800f0c3
] - (SEMVER-MINOR) buffer: also alias BigUInt methods (Anna Henningsen) #349609d07217d2c
] - (SEMVER-MINOR) buffer: alias UInt ➡️ Uint in buffer methods (Anna Henningsen) #347298f2d2aa9e3
] - build: increase API requests for stale action (Phillip Johnsen) #35235ff0b1000d1
] - build: filter issues & PRs to auto close by matching on stalled label (Phillip Johnsen) #3515906c5120eef
] - (SEMVER-MINOR) build: add build flag for OSS-Fuzz integration (davkor) #347619107595acd
] - build: comment about auto close when stalled via with github action (Phillip Johnsen) #3455560774c08e3
] - build: close stalled issues and PRs with github action (Phillip Johnsen) #345559bb681458c
] - build: use autorebase option for git node land (Denys Otrishko) #349698d27998bd6
] - build: use latest node-core-utils from npm (Denys Otrishko) #34969d2f44a74f8
] - build: add support for build on arm64 (Evan Lucas) #34238ea56aea452
] - build: run link checker in linter workflow (Richard Lau) #348109e1f8fcb65
] - build: implement a Commit Queue in Actions (Mary Marchini) #34112380600dbe5
] - build: set --v8-enable-object-print by default (Mary Marchini) #34705191d0ae311
] - build: add flag to build V8 with OBJECT_PRINT (Mary Marchini) #32834f6ad59b60f
] - build: do not run auto-start-ci on forks (Evan Lucas) #3465090a44e198b
] - build: increase startCI verbosity and fix job name (Mary Marchini) #346357886e763f5
] - build: don't run auto-start-ci on push (Mary Marchini) #34588544a722de4
] - build: fix auto-start-ci script path (Mary Marchini) #34588e51b2680a8
] - build: auto start Jenkins CI via PR labels (Mary Marchini) #34089343894f990
] - build: toolchain.gypi and node_gyp.py cleanup (iandrc) #34268e7252df0b9
] - build: fix test-ci-js task in Makefile (Rich Trott) #34433833474f844
] - build: do not run benchmark tests on 'make test' (Rich Trott) #34434f14775e492
] - build: add benchmark tests to CI runs (Rich Trott) #34288acf63b009d
] - build,deps: add gen-openssl target (Evan Lucas) #34642b977672edc
] - build,tools: fix cmd_regen_makefile (Daniel Bevenius) #3425517a098b9e6
] - (SEMVER-MINOR) cli: add alias for report-directory to make it consistent (Ash Cripps) #33587b329a95c01
] - console: document the behavior of console.assert() (iandrc) #34501ed72d83802
] - crypto: simplify KeyObject constructor (Rich Trott) #35064b828560908
] - (SEMVER-MINOR) crypto: allow KeyObjects in postMessage (Tobias Nießen) #333602b7273b2ad
] - crypto: improve invalid arg type message for randomInt() (Rich Trott) #35089bf5a85b43a
] - crypto: improve randomInt out-of-range error message (Rich Trott) #350885ef9ee4254
] - crypto: fix randomInt range check (Tobias Nießen) #35052921129c1d8
] - crypto: align parameter names with documentation (Rich Trott) #3505453c9975673
] - (SEMVER-MINOR) crypto: add randomInt function (Oli Lalonde) #3460039dc4086fe
] - crypto: avoid unitializing ECDH objects on error (Tobias Nießen) #34302865f8e85c4
] - crypto: add OP flag constants added in OpenSSL v1.1.1 (Mateusz Krawczuk) #33929bf4e778e50
] - crypto: move typechecking for timingSafeEqual into C++ (Anna Henningsen) #341414ff6c77e17
] - deps: V8: cherry-picke06ace6
(Anna Henningsen) #346735db8b357ce
] - deps: V8: cherry-pickeec10a2
(Stephen Belanger) #33778e9e3390b18
] - deps: V8: backport3f071e3
(Milad Fa) #3530557564eb86d
] - deps: V8: cherry-pick7173685
(Daniel Bevenius) #35205481cced20e
] - deps: update brotli to v1.0.9 (Anna Henningsen) #34937f6c0b270e0
] - deps: add openssl support for arm64 (Evan Lucas) #342389b53b4ddf2
] - deps: upgrade to libuv 1.39.0 (Colin Ihrig) #34915f87b6c0f7c
] - deps: upgrade npm to 6.14.8 (Ruy Adorno) #34834f710dbf1b7
] - deps: update to uvwasi 0.0.10 (Colin Ihrig) #346237ef1f6a71d
] - deps: upgrade npm to 6.14.7 (claudiahdz) #34468e9a514d13e
] - deps: upgrade to libuv 1.38.1 (Colin Ihrig) #3418760b697de30
] - deps: V8: cherry-pick7889803
(Zhao Jiazhong) #34214de174cd1bc
] - (SEMVER-MINOR) dgram: add IPv6 scope id suffix to received udp6 dgrams (Pekka Nikander) #14500be6aee9f53
] - (SEMVER-MINOR) dgram: allow typed arrays in .send() (Sarat Addepalli) #224131a8669d6ec
] - (SEMVER-MINOR) doc: Add maxTotalSockets option to agent constructor (rickyes) #3361705da376c05
] - doc: remove errors that were never released (Rich Trott) #34197831328bdb2
] - doc: add note about multiple sync events and once (James M Snell) #34220a9f0fc9896
] - doc: document behavior for once(ee, 'error') (James M Snell) #34225ed055c010d
] - doc: replace http to https of link urls (sapics) #34158cef9921c74
] - doc: specify how fs.WriteStream/ReadStreams are created (James M Snell) #341884277d952c0
] - doc: mark assert.CallTracker experimental (Ruben Bridgewater) #331241a7082052f
] - (SEMVER-MINOR) doc: add basic embedding example documentation (Anna Henningsen) #3046755dc7aaaa3
] - doc: standardize on _backward_ (Rich Trott) #35243746517aad5
] - doc: revise stability section of values doc (Rich Trott) #352421018e520d6
] - doc: remove excessive formatting in dgram.md (Rich Trott) #35234e026ce9b82
] - doc: sort repl references in ASCII order (Rich Trott) #352306669effc4d
] - doc: clarify use of NAPI_EXPERIMENTAL (Michael Dawson) #3519589636e3257
] - doc: update attributes used by n-api samples (#35220) (Gerhard Stoebich)e21d1cd58f
] - doc: add issue labels sections to release guide (Michaël Zasso) #35224f050ecc3b1
] - doc: fix small grammatical issues in timers.md (Turner Jabbour) #35203d81db1dcb9
] - doc: add technical values document (Michael Dawson) #35145ee1bcdbe0d
] - doc: remove "end user" (Rich Trott) #352003ffaf66886
] - doc: replace "you should do X" with "do X" (Rich Trott) #35194c606ed761c
] - doc: fix missing word in dgram.md (Tom Atkinson) #352313094ace6b0
] - doc: fix deprecation documentation inconsistencies (Antoine du HAMEL) #350822b86032728
] - doc: fix broken link in crypto.md (Rich Trott) #351814af4a809c2
] - doc: remove problematic auto-linking of curl man pages (Rich Trott) #35174d94dac467b
] - doc: update process.release (schamberg97) #3516752eba5b542
] - doc: add missing copyFile change history (Shelley Vohr) #35056799fad73e9
] - doc: perform cleanup on security-release-process.md (Rich Trott) #3515462436e6bab
] - doc: fix minor punctuation issue in path.md (Amila Welihinda) #3512723dcfe52ac
] - doc: fix left nav color contrast (Rich Trott) #35141745987e9f5
] - doc: update contact info for Ash Cripps (Ash Cripps) #35139f3f72fd951
] - doc: update my email address (Michael Dawson) #351210f9908beef
] - doc: add missing changes entry for breakEvalOnSigint REPL option (Anna Henningsen) #35143f0b9866a93
] - doc: update security process (Michael Dawson) #35107255d47a6b1
] - doc: fix broken link in perf_hooks.md (Rich Trott) #351131e3982047d
] - doc: fix broken link in http2.md (Rich Trott) #35112ec5a0ada51
] - doc: fix broken link in fs.md (Rich Trott) #3511155b8caa958
] - doc: fix broken links in deprecations.md (Rich Trott) #351093954b8f12d
] - doc: add note about path.basename on Windows (Tobias Nießen) #35065bf39354cbc
] - doc: add link to safe integer definition (Tobias Nießen) #350498ed4ab5ac4
] - doc: format exponents better (Tobias Nießen) #35050b117467a77
] - doc: improve link-local text in dgram.md (Rich Trott) #3486814d4bfa7c8
] - doc: use _Static method_ instead of _Class Method_ (Rich Trott) #34659d05f615896
] - doc: tidy some addons.md text (Rich Trott) #346545846befacb
] - doc: use _Class Method_ in async_hooks.md (Rich Trott) #346262302dff635
] - doc: fix typo in cli.md for report-dir (Ash Cripps) #3372565b7bf40b8
] - doc: restore color for visited links (Rich Trott) #35108ef8d3731eb
] - doc: change stablility-2 color for accessibility (Rich Trott) #350617c947b26e8
] - doc: add deprecated badge to legacy URL methods (Antoine du HAMEL) #34931fb1a1339de
] - doc: spruce up user journey to local docs browsing (Derek Lewis) #3498608b56130db
] - doc: update syntax highlighting color for accessibility (Rich Trott) #350631ce26fe50c
] - doc: remove style for empty links (Antoine du HAMEL) #350343c984115a0
] - doc: fix certificate display in tls doc (Rich Trott) #35032d7989bd1d7
] - doc: use consistent header typography (Rich Trott) #3503080fa1f5722
] - doc: fix malformed hashes in assert.md (Rich Trott) #350282529ba261b
] - doc: change color contrast for accessibility (Rich Trott) #350478cc7a730a5
] - doc: revise commit-queue.md (Rich Trott) #35006e7c74ebee2
] - doc: change effected to affected (Turner Jabbour) #34989c68c6cd485
] - doc: drop the --production flag for installing windows-build-tools (DeeDeeG) #349794d28435104
] - doc: fix broken link to response.writableFinished in deprecations doc (Rich Trott) #3498323389a082f
] - doc: fix broken link to response.finished in deprecations doc (Rich Trott) #349824e2415fc6a
] - doc: fix broken link to writableEnded in deprecations doc (Rich Trott) #34984b575e6341c
] - doc: fix typos in buffer doc (Robert Williams) #349810695e243de
] - doc: make minor improvements to query string sentence in http2.md (Rich Trott) #34929a5b4526f5d
] - doc: simplify "make use of" to "use" (Rich Trott) #348611e33bfcc6a
] - doc: make minor fixes to maintaining-openssl.md (Rich Trott) #34926533d00d05d
] - doc: fix CHANGELOG.md parsing issue (Juan José Arboleda) #349231b27f098bd
] - doc: provide more guidance about process.version (Rich Trott) #34909f50fec605d
] - doc: use consistent typography for node-addon-api (Rich Trott) #34910222fcb1e66
] - doc: use "previous"/"preceding" instead of "above" as modifier (Rich Trott) #34877961844d25b
] - doc: improve fs doc intro (James M Snell) #3484326b060f4cd
] - doc: indicate the format of process.version (Danny Guo) #34872da150f4e1e
] - doc: fix ESM/CJS wrapper example (Maksim Sinik) #348533ea7e03ae4
] - doc: adopt Microsoft Style Guide officially (Rich Trott) #348215f09f45d1f
] - doc: use 'console' info string for console output (Rich Trott) #348379d52480396
] - doc: move addaleax to TSC emeritus (Anna Henningsen) #348096d9e6f6186
] - doc: remove space above version picker (Justice Almanzar) #34768c53c34c045
] - doc: reorder deprecated tls docs (Jerome T.K. Covington) #34687edda492a94
] - doc: fix file name to main.mjs and not main.js in esm.md (Frank Lemanschik) #347863abcc74882
] - doc: improve async_hooks snippets (Andrey Pechkurov) #34829fd4f561ce4
] - doc: fix some typos and grammar mistakes (Hilla Shahrabani) #348007a983f5f1d
] - doc: remove "is recommended from crypto legacy API text (Rich Trott) #34697c7fc16e10a
] - doc: fix broken links in commit-queue.md (Luigi Pinca) #3478909687b85f7
] - doc: avoid _may_ in collaborator guide (Rich Trott) #34749f295869ba3
] - doc: use sentence-casing for headers in collaborator guide (Rich Trott) #3471394039b75d3
] - doc: edit (general) collaborator guide (Rich Trott) #34712653d88ac13
] - doc: reduce repetitiveness on Consensus Seeking (Mary Marchini) #34702b28a6a57c4
] - doc: remove typo in crypto.md (Rich Trott) #34698c189832647
] - doc: n-api environment life cycle APIs are stable (Jim Schlight) #34641898947b5b1
] - doc: add padding in the sidebar column (Antoine du HAMEL) #3466575ea463c25
] - doc: use semantically appropriate tag for lines (Antoine du HAMEL) #346600da5ac805c
] - doc: add HPE_UNEXPECTED_CONTENT_LENGTH error description (Nikolay Krashnikov) #3459675ed2f6e2e
] - doc: update http server response 'close' event (Renato Mariscal) #344720ba9052b57
] - doc: add writable and readable options to Duplex docs (Priyank Singh) #34383d0bf0f9c00
] - doc: harden policy around objections (Mary Marchini) #34639e9a8f0c127
] - doc: add Ricky Zhou to collaborators (rickyes) #34676fc612d5635
] - doc: edit process.title note for brevity and clarity (Rich Trott) #346273dda55aedf
] - doc: update fs.watch() availability for IBM i (iandrc) #34611dc6e7f8584
] - doc: fix typo in path.md (aetheryx) #34550260914c432
] - doc: add release key for Ruy Adorno (Ruy Adorno) #34628e67bd9e050
] - doc: clarify process.title inconsistencies (Corey Butler) #34557c56a29178b
] - doc: document the connection event for HTTP2 & TLS servers (Tim Perry) #34531059db0591c
] - doc: mention null special-case fornapi\_typeof
(Renée Kooi) #3457739f90346f8
] - doc: add DerekNonGeneric to collaborators (Derek Lewis) #3460265a0ddbfc3
] - doc: use consistent spelling for "falsy" (Rich Trott) #34545261fd11d4b
] - doc: simplify and clarify console.assert() documentation (Rich Trott) #34544b4b2057fb6
] - doc: use consistent capitalization for addons (Rich Trott) #345362410a0f7cb
] - doc: add mmarchini pronouns (Mary Marchini) #34586de03d635d4
] - doc: update mmarchini contact info (Mary Marchini) #34586873e84366c
] - doc: update .mailmap for mmarchini (Mary Marchini) #34586f350b512e7
] - doc: use sentence-case for headers in SECURITY.md (Rich Trott) #34525057613c464
] - Revert "doc: move ronkorving to emeritus" (Rich Trott) #345079c725919fc
] - doc: use sentence-case for GOVERNANCE.md headers (Rich Trott) #34503c95964afd6
] - doc: revise onboarding-extras (Rich Trott) #344963db13a8043
] - doc: remove breaking-change-helper from onboarding-extras (Rich Trott) #34497cef1284a22
] - doc: add Triagers section to table of contents in GOVERNANCE.md (Rich Trott) #345048c0a781ee0
] - doc: onboarding process extras (Gireesh Punathil) #34455b37b3f017f
] - doc: mention triage in GOVERNANCE.md (Gireesh Punathil) #34426dfdedfd67a
] - doc: move thefourtheye to emeritus (Rich Trott) #3447156d5ba852f
] - doc: move ronkorving to emeritus (Rich Trott) #34471f70cbc63b8
] - doc: match link text in index to doc headline (Rich Trott) #34449437b092eed
] - doc: add AshCripps to collaborators (Ash Cripps) #34494c91e31ded2
] - doc: add author-ready label ref to onboarding doc (Ruy Adorno) #34381319d570a47
] - doc: add HarshithaKP to collaborators (Harshitha K P) #34417ae60f50a69
] - doc: add rexagod to collaborators (Pranshu Srivastava) #344578ee83a9d58
] - doc: add statement of purpose to documentation style guide (Rich Trott) #3442439dea8f70d
] - doc: add release key for Richard Lau (Richard Lau) #34397e15dc5f6ea
] - doc: use correct identifier for callback argument (Rich Trott) #3440588bd124d5c
] - doc: add changes metadata to TLS newSession event (Tobias Nießen) #342940f050d4597
] - doc: introduce a triager role (Gireesh Punathil) #34295857ba90138
] - doc: strengthen suggestion in errors.md (Rich Trott) #343907c7d3e3697
] - doc: strengthen wording about fs.access() misuse (Rich Trott) #343521d64c2c345
] - doc: fix typo in assert.md (Ye-hyoung Kang) #343167be8dded52
] - doc: clarify conditional exports guidance (Guy Bedford) #34306c1b5c89e60
] - doc: reword warnings about sockets passed to subprocesses (Rich Trott) #34273a2107101be
] - doc: add danielleadams to collaborators (Danielle Adams) #34360eff1febe9e
] - doc: buffer documentation improvements (James M Snell) #34230ba7ba4fe14
] - doc: improve text in fs docs about omitting callbacks (Rich Trott) #34307c4f0cb65a1
] - doc: add sxa as collaborator (Stewart X Addison) #34338513ad146c8
] - doc: move sebdeckers to emeritus (Rich Trott) #34298a04d76d2ad
] - doc: add ruyadorno to collaborators (Ruy Adorno) #342973064755d31
] - doc: move kfarnung to collaborator emeriti list (Rich Trott) #34258ea33e738fb
] - doc: specify encoding in text/html examples (James M Snell) #342222615e55d93
] - doc: document the ready event for Http2Stream (James M Snell) #34221fbb36ed5c4
] - doc: add comment to example about 2xx status codes (James M Snell) #34223f2f1537ea0
] - doc: document that whitespace is ignored in base64 decoding (James M Snell) #342270ebb30bb88
] - doc: document security issues with url.parse() (James M Snell) #34226b60b6d7404
] - doc: move digitalinfinity to emeritus (Rich Trott) #34191e65d6fddaf
] - doc: move gibfahn to emeritus (Rich Trott) #34190c62941e84c
] - doc: remove parenthetical \r\n comment in http and http2 docs (Rich Trott) #341789bb70a498d
] - doc: remove stability from unreleased errors (Rich Trott) #33764a7a564b418
] - doc: util.debuglog callback (Bradley Meck) #33856089a4479a4
] - doc: update wording in "Two reading modes" (Julien Poissonnier) #3411932ef1b3347
] - doc: clarify that the ctx argument is optional (Luigi Pinca) #340978960a63312
] - doc: add a reference to the list of OpenSSL flags. (Mateusz Krawczuk) #340504ac0df9160
] - doc: no longer maintain a CNA structure (Sam Roberts) #3363975637e6867
] - doc: use consistent naming in stream doc (Saleem) #3050671664158fc
] - doc: clarify how to read process.stdin (Anentropic) #2735025939ccded
] - doc: fix entry fornapi\_create\_external\_buffer
(Gabriel Schulhof) #341255f131f71e9
] - doc: fix source link margin to sub-header mark (Rodion Abdurakhimov) #33664f12c6f406a
] - doc: improve async_hooks asynchronous context example (Denys Otrishko) #337308fb265d03c
] - doc: clarify esm conditional exports prose (Derek Lewis) #3388649383c8a25
] - doc: improve triaging text in issues.md (Rich Trott) #34164a9302b50c9
] - doc: simply dns.ADDRCONFIG language (Rich Trott) #341551d25e70392
] - doc: remove "considered" in errors.md (Rich Trott) #34152f6dff0a57e
] - doc: simplify and clarify ReferenceError material in errors.md (Rich Trott) #34151e2fff1b1b0
] - doc: add http highlight grammar (Derek Lewis) #3378519bfc012d1
] - doc: move sam-github to TSC Emeriti (Sam Roberts) #34095c78ef2d35c
] - doc: change "considered experimental" to "experimental" in n-api.md (Rich Trott) #341293d5f7674e7
] - doc: changed "considered experimental" to "experimental" in cli.md (Rich Trott) #341286c739aac55
] - doc: improve text in issues.md (falguniraina) #339730672384be9
] - doc: change "currently not considered public" to "not supported" (Rich Trott) #3411464e182553e
] - doc: clarify that APIs are no longer experimental (Rich Trott) #34113e4ac393383
] - doc: clarify O_EXCL text in fs.md (Rich Trott) #34096d67cb7ed0f
] - doc: clarify ambiguous rdev description (Rich Trott) #34094c6ea3d6616
] - doc: make minor improvements to paragraph in child_process.md (Rich Trott) #3406321b0132eec
] - doc: improve paragraph in esm.md (Rich Trott) #3406466cd7bf69d
] - doc: clarify require/import mutual exclusivity (Guy Bedford) #338325ba0ba4b69
] - doc: add dynamic source code links (Alec Davidson) #3399651cdd10ea5
] - doc: mention errors thrown by methods called on an unbound dgram.Socket (Mateusz Krawczuk) #339836d22ae3630
] - doc: document n-api callback scope usage (Gabriel Schulhof) #33915e4854de18c
] - doc: standardize constructor doc header layout (Rich Trott) #3378179c4c73f4c
] - doc: split process.umask() entry into two (Rich Trott) #327110a927216cf
] - (SEMVER-MAJOR) doc: deprecate process.umask() with no arguments (Colin Ihrig) #3249905dae0231b
] - doc,lib: remove unused error code (Rich Trott) #34792e8ddaa3f0e
] - doc,n-api: add link to n-api tutorial website (Jim Schlight) #34870b47172d2ed
] - doc,test: specify and test CLI option precedence rules (Anna Henningsen) #351063975dd3525
] - doc,tools: remove malfunctioning Linux manpage linker (Rich Trott) #34985f57104bb1a
] - doc,tools: annotate broken links in actions workflow (Richard Lau) #348107b29c91944
] - doc,tools: syntax highlight api docs at compile-time (Francisco Ryan Tolmasky I) #341487a8f59f1d6
] - (SEMVER-MINOR) embedding: make Stop() stop Workers (Anna Henningsen) #32531ff0a0366f7
] - (SEMVER-MINOR) embedding: provide hook for custom process.exit() behaviour (Anna Henningsen) #325315c968a0f92
] - errors: useErrorPrototypeToString
fromprimordials
object (ExE Boss) #34891bf7b796491
] - esm: better package.json parser errors (Guy Bedford) #351179159649395
] - esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME message (Rich Trott) #34836551be2aeb9
] - esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEME (Denys Otrishko) #347955c3c8b3029
] - events: variable originalListener is useless (fuxingZhang) #33596ff7fbc38f1
] - events: improve listeners() performance (Brian White) #33863830574f199
] - events: improve arrayClone performance (Brian White) #33774a19933f7fc
] - (SEMVER-MINOR) fs: implement lutimes (Maël Nison) #333993d1bdc254c
] - (SEMVER-MINOR) http: add maxTotalSockets to agent class (rickyes) #33617fb68487b8c
] - (SEMVER-MINOR) http: return this from IncomingMessage#destroy() (Colin Ihrig) #32789388d125a64
] - (SEMVER-MINOR) http: expose host and protocol on ClientRequest (wenningplus) #33803756ac65218
] - http: fix crash for sync write errors during header parsing (Anna Henningsen) #3425110815c4eff
] - http: provide keep-alive timeout response header (Robert Nagy) #34561e52cc24e31
] - http: don't write error to socket (Robert Nagy) #344654e07faa7cf
] - http: add note about timer unref (Robert Nagy) #341431a09b4d2ca
] - http: fixes memory retention issue with FreeList and HTTPParser (John Leidegren) #33190ec1df7b4c9
] - http: fix incorrect headersTimeout measurement (Alex R) #32329ca836344fa
] - http: don't throw onUint8Array
s forhttp.ServerResponse#write
(Pranshu Srivastava) #331554079cdd5f2
] - http2: fix Http2Response.sendDate (João Lucas Lucchetta) [#34850](https://togithub.com/nodejs/nodeRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.