Update Node.js to v20 #252
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/node-20.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
16.20.2-bullseye-slim
->20.18.0-bullseye-slim
Release Notes
nodejs/node (node)
v20.18.0
: 2024-10-03, Version 20.18.0 'Iron' (LTS), @targosCompare Source
Notable Changes
Experimental Network Inspection Support in Node.js
This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the
--experimental-network-inspection
flag.With this feature enabled, you can inspect network activities occurring within a JavaScript application.
To use network inspection, start your Node.js application with the following command:
Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.
http
andhttps
modules only.feature request on the Chrome DevTools side is addressed.
Contributed by Kohei Ueno in #53593 and #54246
Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
This releases introduces a new option to the API
tls.createSecureContext
. Fromnow on,
tls.createSecureContext({ allowPartialTrustChain: true })
can be usedto treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.
Contributed by Anna Henningsen in #54790
New option for vm.createContext() to create a context with a freezable globalThis
Node.js implements a flavor of
vm.createContext()
and friends that creates a context without contextifying its globalobject when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.
Contributed by Joyee Cheung in #54394
Deprecations
64aa31f6e5
] - repl: doc-deprecate instantiatingnode:repl
classes withoutnew
(Aviv Keller) #548424c52ee3d7f
] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #54708Other Notable Changes
b80da2f964
] - buffer: optimize createFromString (Robert Nagy) #5432402b36cbd2d
] - (SEMVER-MINOR) lib: add EventSource Client (Aras Abbasi) #51575879546a9bf
] - (SEMVER-MINOR) src,lib: add performance.uvMetricsInfo (Rafael Gonzaga) #54413f789f4c92d
] - (SEMVER-MINOR) test_runner: support module mocking (Colin Ihrig) #528484eb0749b6c
] - (SEMVER-MINOR) url: implement parse method for safer URL parsing (Ali Hassan) #52280Commits
013c48f0e9
] - benchmark: --no-warnings to avoid DEP/ExpWarn log (Rafael Gonzaga) #54928194fc113ac
] - benchmark: add buffer.isAscii benchmark (RafaelGSS) #547407410d51cb9
] - benchmark: add buffer.isUtf8 bench (RafaelGSS) #547402393f21e8a
] - benchmark: add access async version to bench (Rafael Gonzaga) #54747b8779721f0
] - benchmark: enhance dc publish benchmark (Rafael Gonzaga) #547454078aa83ff
] - benchmark: add match and doesNotMatch bench (RafaelGSS) #5473466acab9976
] - benchmark: add rejects and doesNotReject bench (RafaelGSS) #547346db777fb3a
] - benchmark: add throws and doesNotThrow bench (RafaelGSS) #547348f101560ce
] - benchmark: add strictEqual and notStrictEqual bench (RafaelGSS) #547342c9e4c936e
] - benchmark: adds groups to better separate benchmarks (Giovanni Bucci) #54393671c3ac633
] - benchmark: fix benchmark for file path and URL conversion (Early Riser) #541908c8708cb5b
] - benchmark: use assert.ok searchparams (Rafael Gonzaga) #543348b71fa79e2
] - benchmark: add stream.compose benchmark (jakecastelli) #5430893ee36e3a0
] - benchmark: rename count to n (Rafael Gonzaga) #54271f2971b6f0b
] - benchmark: change assert() to assert.ok() (Rafael Gonzaga) #54254f48f2c212c
] - benchmark: support --help in CLI (Aviv Keller) #533580309b0520b
] - benchmark: remove force option as force defaults to true (Yelim Koo) #54203b6e8305b2d
] - benchmark: use assert.ok instead of assert (Rafael Gonzaga) #5417690c660d26a
] - benchmark: add require-esm benchmark (Joyee Cheung) #521661b8584b52e
] - benchmark,doc: add CPU scaling governor to perf (Rafael Gonzaga) #547230b9161b330
] - benchmark,doc: mention bar.R to the list of scripts (Rafael Gonzaga) #5472284bf93b7ea
] - buffer: allow invalid encoding in from (Robert Nagy) #54533d04246a0d7
] - buffer: optimize byteLength for common encodings (Robert Nagy) #54342f36831f694
] - buffer: optimize createFromString (Robert Nagy) #54324f5f40c8088
] - buffer: optimize for common encodings (Robert Nagy) #5431976c37703be
] - buffer: add JSDoc to blob bytes method (Roberto Simonini) #541173012d31404
] - buffer: use faster integer argument check (Robert Nagy) #540893505782801
] - buffer: make indexOf(byte) faster (Tobias Nießen) #53455d285fc1f68
] - build: upgrade clang-format to v18 (Aviv Keller) #53957d288ec3b0a
] - build: fix conflicting V8 object print flags (Daeyeon Jeong) #54785e862eecac9
] - build: do not build with code cache for core coverage collection (Joyee Cheung) #54633f7a606eb96
] - build: turn off-Wrestrict
(Richard Lau) #5473771ca2665e4
] - build: reclaim disk space on macOS GHA runner (jakecastelli) #5465882d8051c39
] - build: don't clean obj.target directory if it doesn't exist (Joyee Cheung) #543376e550b1f26
] - build: updateruff
to0.5.2
(Aviv Keller) #53909e2ea7b26d7
] - build: fix ./configure --help format error (Zhenwei Jin) #53066eb2402d569
] - build: enable building with shared uvwasi lib (Pooja D P) #4398745732314d4
] - build: sync V8 warning cflags with BUILD.gn (Michaël Zasso) #528736e0a2bb54c
] - build: harmonize Clang checks (Michaël Zasso) #528733f78d4eb28
] - cli: add--expose-gc
flag available toNODE_OPTIONS
(Juan José) #53078a110409b2a
] - console: use validateOneOf for colorMode validation (HEESEUNG) #54245231ab788ea
] - crypto: reject dh,x25519,x448 in {Sign,Verify}Final (Huáng Jùnliàng) #53774a5984e4570
] - crypto: return a clearer error when loading an unsupported pkcs12 (Tim Perry) #54485f287cd77bd
] - crypto: remove unusedkHashTypes
internal (Antoine du Hamel) #546271fc904f8c4
] - deps: update cjs-module-lexer to 1.4.1 (Node.js GitHub Bot) #5484695b55c39b1
] - deps: update simdutf to 5.5.0 (Node.js GitHub Bot) #54434cf6ded5dd3
] - deps: update cjs-module-lexer to 1.4.0 (Node.js GitHub Bot) #547137f8edce3f1
] - deps: update c-ares to v1.33.1 (Node.js GitHub Bot) #545499a4a7b7ecc
] - deps: update undici to 6.19.8 (Node.js GitHub Bot) #5445687ca1d7fee
] - deps: update simdutf to 5.3.4 (Node.js GitHub Bot) #54312d3a743f182
] - deps: update zlib to 1.3.0.1-motley-71660e1 (Node.js GitHub Bot) #53464926981aa9f
] - deps: update zlib to 1.3.0.1-motley-c2469fd (Node.js GitHub Bot) #53464654c8d1fdc
] - deps: update zlib to 1.3.0.1-motley-68e57e6 (Node.js GitHub Bot) #534642477e79172
] - deps: update zlib to 1.3.0.1-motley-8b7eff8 (Node.js GitHub Bot) #534643d8113faf5
] - deps: update zlib to 1.3.0.1-motley-e432200 (Node.js GitHub Bot) #53464ac294e3db4
] - deps: update zlib to 1.3.0.1-motley-887bb57 (Node.js GitHub Bot) #53464239588b968
] - deps: update c-ares to v1.33.0 (Node.js GitHub Bot) #541986e7de37ed3
] - deps: update undici to 6.19.7 (Node.js GitHub Bot) #5428638aa9d6ea9
] - deps: update acorn to 8.12.1 (Node.js GitHub Bot) #53465d30145f663
] - deps: update undici to 6.19.5 (Node.js GitHub Bot) #54076c169d9c12b
] - deps: update simdutf to 5.3.1 (Node.js GitHub Bot) #5419692f3447957
] - doc: add missing EventSource docs to globals (Matthew Aitken) #550222879ce9681
] - doc: fix broken Android building link (Niklas Wenzel) #54922096623b59a
] - doc: add support link for aduh95 (Antoine du Hamel) #548661dfd238781
] - doc: run license-builder (github-actions[bot]) #54854a6c748fffb
] - doc: experimental flag for global accessible APIs (Chengzhong Wu) #54330d48a22fa14
] - doc: addERR_INVALID_ADDRESS
toerrors.md
(Aviv Keller) #546614a840cecfa
] - doc: add support link for mcollina (Matteo Collina) #54786ec22d86512
] - doc: mark--conditions
CLI flag as stable (Guy Bedford) #5420977c702ca07
] - doc: fix typo in recognizing-contributors (Tobias Nießen) #5482262953ef9fb
] - doc: clarify--max-old-space-size
and--max-semi-space-size
units (Alexandre ABRIOUX) #54477e2bab0f2b2
] - doc: replace --allow-fs-read by --allow-fs-write in related section (M1CK431) #544279cbfd5b33a
] - doc: add support link for marco-ippolito (Marco Ippolito) #5478953167b29ef
] - doc: fix typo (Michael Dawson) #5464087f78a35f7
] - doc: fix webcrypto.md AES-GCM backticks (Filip Skokan) #546217c83c15221
] - doc: add documentation about os.tmpdir() overrides (Joyee Cheung) #546134bfd832d70
] - doc: add support me link for anonrig (Yagiz Nizipli) #5461122a103e5ec
] - doc: add alert on REPL from TCP socket (Rafael Gonzaga) #54594b6374c24e1
] - doc: fix typo in styleText description (Rafael Gonzaga) #546162f5b98ee1f
] - doc: add getHeapStatistics() property descriptions (Benji Marinacci) #54584482302b99b
] - doc: fix information about including coverage files (Aviv Keller) #54527b3708e7df4
] - doc: support collaborators - talk amplification (Michael Dawson) #54508c86fe23012
] - doc: add note about shasum generation failure (Marco Ippolito) #54487d53e6cf755
] - doc: fix capitalization in module.md (shallow-beach) #54488cdc6713f18
] - doc: add esm examples to node:https (Alfredo González) #543991ac1fe4e65
] - doc: fix error description of the max header size (Egawa Ryo) #54125244542b720
] - doc: add git node security --cleanup (Rafael Gonzaga) #5438169fb71f54c
] - doc: add note on weakness of permission model (Tobias Nießen) #5426883b2cb908b
] - doc: add versions when--watch-preserve-output
was added (Théo LUDWIG) #54328460fb49483
] - doc: replace v19 mention in Current release (Rafael Gonzaga) #54361994b46a160
] - doc: correct peformance entry types (Jason Zhang) #54263f142e668cb
] - doc: fix typo in method name in the sea doc (Eliyah Sundström) #540279529a30dba
] - doc: mark process.nextTick legacy (Marco Ippolito) #512807e25fabb91
] - doc: add esm examples to node:http2 (Alfredo González) #542926a4f05e384
] - doc: explicitly mention node:fs module restriction (Rafael Gonzaga) #5426953f5c54997
] - doc: warn for windows build bug (Jason Zhang) #5421707bde054f3
] - doc: make some parameters optional intracingChannel.traceCallback
(Deokjin Kim) #5406862bf03b5f1
] - doc: add esm examples to node:dns (Alfredo González) #54172fb2b19184b
] - doc: add KevinEady as a triager (Chengzhong Wu) #5417924976bfba0
] - doc: add esm examples to node:console (Alfredo González) #541084e7edc40f7
] - doc: fix sea assets example (Sadzurami) #54192322b5d91e1
] - doc: add links to security steward companies (Aviv Keller) #529816ab271510e
] - doc: moveonread
option fromsocket.connect()
tonew net.socket()
(sendoru) #5419439c30ea08f
] - doc: move release key for Myles Borins (Richard Lau) #54059e9fc54804a
] - doc: refresh instructions for building node from source (Liran Tal) #53768f131dc625a
] - doc: add documentation for blob.bytes() method (jaexxin) #541148d41bb900b
] - doc: add missing new lines to custom test reporter examples (Eddie Abbondanzio) #541522acaeaba77
] - doc: update list of Triagers on theREADME.md
(Antoine du Hamel) #54138fff8eb2792
] - doc: expand troubleshooting section (Liran Tal) #53808402121520f
] - doc: clarifyuseCodeCache
setting for cross-platform SEA generation (Yelim Koo) #53994272484b8b2
] - doc: test for cli options (Aras Abbasi) #51623c4d0ca4710
] - doc, build: fixup build docs (Aviv Keller) #548992e3e17748b
] - doc, child_process: add esm snippets (Aviv Keller) #53616c40b4b4f27
] - doc, meta: fix broken link inonboarding.md
(Aviv Keller) #54886beff587b94
] - doc, meta: add missing,
toBUILDING.md
(Aviv Keller) #54409c114585430
] - doc, meta: replace command with link to keys (Aviv Keller) #537450843077a99
] - doc, test: simplify test README table (Aviv Keller) #539712df7bc0e32
] - doc,tools: enforce use ofnode:
prefix (Antoine du Hamel) #539500dd4639391
] - esm: fix support forURL
instances inimport.meta.resolve
(Antoine du Hamel) #54690f0c55e206d
] - fs: refactor rimraf to avoid using primordials (Yagiz Nizipli) #54834f568384bbd
] - fs: refactor handleTimestampsAndMode to remove redundant call (HEESEUNG) #543692fb7cc9715
] - fs: fix typings (Yagiz Nizipli) #53626596940cfa0
] - http: reduce likelihood of race conditions on keep-alive timeout (jazelly) #548636e13a7ba02
] - http: remove prototype primordials (Antoine du Hamel) #5369899f96eb3f7
] - http2: remove prototype primordials (Antoine du Hamel) #5369641f5eacc1a
] - https: only use default ALPNProtocols when appropriate (Brian White) #5441159a39520e1
] - (SEMVER-MINOR) inspector: supportNetwork.loadingFailed
event (Kohei Ueno) #54246d1007fb1a9
] - inspector: provide detailed info to fix DevTools frontend errors (Kohei Ueno) #541563b93507949
] - (SEMVER-MINOR) inspector: add initial support for network inspection (Kohei Ueno) #53593fc37b801c8
] - lib: remove unnecessary async (jakecastelli) #54829d86f24787b
] - lib: make WeakRef safe in abort_controller (jazelly) #5479177c59224e5
] - lib: add note about removingnode:sys
module (Rafael Gonzaga) #54743b8c06dce02
] - lib: ensure no holey array in fixed_queue (Jason Zhang) #54537b85c8ce1fc
] - lib: refactor SubtleCrypto experimental warnings (Filip Skokan) #54620e84812c1b5
] - lib: respect terminal capabilities on styleText (Rafael Gonzaga) #54389c004abaf17
] - lib: replace spread operator with primordials function (YoonSoo_Shin) #54053b79aeabc4d
] - lib: avoid for of loop and remove unnecessary variable in zlib (YoonSoo_Shin) #54258f4085363c6
] - lib: fix unhandled errors in webstream adapters (Fedor Indutny) #542061ad857e748
] - lib: fix typos in comments within internal/streams (YoonSoo_Shin) #5409302b36cbd2d
] - (SEMVER-MINOR) lib: add EventSource Client (Aras Abbasi) #51575afbf2c0530
] - lib,permission: support Buffer to permission.has (Rafael Gonzaga) #5410454af47395d
] - meta: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 (dependabot[bot]) #54820a0c10f2ed9
] - meta: addWindows ARM64
to flaky-tests list (Aviv Keller) #5469327b06880e1
] - meta: bump actions/setup-python from 5.1.1 to 5.2.0 (Rich Trott) #546918747af1037
] - meta: update sccache to v0.8.1 (Aviv Keller) #547203f753d87a6
] - meta: bump step-security/harden-runner from 2.9.0 to 2.9.1 (dependabot[bot]) #547046f103ae25d
] - meta: bump actions/upload-artifact from 4.3.4 to 4.4.0 (dependabot[bot]) #547033e6a9bb04e
] - meta: bump github/codeql-action from 3.25.15 to 3.26.6 (dependabot[bot]) #54702c666ebc4e4
] - meta: fix links inSECURITY.md
(Aviv Keller) #546964d361b3bed
] - meta: fixcontributing
codeowners (Aviv Keller) #5464136931aa183
] - meta: remind users to use a supported version in bug reports (Aviv Keller) #54481cf283d9ca7
] - meta: run coverage-windows whenvcbuild.bat
updated (Aviv Keller) #5441267ca397c9f
] - meta: add test-permission-* CODEOWNERS (Rafael Gonzaga) #54267b61a2f5b79
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #54210dd8ab83667
] - meta: add module label for the lib/internal/modules folder (Aviv Keller) #52858db78978d17
] - meta: bumpactions/upload-artifact
from 4.3.3 to 4.3.4 (dependabot[bot]) #54166ca808dd9e5
] - meta: bumpactions/download-artifact
from 4.1.7 to 4.1.8 (dependabot[bot]) #54167a35d980146
] - meta: bump actions/setup-python from 5.1.0 to 5.1.1 (dependabot[bot]) #541653a103c3a17
] - meta: bumpstep-security/harden-runner
from 2.8.1 to 2.9.0 (dependabot[bot]) #54169775ebbe0e8
] - meta: bumpactions/setup-node
from 4.0.2 to 4.0.3 (dependabot[bot]) #541707d5dd6f1d1
] - meta: bumpgithub/codeql-action
from 3.25.11 to 3.25.15 (dependabot[bot]) #5416880dd38dde3
] - meta: bumpossf/scorecard-action
from 2.3.3 to 2.4.0 (dependabot[bot]) #5417190b632ee02
] - module: warn on detection in typeless package (Geoffrey Booth) #521683011927aab
] - node-api: add external buffer creation benchmark (Chengzhong Wu) #548777611093e11
] - node-api: add support for UTF-8 and Latin-1 property keys (Mert Can Altin) #52984d65a8f377c
] - node-api: remove RefBase and CallbackWrapper (Vladimir Morozov) #53590309cb1cbd2
] - path: removeStringPrototypeCharCodeAt
fromposix.extname
(Aviv Keller) #545462859b4ba9a
] - path: changeposix.join
to use array (Wiyeong Seo) #54331c61cee2138
] - path: fix relative on Windows (Hüseyin Açacak) #53991329be5cc35
] - path: use the correct name invalidateString
(Benjamin Pasero) #53669a9837267cb
] - repl: avoid interpreting 'npm' as a command when errors are recoverable (Shima Ryuhei) #54848d6a2317961
] - repl: doc-deprecate instantiatingnode:repl
classes withoutnew
(Aviv Keller) #548427f09d983f3
] - sea: don't set code cache flags when snapshot is used (Joyee Cheung) #5412085542b094c
] - src: add Cleanable class to Environment (Gabriel Schulhof) #548808422064127
] - src: remove redundant AESCipherMode (Tobias Nießen) #54438342c32483a
] - src: handle errors correctly inpermission.cc
(Michaël Zasso) #5454190ff714699
] - src: returnv8::Object
from error constructors (Michaël Zasso) #54541872856cfcb
] - src: improvebuffer.transcode
performance (Yagiz Nizipli) #5415391936ebd12
] - src: skip inspector wait in internal workers (Chengzhong Wu) #542199759049427
] - src: account for OpenSSL unexpected version (Shelley Vohr) #5403887167fa248
] - src: useargs.This()
instead ofHolder
(Michaël Zasso) #53474b05c56e4be
] - src: simplifysize() == 0
checks (Yagiz Nizipli) #53440d53e53699c
] - src: fix execArgv in worker (theanarkh) #5302921776a34b5
] - src: make sure pass theargv
to worker threads (theanarkh) #528273aaae68ec8
] - (SEMVER-MINOR) src,lib: add performance.uvMetricsInfo (Rafael Gonzaga) #54413ef1c0d7def
] - src,permission: handle process.chdir on pm (Rafael Gonzaga) #531750c32918eef
] - stream: change stream to use index instead offor...of
(Wiyeong Seo) #54474337cd412b5
] - stream: make checking pendingcb on WritableStream backward compatible (jakecastelli) #54142713fc0c9eb
] - stream: throw TypeError when criteria fulfilled in getIterator (jakecastelli) #538259686153616
] - stream: fix util.inspect for compression/decompressionStream (Mert Can Altin) #5228376110b0b43
] - test: adjust test-tls-junk-server for OpenSSL32 (Michael Dawson) #549264092889371
] - test: adjust tls test for OpenSSL32 (Michael Dawson) #549095d48543a16
] - test: fix test-http2-socket-close.js (Hüseyin Açacak) #549008048c2eaed
] - test: improve test-internal-fs-syncwritestream (Sunghoon) #54671597bc14c90
] - test: deflake test-dns (Luigi Pinca) #54902a9fc8d9cfa
] - test: fix test test-tls-dhe for OpenSSL32 (Michael Dawson) #549031b3b4f4a9f
] - test: use correct file naming syntax forutil-parse-env
(Aviv Keller) #537059db46b5ea3
] - test: add missing await (Luigi Pinca) #54828124f715679
] - test: move more url tests tonode:test
(Yagiz Nizipli) #54636d2ec96150a
] - test: strip color chars intest-runner-run
(Giovanni Bucci) #54552747d9ae72e
] - test: deflake test-http2-misbehaving-multiplex (Luigi Pinca) #548727b7687eadc
] - test: remove dead code in test-http2-misbehaving-multiplex (Luigi Pinca) #5486060f5f5426d
] - test: reduce test-esm-loader-hooks-inspect-wait flakiness (Luigi Pinca) #54827f5e77385c5
] - test: reduce the allocation size in test-worker-arraybuffer-zerofill (James M Snell) #54839f26cf09d6b
] - test: fix test-tls-client-mindhsize for OpenSSL32 (Michael Dawson) #54739c6f9afec94
] - test: use platform timeout (jakecastelli) #545918f49b7c3ee
] - test: reduce fs calls in test-fs-existssync-false (Yagiz Nizipli) #54815e2c69c9844
] - test: move test-http-server-request-timeouts-mixed (James M Snell) #54841f7af8ca021
] - test: fix volatile for CauseSegfault with clang (Ivan Trubach) #54325d1bae5ede5
] - test: settest-worker-arraybuffer-zerofill
as flaky (Yagiz Nizipli) #54802b5b5cc811f
] - test: settest-http-server-request-timeouts-mixed
as flaky (Yagiz Nizipli) #548029808feecac
] - test: settest-single-executable-application-empty
as flaky (Yagiz Nizipli) #5480297d41c62e3
] - test: settest-macos-app-sandbox
as flaky (Yagiz Nizipli) #5480257ae68001c
] - test: settest-fs-utimes
as flaky (Yagiz Nizipli) #5480238afc4da03
] - test: settest-runner-run-watch
as flaky (Yagiz Nizipli) #5480268e19748a6
] - test: settest-writewrap
as flaky (Yagiz Nizipli) #54802e8cb03d530
] - test: settest-async-context-frame
as flaky (Yagiz Nizipli) #548023a56517220
] - test: settest-esm-loader-hooks-inspect-wait
as flaky (Yagiz Nizipli) #54802c98cd1227d
] - test: settest-http2-large-file
as flaky (Yagiz Nizipli) #5480216176a6323
] - test: settest-runner-watch-mode-complex
as flaky (Yagiz Nizipli) #54802eed0537533
] - test: settest-performance-function
as flaky (Yagiz Nizipli) #54802d0f208d2e9
] - test: settest-debugger-heap-profiler
as flaky (Yagiz Nizipli) #5480268891a6363
] - test: fixtest-process-load-env-file
when path contains'
(Antoine du Hamel) #545114f82673139
] - test: refactor fs-watch tests due to macOS issue (Santiago Gimeno) #544983606c53fdc
] - test: refactortest-esm-type-field-errors
(Giovanni Bucci) #5436899566aea97
] - test: improve output of child process utilities (Joyee Cheung) #54622ed2377c1a1
] - test: fix test-tls-client-auth test for OpenSSL32 (Michael Dawson) #54610d2a7e45946
] - test: update TLS test for OpenSSL 3.2 (Richard Lau) #54612a50bbca78a
] - test: increase key size for ca2-cert.pem (Michael Dawson) #54599d7ac3262de
] - test: update test-assert-typedarray-deepequal to use node:test (James M Snell) #54585916a73cd8f
] - test: update test-assert to use node:test (James M Snell) #5458510bea1cef5
] - test: merge ongc and gcutil into gc.js (tannal) #54355f145982436
] - test: move a couple of tests over to using node:test (James M Snell) #54582229e102d20
] - test: fix embedding test for Windows (Vladimir Morozov) #53659fcf82adef0
] - test: use relative paths in test-cli-permission tests (sendoru) #541884c219b0235
] - test: fix timeout not being cleared (Isaac-yz-Liu) #54242e446517a41
] - test: refactortest-runner-module-mocking
(Antoine du Hamel) #54233782a6a05ef
] - test: use assert.{s,deepS}trictEqual() (Luigi Pinca) #54208d478db7adc
] - test: set test-structuredclone-jstransferable non-flaky (Stefan Stojanovic) #54115c8587ec90d
] - test: update wpt test for streams (devstone) #54129dbc26c2971
] - test: fix typo in test (Sonny) #5413717b7ec4df3
] - test: add initial pull delay and prototype pollution prevention tests (Sonny) #54061931ff4367a
] - test: update wpt test (Mert Can Altin) #538141c1bd7ce52
] - test: updateurl
web-platform tests (Yagiz Nizipli) #53472b048eaea5c
] - test_runner: reimplementassert.ok
to allow stack parsing (Aviv Keller) #54776c981e61155
] - test_runner: improve code coverage cleanup (Colin Ihrig) #548564f421b37da
] - test_runner: use validateStringArray fortimers.enable()
(Deokjin Kim) #4953427da75ae22
] - test_runner: do not expose internal loader (Antoine du Hamel) #5410656cbc80d28
] - test_runner: make mock_loader not confuse CJS and ESM resolution (Sung Ye In) #538468fd951f7c7
] - test_runner: remove outdated comment (Colin Ihrig) #5414665b6fec3ba
] - test_runner: run after hooks even if test is aborted (Colin Ihrig) #54151c0b4c8284c
] - test_runner: added colors to dot reporter (Giovanni) #534503000e5df91
] - test_runner: support module detection in module mocks (Geoffrey Booth) #53642f789f4c92d
] - (SEMVER-MINOR) test_runner: support module mocking (Colin Ihrig) #5284882d1c36f51
] - test_runner: display failed test stack trace with dot reporter (Mihir Bhansali) #526555358601e31
] - timers: avoid generating holey internal arrays (Gürgün Dayıoğlu) #54771b6ed97c66d
] - timers: document ref option for scheduler.wait (Paolo Insogna) #54605f524b8a28b
] - timers: fix validation (Paolo Insogna) #54404bc020f7cb3
] - (SEMVER-MINOR) tls: addallowPartialTrustChain
flag (Anna Henningsen) #54790d0e6f9168e
] - tls: remove prototype primordials (Antoine du Hamel) #53699f5c65d0be6
] - tools: add readability/fn_size to filter (Rafael Gonzaga) #54744a47bb9b2c2
] - tools: add util scripts to land and rebase PRs (Antoine du Hamel) #54656fe3155cefa
] - tools: remove readability/fn_size rule (Rafael Gonzaga) #54663d6b9cc3acd
] - tools: remove unused python files (Aviv Keller) #53928b5fbe9609c
] - tools: remove header from c-ares license (Aviv Keller) #54335a7fdc608c6
] - tools: add find pyenv path on windows (Marco Ippolito) #54314f90688cd5b
] - tools: make undici updater build wasm from src (Michael Dawson) #54128a033dff2f2
] - tty: initialize winSize array with values (Michaël Zasso) #54281e635e0956c
] - typings: fix TypedArray to a global type (1ilsang) #54063b5bf08f31e
] - typings: correct param type ofSafePromisePrototypeFinally
(Wuli) #54727628ae4bde5
] - typings: add util.styleText type definition (Rafael Gonzaga) #54252cc37401ea5
] - typings: add missing binding functionwriteFileUtf8()
(Jungku Lee) #54110728c3fd6f1
] - url: modify pathToFileURL to handle extended UNC path (Early Riser) #54262b25563dfcb
] - url: improve resolveObject with ObjectAssign (Early Riser) #54092eededd1ca8
] - url: make URL.parse enumerable (Filip Skokan) #537204eb0749b6c
] - (SEMVER-MINOR) url: implement parse method for safer URL parsing (Ali Hassan) #522809e1c2293bf
] - vm: harden module type checks (Chengzhong Wu) #521622d90340cb3
] - (SEMVER-MINOR) vm: introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY (Joyee Cheung) #543944644d05ab5
] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #54708ecdf6dd444
] - zlib: simplify validators (Yagiz Nizipli) #54442v20.17.0
: 2024-08-21, Version 20.17.0 'Iron' (LTS), @marco-ippolitoCompare Source
module: support require()ing synchronous ESM graphs
This release adds
require()
support for synchronous ESM graphs underthe flag
--experimental-require-module
.If
--experimental-require-module
is enabled, and the ECMAScriptmodule being loaded by
require()
meets the following requirements:require()
will load the requested module as an ES Module, and returnthe module name space object. In this case it is similar to dynamic
import()
but is run synchronously and returns the name space objectdirectly.
Contributed by Joyee Cheung in #51977
path: add
matchesGlob
methodGlob patterns can now be tested against individual paths via the
path.matchesGlob(path, pattern)
method.Contributed by Aviv Keller in #52881
stream: expose DuplexPair API
The function
duplexPair
returns an array with two items,each being a
Duplex
stream connected to the other side:Whatever is written to one stream is made readable on the other. It provides
behavior analogous to a network connection, where the data written by the client
becomes readable by the server, and vice-versa.
Contributed by Austin Wright in #34111
Other Notable Changes
8e64c02b19
] - (SEMVER-MINOR) http: add diagnostics channelhttp.client.request.error
(Kohei Ueno) #54054ae30674991
] - meta: add jake to collaborators (jakecastelli) #540044a3ecbfc9b
] - (SEMVER-MINOR) stream: implementmin
option forReadableStreamBYOBReader.read
(Mattias Buelens) #50888Commits
b3a2726cbc
] - assert: use isError instead of instanceof in innerOk (Pietro Marchini) #53980c7e4c3daf4
] - benchmark: add cpSync benchmark (Yagiz Nizipli) #53612a52de8c5ff
] - bootstrap: print--help
message usingconsole.log
(Jacob Hummer) #5146361b90e7c5e
] - build: update gcovr to 7.2 and codecov config (Benjamin E. Coe) #54019a9c04eaa27
] - build: ensure v8_pointer_compression_sandbox is enabled on 64bit (Shelley Vohr) #53884342a663d7a
] - build: trigger coverage ci when updating codecov (Yagiz Nizipli) #539295727b4d129
] - build: update codecov coverage build count (Yagiz Nizipli) #53929977af25870
] - build: disable test-asan workflow (Michaël Zasso) #5384404798fb104
] - build: fix build warning of c-ares under GN build (Cheng) #537505ec5e78574
] - build: fix mac build error of c-ares under GN (Cheng) #536873d8721f0a4
] - build: add version-specific library path for AIX (Richard Lau) #53585ffb0bd344d
] - build, tools: drop leading/
fromr2dir
(Richard Lau) #53951a2d74f4c31
] - build,tools: simplify upload of shasum signatures (Michaël Zasso) #53892993bb3b6e7
] - child_process: fix incomplete prototype pollution hardening (Liran Tal) #53781137a2e5766
] - cli: document--inspect
port0
behavior (Aviv Keller) #53782820e6e1737
] - cli: updatenode.1
to reflect Atom's sunset (Aviv Keller) #53734fa0e8d7b3b
] - crypto: avoid std::function (Tobias Nießen) #53683460240c368
] - crypto: make deriveBits length parameter optional and nullable (Filip Skokan) #53601ceb1d5e00a
] - crypto: avoid taking ownership of OpenSSL objects (Tobias Nießen) #5346044268c27eb
] - deps: update corepack to 0.29.3 (Node.js GitHub Bot) #54072496975ece0
] - deps: update c-ares to v1.32.3 (Node.js GitHub Bot) #540205eea419349
] - deps: update c-ares to v1.32.2 (Node.js GitHub Bot) #538658c8e3688c5
] - deps: update googletest to4b21f1a
(Node.js GitHub Bot) #5384278f6b34c77
] - deps: update minimatch to 10.0.1 (Node.js GitHub Bot) #53841398f7acca3
] - deps: update corepack to 0.29.2 (Node.js GitHub Bot) #53838fa8f99d90b
] - deps: update simdutf to 5.3.0 (Node.js GitHub Bot) #53837a19b28336b
] - deps: update ada to 2.9.0 (Node.js GitHub Bot) #537482f66c7e707
] - deps: upgrade npm to 10.8.2 (npm team) #537992a2620e7c0
] - deps: update googletest to34ad51b
(Node.js GitHub Bot) #53157c01ce60ce7
] - deps: update googletest to305e5a2
(Node.js GitHub Bot) #53157832328ea01
] - deps: update c-ares to v1.32.1 (Node.js GitHub Bot) #53753878e9a4ae7
] - deps: update minimatch to 9.0.5 (Node.js GitHub Bot) #536464647e6b5c5
] - deps: update c-ares to v1.32.0 (Node.js GitHub Bot) #5372230310bf887
] - doc: move numCPUs require to top of file in cluster CJS example (Alfredo González) #5393236170eddca
] - doc: update security-release process to automated one (Rafael Gonzaga) #5387755f5e76ba7
] - doc: fix typo in technical-priorities.md (YoonSoo_Shin) #540941c0ccc0ca8
] - doc: fix typo in diagnostic tooling support tiers document (Taejin Kim) #540586a5120ff0f
] - doc: move GeoffreyBooth to TSC regular member (Geoffrey Booth) #54047ead05aad2a
] - doc: fix typo in recognizing-contributors (Marco Ippolito) #5399025e59aebac
] - doc: update boxstarter README (Aviv Keller) #53785a3183fb927
] - doc: add info about prefix-only modules tomodule.builtinModules
(Grigory) #5395489599e025f
] - doc: removescroll-behavior: smooth;
(Cloyd Lau) #53942139c62e40c
] - doc: move --test-coverage-{ex,in}clude to proper location (Colin Ihrig) #53926233aba90ea
] - doc: updateapi_assets
README for new files (Aviv Keller) #5367644a1cbe98a
] - doc: add MattiasBuelens to collaborators (Mattias Buelens) #53895f5280ddbc5
] - doc: fix casing of GitHub handle for two collaborators (Antoine du Hamel) #538579224e3eef1
] - doc: update release-post nodejs.org script (Rafael Gonzaga) #53762f87eed8de4
] - doc: move MylesBorins to emeritus (Myles Borins) #5376032ac80ae8d
] - doc: add Rafael to the last security release (Rafael Gonzaga) #53769e71aa7e98b
] - doc: use mock.callCount() in examples (Sébastien Règne) #53754f64db24312
] - doc: clarify authenticity of plaintexts in update (Tobias Nießen) #5378451e736ac83
] - doc: add option to have support me link (Michael Dawson) #533129804731d0f
] - doc: updatescroll-padding-top
to 4rem (Cloyd Lau) #53662229f7f8b8a
] - doc: mention v8.setFlagsFromString to pm (Rafael Gonzaga) #5373198d59aa929
] - doc: remove the last <pre> tag (Claudio W) #5374160ee41df08
] - doc: exclude voting and regular TSC from spotlight (Michael Dawson) #53694c3536cfa99
] - doc: fix releases guide for recent Git versions (Michaël Zasso) #537093b632e1871
] - doc: requirenode:process
in assert doc examples (Alfredo González) #53702754090c110
] - doc: add additional explanation to the wildcard section in permissions (jakecastelli) #536644346de7267
] - doc: mark NODE_MODULE_VERSION for Node.js 22.0.0 (Michaël Zasso) #53650758178bd72
] - doc: include node.module_timer on available categories (Vinicius Lourenço) #53638e0d213df2b
] - doc: fix module customization hook examples (Elliot Goodrich) #5363743ac5a2441
] - doc: fix doc for correct usage with plan & TestContext (Emil Tayeb) #536155076f0d292
] - doc: remove some news issues that are no longer (Michael Dawson) #53608c997dbef34
] - doc: add issue for news from ambassadors (Michael Dawson) #5360716d55f1d25
] - doc: add esm example for os (Leonardo Peixoto) #53604156fc536f2
] - doc: clarify usage of coverage reporters (Eliphaz Bouye) #53523f8f247bc99
] - doc: document addition testing options (Aviv Keller) #5356973860aca56
] - doc: clarify that fs.exists() may return false for existing symlink (Tobias Nießen) #5356659c5c5c73e
] - doc: note http.closeAllConnections excludes upgraded sockets (Rob Hogan) #535601cd3c8eb27
] - doc: fix typo (EhsanKhaki) #533973c5e593e2a
] - doc, meta: add PTAL to glossary (Aviv Keller) #53770f336e61257
] - doc, test: tracing channel hasSubscribers getter (Thomas Hunter II) #529084187b81439
] - doc, typings: events.once accepts symbol event type (René) #535423cdf94d403
] - doc,tty: add documentation for ReadStream and WriteStream (jakecastelli) #535675d03f6fab7
] - esm: move hooks test with others (Geoffrey Booth) #53558490f15a99b
] - fs: ensure consistency for mkdtemp in both fs and fs/promises (YieldRay) #537768e64c02b19
] - (SEMVER-MINOR) http: add diagnostics channelhttp.client.request.error
(Kohei Ueno) #540540d70c79ebf
] - lib: optimize copyError with ObjectAssign in primordials (HEESEUNG) #53999a4ff2ac0f0
] - lib: improve cluster/primary code (Ehsan Khakifirooz) #53756c667fbd988
] - lib: improve error message when index not found on cjs (Vinicius Lourenço) #5385951ba566171
] - lib: decorate async stack trace in source maps (Chengzhong Wu) #53860d012dd3d29
] - lib: remove path.resolve from permissions.js (Rafael Gonzaga) #537291e9ff50446
] - lib: add toJSON to PerformanceMeasure (theanarkh) #536033a2d8bffa5
] - lib: convert WeakMaps in cjs loader with private symbol properties (Chengzhong Wu) #52095e326342bd7
] - meta: addsqlite
to js subsystems (Alex Yang) #53911bfabfb4d17
] - meta: move tsc member to emeritus (Michael Dawson) #54029ae30674991
] - meta: add jake to collaborators (jakecastelli) #540046ca0cfc602
] - meta: remove license for hljs (Aviv Keller) #53970e6ba121e83
] - meta: make more bug-report information required (Aviv Keller) #537181864cddd0c
] - meta: store actions secrets in environment (Aviv Keller) #53930c0b24e5071
] - meta: move anonrig to tsc voting members (Yagiz Nizipli) #53888e60b089f7f
] - meta: remove redudant logging from dep updaters (Aviv Keller) #53783bff6995ec3
] - meta: change email address of anonrig (Yagiz Nizipli) #53829c2bb46020a
] - meta: addnode_sqlite.c
to PR label config (Aviv Keller) #53797b8d2bbc6d6
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #537580ad4b7c1f7
] - meta: use HTML entities in commit-queue comment (Aviv Keller) #53744aa0c5c25d1
] - meta: move regular TSC member to emeritus (Michael Dawson) #53693a5f5b4550b
] - meta: bump codecov/codecov-action from 4.4.1 to 4.5.0 (dependabot[bot]) #53675f84e215c90
] - meta: bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 (dependabot[bot]) #53674d5a9c249d3
] - meta: bump github/codeql-action from 3.25.7 to 3.25.11 (dependabot[bot]) #5367339d6c780c8
] - meta: bump actions/checkout from 4.1.6 to 4.1.7 (dependabot[bot]) #53672bb6fe38a34
] - meta: bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (dependabot[bot]) #536715dcdfb5e6b
] - meta: bump step-security/harden-runner from 2.8.0 to 2.8.1 (dependabot[bot]) #5367044d901a1c9
] - meta: move member from TSC regular to emeriti (Michael Dawson) #535990c91186afa
] - meta: warnings bypass deprecation cycle (Benjamin Gruenbaum) #53513bcd08bef60
] - meta: prevent constant references to issues in versioning (Aviv Keller) #535647625dc4927
] - module: fix submodules loaded by require() and import() (Joyee Cheung) #524876c4f4772e3
] - module: tidy code and comments (Jacob Smith) #5243751b88faeac
] - module: disallow CJS <-> ESM edges in a cycle from require(esm) (Joyee Cheung) #522644dae68ced4
] - module: centralize SourceTextModule compilation for builtin loader (Joyee Cheung) #52291cad46afc07
] - (SEMVER-MINOR) module: support require()ing synchronous ESM graphs (Joyee Cheung) #51977ac58c829a1
] - node-api: add property keys benchmark (Chengzhong Wu) #54012e6a4104bd1
] - node-api: rename nogc to basic (Gabriel Schulhof) #5383057b8b8e18e
] - (SEMVER-MINOR) path: addmatchesGlob
method (Aviv Keller) #52881bf6aa53299
] - process: unify experimental warning messages (Aviv Keller) #537042a3ae16e62
] - src: expose LookupAndCompile with parameters (Shelley Vohr) #538860109f9c961
] - src: simplify AESCipherTraits::AdditionalConfig (Tobias Nießen) #538906bafe8a457
] - src: fix -Wshadow warning (Shelley Vohr) #538854c36d6c47a
] - src: fix slice of slice of file-backed Blob (Josh Lee) #53972848c2d59fb
] - src: cache invariant code motion (Rafael Gonzaga) #53879acaf5dd1cd
] - src: avoid strcmp in ImportJWKAsymmetricKey (Tobias Nießen) #53813b71250aaf9
] - src: replace ToLocalChecked uses with ToLocal in node-file (James M Snell) #53869aff9a5339a
] - src: fix env-file flag to ignore spaces before quotes (Mohit Malhotra) #53786e352a4ef27
] - src: update outdated references to spec sections (Tobias Nießen) #538321a4da22a60
] - src: use Maybe<void> in ManagedEVPPKey (Tobias Nießen) #538110c24b91bd2
] - src: fix error handling in ExportJWKAsymmetricKey (Tobias Nießen) #5376781cd84c716
] - src: use Maybe<void> in node::crypto::error (Tobias Nießen) #537668135f3616d
] - src: fix typo in node.h (Daeyeon Jeong) #53759e6d735a997
] - src: document the Node.js context embedder data (Joyee Cheung) #53611584beaa2ed
] - src: zero-initialize data that are copied into the snapshot (Joyee Cheung) #53563ef5dabd8c6
] - src: fix Worker termination when '--inspect-brk' is passed (Daeyeon Jeong) #5372462f4f6f48e
] - src: remove ArrayBufferAllocator::Reallocate override (Shu-yu Guo) #52910a6dd8643fa
] - src: reduce unnecessary serialization of CLI options in C++ (Joyee Cheung) #5245131fdb881cf
] - src,lib: expose getCategoryEnabledBuffer to use on node.http (Vinicius Lourenço) #536022eea8502e1
] - src,test: further cleanup references to osx (Daniel Bayley) #538207c21bb99a5
] - (SEMVER-MINOR) stream: expose DuplexPair API (Austin Wright) #3411156299f7309
] - stream: improve inspector ergonomics (Benjamin Gruenbaum) #538009b82b15230
] - stream: update ongoing promise in async iterator return() method (Mattias Buelens) #526574a3ecbfc9b
] - (SEMVER-MINOR) stream: implementmin
option forReadableStreamBYOBReader.read
(Mattias Buelens) #50888bd996bf694
] - test: do not swallow uncaughtException errors in exit code tests (Meghan Denny) #5403977761af077
] - test: move shared module totest/common
(Rich Trott) #54042bec88ce138
] - test: skip sea tests with more accurate available disk space estimation (Chengzhong Wu) #539969a98ad47cd
] - test: remove unnecessary console log (KAYYY) #53812364d09cf0a
] - test: add comments and rename test for timer robustness (Rich Trott) #540085c5093dc0a
] - test: add test for one arg timers to increase coverage (Carlos Espa) #5400743ede1ae0b
] - test: mark 'test/parallel/test-sqlite.js' as flaky (Colin Ihrig) #540310ad783cb42
] - test: mark test-pipe-file-to-http as flaky (jakecastelli) #53751f2b4fd3544
] - test: compare paths on Windows without considering case (Early Riser) #539932e69e5f4d2
] - test: skip sea tests in large debug builds (Chengzhong Wu) #5391856c26fe6e5
] - test: skip --title check on IBM i (Abdirahim Musse) #539526d0b8ded00
] - test: reduce flakiness oftest-assert-esm-cjs-message-verify
(Antoine du Hamel) #53967edb75aebd7
] - test: usePYTHON
executable from env inassertSnapshot
(Antoine du Hamel) #53938be94e470a6
] - test: deflake test-blob-file-backed (Luigi Pinca) #53920c2b0dcd165
] - test: un-set inspector-async-hook-setup-at-inspect-brk as flaky (Abdirahim Musse) #536926dc18981ac
] - test: use python3 instead of python in pummel test (Mathis Wiehl) #53057662bf524e1
] - test: do not assume cwd in snapshot tests (Antoine du Hamel) #53146a07526702a
] - test: fix OpenSSL version checks (Richard Lau) #535032b70018d11
] - test: refactor, add assertion to http-request-end (jakecastelli) #53411c0262c1561
] - test_runner: switched to internal readline interface (Emil Tayeb) #54000fb7342246c
] - test_runner: do not throw on mocked clearTimeout() (Aksinya Bykova) #54005367f9e77f3
] - test_runner: cleanup global event listeners after run (Eddie Abbondanzio) #53878206c668ee7
] - test_runner: remove plan option from run() (Colin Ihrig) #538348660d481e5
] - tls: add setKeyCert() to tls.Socket (Brian White) #536369c5beabd83
] - tools: fixSLACK_TITLE
in invalid commit workflow (Antoine du Hamel) #539124dedf2aead
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #53840642d5c5d30
] - tools: use v8_features.json to populate config.gypi (Cheng) #53749031206544d
] - tools: update lint-md-dependencies to unified@11.0.5 (Node.js GitHub Bot) #535558404421ea6
] - tools: replace reference to NodeMainInstance with SnapshotBuilder (codediverdev) #535442d8490fed5
] - typings: addfs_dir
types (Yagiz Nizipli) #53631325eae0b3f
] - url: fix typo (KAYYY) #538277fc45f5e3f
] - url: reduce unnecessary string copies (Yagiz Nizipli) #536281d961facf1
] - url: add missing documentation forURL.parse()
(Yagiz Nizipli) #53733ce877c6d0f
] - util: fix crashing when emitting new Buffer() deprecation warning #53075 (Aras Abbasi) #53089d6d04279ca
] - worker: allow copied NODE_OPTIONS in the env setting (Joyee Cheung) #53596v20.16.0
: 2024-07-24, Version 20.16.0 'Iron' (LTS), @marco-ippolitoCompare Source
process: add process.getBuiltinModule(id)
process.getBuiltinModule(id)
provides a way to load built-in modulesin a globally available function. ES Modules that need to support
other environments can use it to conditionally load a Node.js built-in
when it is run in Node.js, without having to deal with the resolution
error that can be thrown by
import
in a non-Node.js environment orhaving to use dynamic
import()
which either turns the module intoan asynchronous module, or turns a synchronous API into an asynchronous one.
If
id
specifies a built-in module available in the current Node.js process,process.getBuiltinModule(id)
method returns the corresponding built-inmodule. If
id
does not correspond to any built-in module,undefined
is returned.
process.getBuiltinModule(id)
accepts built-in module IDs that are recognizedby
module.isBuiltin(id)
.The references returned by
process.getBuiltinModule(id)
always point tothe built-in module corresponding to
id
even if users modifyrequire.cache
so thatrequire(id)
returns something else.Contributed by Joyee Cheung in #52762
doc: doc-only deprecate OpenSSL engine-based APIs
OpenSSL 3 deprecated support for custom engines with a recommendation to switch to its new provider model.
The
clientCertEngine
option forhttps.request()
,tls.createSecureContext()
, andtls.createServer()
; theprivateKeyEngine
andprivateKeyIdentifier
fortls.createSecureContext();
andcrypto.setEngine()
all depend on this functionality from OpenSSL.Contributed by Richard Lau in #53329
inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth
Debugger.setAsyncCallStackDepth
was previously calling the enable function by mistake. As a result, when profiling using Chrome DevTools, the async hooks won't be turned off properly after receivingDebugger.setAsyncCallStackDepth
with depth 0.Contributed by Joyee Cheung in #53473
Other Notable Changes
09e2191432
] - (SEMVER-MINOR) buffer: add .bytes() method to Blob (Matthew Aitken) #53221394e00f41c
] - (SEMVER-MINOR) doc: add context.assert docs (Colin Ihrig) #53169a8601efa5e
] - (SEMVER-MINOR) doc: improve explanation about built-in modules (Joyee Cheung) #527625e76c258f7
] - doc: add StefanStojanovic to collaborators (StefanStojanovic) #531185e694026f1
] - doc: add Marco Ippolito to TSC (Rafael Gonzaga) #53008f3ba1eb72f
] - (SEMVER-MINOR) net: add new net.server.listen tracing channel (Paolo Insogna) #531362bcce3255b
] - (SEMVER-MINOR) src,permission: --allow-wasi & prevent WASI exec (Rafael Gonzaga) #53124a03a4c7bdd
] - (SEMVER-MINOR) test_runner: add context.fullName (Colin Ihrig) #5316969b828f5a5
] - (SEMVER-MINOR) util: support--no-
for argument with boolean type for parseArgs (Zhenwei Jin) #53107Commits
76fd0ea92e
] - assert,util: correct comparison when both contain same reference (Daniel Lemire) #5343165308b6692
] - benchmark: fix api restriction for the permission category (Ryan Tsien) #515281e2bc2c2d0
] - benchmark: fix napi/ref addon (Michaël Zasso) #5323309e2191432
] - (SEMVER-MINOR) buffer: add .bytes() method to Blob (Matthew Aitken) #53221e1951a4804
] - build: fix spacing before NINJA_ARGS (jakecastelli) #5318176f3bb3460
] - build: generate binlog in out directories (Chengzhong Wu) #53325eded0c187b
] - build: support python 3.13 (Chengzhong Wu) #531901e57c67fdb
] - build: update ruff to v0.4.5 (Yagiz Nizipli) #5318028e71ede63
] - build: add--skip-tests
totest-ci-js
target (Antoine du Hamel) #53105bb06778a65
] - build: fix building embedtest in GN build (Cheng) #53145117ff5f139
] - build: use broader detection for 'help' (Aviv Keller) #530459aa896e7f5
] - build: fix -j propagation to ninja (Tobias Nießen) #53088acdbc78955
] - build: exit on unsupported host OS for Android (Mohammed Keyvanzadeh) #52882bf3d94478e
] - build: fix--enable-d8
builds (Richard Lau) #5310699da7d7237
] - build: set "clang" in config.gypi in GN build (Cheng) #530049446278f03
] - crypto: improve GetECGroupBits signature (Tobias Nießen) #53364dc2a4af68d
] - crypto: fix propagation of "memory limit exceeded" (Tobias Nießen) #53300c5174f5e60
] - deps: update c-ares to v1.31.0 (Node.js GitHub Bot) #5355428e932dc7a
] - deps: update undici to 6.19.2 (Node.js GitHub Bot) #53468e4f9c663c4
] - deps: update undici to 6.19.1 (Node.js GitHub Bot) #53468171dc50fdc
] - deps: update undici to 6.19.1 (Node.js GitHub Bot) #534686bb6a9100d
] - deps: update undici to 6.19.0 (Node.js GitHub Bot) #53468815d71b4cd
] - deps: update acorn-walk to 8.3.3 (Node.js GitHub Bot) #534668b5f1d765a
] - deps: update zlib to 1.3.0.1-motley-209717d (Node.js GitHub Bot) #53156fc73da6f50
] - deps: update c-ares to v1.30.0 (Node.js GitHub Bot) #53416a6b803abd6
] - deps: update undici to 6.18.2 (Node.js GitHub Bot) #532550f235535bb
] - deps: update ada to 2.8.0 (Node.js GitHub Bot) #5325463407269a8
] - deps: update corepack to 0.28.2 (Node.js GitHub Bot) #532537a126e8773
] - deps: update c-ares to 1.29.0 (Node.js GitHub Bot) #531550c8fcceefa
] - deps: upgrade npm to 10.8.1 (npm team) #5320723866979f2
] - deps: update undici to 6.18.1 (Node.js GitHub Bot) #530734987a00142
] - deps: update undici to 6.18.0 (Node.js GitHub Bot) #53073af226d0d9c
] - deps: update undici to 6.17.0 (Node.js GitHub Bot) #53034c9c6bf8bfb
] - deps: update undici to 6.16.1 (Node.js GitHub Bot) #52948b32b62d590
] - deps: update undici to 6.15.0 (Matthew Aitken) #527636e6641bea2
] - deps: update googletest to33af80a
(Node.js GitHub Bot) #53053aa96fbe03e
] - deps: update zlib to 1.3.0.1-motley-4f653ff (Node.js GitHub Bot) #53052ba3310ded5
] - deps: upgrade npm to 10.8.0 (npm team) #530148537a2aecf
] - doc: recommend not using libuv node-api function (Michael Dawson) #53521c13600f0db
] - doc: add additional guidance for PRs to deps (Michael Dawson) #534997c3edd952e
] - doc: only apply content-visibility on all.html (Filip Skokan) #53510ac5be14ed8
] - doc: update the description of the return type for options.filter (Zhenwei Jin) #52742cac300e351
] - doc: remove first timer badge (Aviv Keller) #53338feb61459fd
] - doc: add Buffer.from(string) to functions that use buffer pool (Christian Bates-White) #528019e0a6e938b
] - doc: add initial text for ambassadors program (Michael Dawson) #5285755ac53cb0b
] - doc: define more cases for stream event emissions (Aviv Keller) #533177128e0f9c9
] - doc: remove mentions of policy model from security info (Aviv Keller) #532493e290433df
] - doc: fix mistakes in the moduleload
hook api (István Donkó) #533493445c08144
] - doc: doc-only deprecate OpenSSL engine-based APIs (Richard Lau) #53329a3e8cda019
] - doc: mark --heap-prof and related flags stable (Joyee Cheung) #533430b9daaae4d
] - doc: mark --cpu-prof and related flags stable (Joyee Cheung) #53343daf91834f6
] - doc: remove IRC from man page (Tobias Nießen) #533444246c8fa31
] - doc: fix broken link instatic-analysis.md
(Richard Lau) #53345955b98a0e4
] - doc: remove cases for keys not containing "*" in PATTERN_KEY_COMPARE (Maarten Zuidhoorn) #532157832b1815f
] - doc: add err param to fs.cp callback (Feng Yu) #5323401533df87f
] - doc: adderr
param to fs.copyFile callback (Feng Yu) #53234b081bc7d5e
] - doc: reserve 128 for Electron 32 (Keeley Hammond) #532036b8460b560
] - doc: add note to ninjia build for macOS using -jn flag (jakecastelli) #53187394e00f41c
] - (SEMVER-MINOR) doc: add context.assert docs (Colin Ihrig) #53169c143d61d0e
] - doc: include ESM import for HTTP (Aviv Keller) #53165a8601efa5e
] - (SEMVER-MINOR) doc: improve explanation about built-in modules (Joyee Cheung) #52762560392de3d
] - doc: fix minor grammar and style issues in SECURITY.md (Rich Trott) #531689f8e34323d
] - doc: mention pm is not enforced when using fd (Rafael Gonzaga) #531253ac775b015
] - doc: fix format inesm.md
(Pop Moore) #5317041b08bdcf7
] - doc: fix wrong variable name in example oftimers.tick()
(Deokjin Kim) #53147698ea7aa5a
] - doc: fix wrong function name in example ofcontext.plan()
(Deokjin Kim) #53140a99359d79d
] - doc: add note for windows users and symlinks (Aviv Keller) #5311761ec2af292
] - doc: move all TLS-PSK documentation to its section (Alba Mendez) #357175e76c258f7
] - doc: add StefanStojanovic to collaborators (StefanStojanovic) #531181dc406ba62
] - doc: improve ninja build for --built-in-modules-path (jakecastelli) #530072854585662
] - doc: avoid hiding by navigation bar in anchor jumping (Cloyd Lau) #451313f432f829f
] - doc: remove unavailable youtube link in pull requests (Deokjin Kim) #529825e694026f1
] - doc: add Marco Ippolito to TSC (Rafael Gonzaga) #53008231e44043e
] - doc: add missing supported timer values intimers.enable()
(Deokjin Kim) #52969b8944f6938
] - doc, http: addrejectNonStandardBodyWrites
option, clear its behaviour (jakecastelli) #533960354584738
] - doc, meta: organize contributing to Node-API guide (Aviv Keller) #532439ae3719c4e
] - doc, meta: use markdown rather than HTML in CONTRIBUTING.md (Aviv Keller) #53235621e073c96
] - fs: do not crash if the watched file is removed while setting up watch (Matteo Collina) #53452f00ee1c377
] - fs: fix cp dir/non-dir mismatch error messages (Mathis Wiehl) #53150655b960418
] - http2: reject failed http2.connect when used with promisify (ehsankhfr) #53475eb0b68bb29
] - inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth (Joyee Cheung) #534731c0b89be4c
] - lib: fix typo in comment (codediverdev) #5354355922d9cb0
] - lib: remove the unused code (theanarkh) #5346306374ef96b
] - lib: fix naming convention ofSymbol
(Deokjin Kim) #53387d1a780039a
] - lib: fix timer leak (theanarkh) #533378689ce4b41
] - lib: fix misleading argument of validateUint32 (Tobias Nießen) #5330757d7bbf624
] - lib: fix the name of the fetch global function (Gabriel Bota) #5322723f086c363
] - lib: do not call callback if socket is closed (theanarkh) #52829f325c54c80
] - meta: use correct source for workflow in PR (Aviv Keller) #534908172412dbe
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #5348001b61d65d3
] - meta: fix typo in dependency updates (Aviv Keller) #5347112f5737cd3
] - meta: bump step-security/harden-runner from 2.7.1 to 2.8.0 (dependabot[bot]) #53245102e4eee3c
] - meta: bump ossf/scorecard-action from 2.3.1 to 2.3.3 (dependabot[bot]) #532485ba185580d
] - meta: bump actions/checkout from 4.1.4 to 4.1.6 (dependabot[bot]) #532479d186cce2b
] - meta: bump github/codeql-action from 3.25.3 to 3.25.7 (dependabot[bot]) #5324629ab74009e
] - meta: bump codecov/codecov-action from 4.3.1 to 4.4.1 (dependabot[bot]) #53244bd4b593f30
] - meta: removeinitializeCommand
from devcontainer (Aviv Keller) #5313761b1f573cf
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #53065f3ba1eb72f
] - (SEMVER-MINOR) net: add new net.server.listen tracing channel (Paolo Insogna) #5313667333a5796
] - (SEMVER-MINOR) process: add process.getBuiltinModule(id) (Joyee Cheung) #52762092aa09eb3
] - repl: fix await object patterns without values (Luke Haas) #53331554d25f526
] - src: resetprocess.versions
during pre-execution (Richard Lau) #53444a0879ad628
] - src: fix dynamically linked OpenSSL version (Richard Lau) #5345691c05f34de
] - src: removeSetEncoding
from StringEncoder (Yagiz Nizipli) #534414f49384be5
] - src: fix typo in env.cc (EhsanKhaki) #534189730d1e186
] - src: avoid strcmp in favor of operator== (Tobias Nießen) #53439436ad8ceb9
] - src: print v8::OOMDetails::detail when it's available (Joyee Cheung) #53360f773b289eb
] - src: fix IsIPAddress for IPv6 (Hüseyin Açacak) #534007705efd860
] - src: fix permission inspector crash (theanarkh) #53389260d8d9ae1
] - src: use __FUNCSIG__ on Windows in backtrace (Joyee Cheung) #531353b79e9c24e
] - src: fix external module env and kDisableNodeOptionsEnv (Rafael Gonzaga) #5290532839c63cb
] - src: reduce unnecessaryGetCwd
calls (Yagiz Nizipli) #53064840dd092ce
] - src: improve node::Dotenv declarations (Tobias Nießen) #529732bcce3255b
] - (SEMVER-MINOR) src,permission: --allow-wasi & prevent WASI exec (Rafael Gonzaga) #53124e092c62a22
] - stream: update outdated highwatermark doc (Jay Kim) #5349471af3e8172
] - stream: support dispose in writable (Benjamin Gruenbaum) #4854733a15be32f
] - stream: callback should be called when pendingcb is 0 (jakecastelli) #534381b46ebbf69
] - stream: make sure _destroy is called (jakecastelli) #532139f95d41947
] - stream: prevent stream unexpected pause when highWaterMark set to 0 (jakecastelli) #53261d02651c9d6
] - stream: micro-optimize writable condition (Orgad Shaneh) #53189324070c410
] - stream: fix memory usage regression in writable (Orgad Shaneh) #5318848138afd35
] - stream: fixes for webstreams (Mattias Buelens) #5116824f078a22b
] - test: marktest-benchmark-crypto
as flaky (Antoine du Hamel) #529550d69ce3474
] - test: extend env fortest-node-output-errors
(Richard Lau) #535351aaaad8518
] - test: update encoding web-platform tests (Yagiz Nizipli) #5347754e0ba8771
] - test: check against run-time OpenSSL version (Richard Lau) #53456059e47c320
] - test: update tests for OpenSSL 3.0.14 (Richard Lau) #5337349e6f33021
] - test: fix test-http-server-keepalive-req-gc (Etienne Pierre-doray) #53292292d13a289
] - test: update TLS tests for OpenSSL 3.2 (Richard Lau) #5338482017c90bb
] - test: fix test when compiled without engine support (Richard Lau) #53232a54090b385
] - test: update TLS trace tests for OpenSSL >= 3.2 (Richard Lau) #532293a1693421d
] - test: fix Windows native test suites (Stefan Stojanovic) #531732b07d01272
] - test: skiptest-setproctitle
whenps
is not available (Antoine du Hamel) #531040051d1c83d
] - test: increase allocation so it fails for the test (Adam Majer) #53099048cbe3304
] - test: remove timers from test-tls-socket-close (Luigi Pinca) #530198653d9223e
] - test: replace.substr
with.slice
(Antoine du Hamel) #53070d74bda4241
] - test: add AbortController to knownGlobals (Luigi Pinca) #53020f29e1e9838
] - test: skip unstable shadow realm gc tests (Chengzhong Wu) #52855dfa498697e
] - test,doc: enable running embedtest for Windows (Vladimir Morozov) #526460381817f1d
] - test_runner: calculate executed lines using source map (Moshe Atlow) #533159d3699b5b0
] - test_runner: handle file rename and deletion under watch mode (jakecastelli) #531149a36258ca0
] - test_runner: refactor to use min/max ofvalidateInteger
(Deokjin Kim) #53148a03a4c7bdd
] - (SEMVER-MINOR) test_runner: add context.fullName (Colin Ihrig) #53169a72157077a
] - test_runner: fix t.assert methods (Colin Ihrig) #53049ba764db9ab
] - test_runner: avoid error when coverage line not found (Moshe Atlow) #530003a4a0ebd06
] - test_runner,doc: align documentation with actual stdout/stderr behavior (Moshe Atlow) #531316e6646bdd5
] - tls: check result of SSL_CTX_set_*_proto_version (Tobias Nießen) #534592aceed4297
] - tls: avoid taking ownership of OpenSSL objects (Tobias Nießen) #53436faa5cac18c
] - tls: use SSL_get_peer_tmp_key (Tobias Nießen) #5336668fcbb635e
] - tls: fix negative sessionTimeout handling (Tobias Nießen) #5300261a1c43ef1
] - tools: fix skip detection of test runner output (Richard Lau) #5354553a7b6e1c0
] - tools: fix c-ares update script (Marco Ippolito) #534143bd5f46a15
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #53158daab9e170f
] - tools: do not run Corepack code before it's reviewed (Antoine du Hamel) #53405d18a67f937
] - tools: use Ubuntu 24.04 and Clang on GitHub actions (Michaël Zasso) #53212e9b7a52848
] - tools: add stream label on PR when related files being changed in lib (jakecastelli) #5326904d78dd56d
] - tools: remove no-goma arg from make-v8 script (Michaël Zasso) #5333637e725a500
] - tools: use sccache Github action (Moshe Atlow) #533162a1fde7e32
] - tools: update error message for Type Error (Aviv Keller) #530478f5fb4192d
] - Revert "tools: add --certify-safe to nci-ci" (Antoine du Hamel) #5309869b828f5a5
] - (SEMVER-MINOR) util: support--no-
for argument with boolean type for parseArgs (Zhenwei Jin) #531071a2f3ab4f5
] - watch: fix variable naming (jakecastelli) #53101v20.15.1
: 2024-07-08, Version 20.15.1 'Iron' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
Commits
60e184a6e4
] - lib,esm: handle bypass network-import via data: (RafaelGSS) nodejs-private/node-private#522025cbd6936
] - lib,permission: support fs.lstat (RafaelGSS) nodejs-private/node-private#486d38ea17341
] - lib,permission: disable fchmod/fchown when pm enabled (RafaelGSS) nodejs-private/node-private#5841ba624cd3b
] - src: handle permissive extension on cmd check (RafaelGSS) nodejs-private/node-private#5962524d00c3d
] - src,permission: fix UNC path resolution (RafaelGSS) nodejs-private/node-private#581484cb0f13c
] - src,permission: resolve path on fs_permission (Rafael Gonzaga) #52761v20.15.0
: 2024-06-20, Version 20.15.0 'Iron' (LTS), @marco-ippolitoCompare Source
test_runner: support test plans
It is now possible to count the number of assertions and subtests that are expected to run within a test. If the number of assertions and subtests that run does not match the expected count, the test will fail.
Contributed by Colin Ihrig in #52860
inspector: introduce the
--inspect-wait
flagThis release introduces the
--inspect-wait
flag, which allows debugger to wait for attachement. This flag is useful when you want to debug the code from the beginning. Unlike--inspect-brk
, which breaks on the first line, this flag waits for debugger to be connected and then runs the code as soon as a session is established.Contributed by Kohei Ueno in #52734
zlib: expose zlib.crc32()
This release exposes the crc32() function from zlib to user-land.
It computes a 32-bit Cyclic Redundancy Check checksum of data. If
value is specified, it is used as the starting value of the checksum,
otherwise, 0 is used as the starting value.
The CRC algorithm is designed to compute checksums and to detect error
in data transmission. It's not suitable for cryptographic authentication.
Contributed by Joyee Cheung in #52692
cli: allow running wasm in limited vmem with --disable-wasm-trap-handler
By default, Node.js enables trap-handler-based WebAssembly bound
checks. As a result, V8 does not need to insert inline bound checks
int the code compiled from WebAssembly which may speedup WebAssembly
execution significantly, but this optimization requires allocating
a big virtual memory cage (currently 10GB). If the Node.js process
does not have access to a large enough virtual memory address space
due to system configurations or hardware limitations, users won't
be able to run any WebAssembly that involves allocation in this
virtual memory cage and will see an out-of-memory error.
--disable-wasm-trap-handler
disables this optimization so thatusers can at least run WebAssembly (with a less optimial performance)
when the virtual memory address space available to their Node.js
process is lower than what the V8 WebAssembly memory cage needs.
Contributed by Joyee Cheung in #52766
Other Notable Changes
12512c3d0e
] - doc: add pimterry to collaborators (Tim Perry) #528749d485b40bb
] - (SEMVER-MINOR) tools: fix get_asan_state() in tools/test.py (Joyee Cheung) #52766e98c305f52
] - (SEMVER-MINOR) tools: support max_virtual_memory test configuration (Joyee Cheung) #52766dce0300896
] - (SEMVER-MINOR) tools: support != in test status files (Joyee Cheung) #52766Commits
227093bfec
] - assert: add deep equal check for more Error type (Zhenwei Jin) #51805184cfe5a71
] - benchmark: filter non-present deps fromstart-cli-version
(Adam Majer) #517468b3e83bb53
] - buffer: even faster atob (Daniel Lemire) #524438d628c3255
] - buffer: use size_t instead of uint32_t to avoid segmentation fault (Xavier Stouder) #4803316ae2b2933
] - buffer: remove lines setting indexes to integer value (Zhenwei Jin) #5258848c15d0dcd
] - build: remove deprecated calls for argument groups (Mohammed Keyvanzadeh) #529131be8232d17
] - build: drop base64 dep in GN build (Cheng) #52856918962d6e7
] - build: make simdjson a public dep in GN build (Cheng) #527555215b6fd8e
] - build, tools: copy release assets to staging R2 bucket once built (flakey5) #51394473fa73857
] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766954d2aded4
] - cluster: replaceforEach
withfor-of
loop (Jérôme Benoit) #50317794e450ea7
] - console: colorize console error and warn (Jithil P Ponnan) #516290fb7c18f10
] - crypto: fix duplicated switch-case return values (Mustafa Ateş UZUN) #49030cd1415c8b2
] - Revert "crypto: make timingSafeEqual faster for Uint8Array" (Tobias Nießen) #53390b774544bb1
] - deps: enable unbundling of simdjson, simdutf, ada (Daniel Lemire) #52924da4dbfc5fd
] - doc: remove reference to AUTHORS file (Marco Ippolito) #529602f3f2ff8af
] - doc: update hljs with the latest styles (Aviv Keller) #529113a1d17a9b1
] - doc: mention quicker way to build docs (Alex Crawford) #52937be309bd19d
] - doc: mention push.followTags config (Rafael Gonzaga) #52906e62c6e2684
] - doc: document pipeline withend
option (Alois Klink) #48970af27225cf6
] - doc: add example forexecFileSync
method and ref to stdio (Evan Shortiss) #39412086626f9b1
] - doc: add examples and notes to http server.close et al (mary marchini) #490913aa3337a00
] - doc: fixdns.lookup
family0
andall
descriptions (Adam Jones) #51653585f2a2e7f
] - doc: updatefs.realpath
documentation (sinkhaha) #481704bf3d44e1d
] - doc: update fs read documentation for clarity (Mert Can Altin) #52453ae5d47dde3
] - doc: watermark string behavior (Benjamin Gruenbaum) #528421e429d10d3
] - doc: exclude commits with baking-for-lts (Marco Ippolito) #528963df3e37cdb
] - doc: add names next to release key bash commands (Aviv Keller) #5287812512c3d0e
] - doc: add pimterry to collaborators (Tim Perry) #5287497e0fef019
] - doc: add more definitions to GLOSSARY.md (Aviv Keller) #5279891fadac162
] - doc: make docs more welcoming and descriptive for newcomers (Serkan Özel) #38056a3b20126fd
] - doc: add OpenSSL errors to API docs (John Lamp) #342139587ae9b5b
] - doc: simplify copy-pasting ofbranch-diff
commands (Antoine du Hamel) #527576ea72a53c3
] - doc: add test_runner to subsystem (Raz Luvaton) #52774972eafd983
] - events: update MaxListenersExceededWarning message log (sinkhaha) #5192174753ed1fe
] - events: add stop propagation flag toEvent.stopImmediatePropagation
(Mickael Meausoone) #3946375dd009649
] - events: replace NodeCustomEvent with CustomEvent (Feng Yu) #438767d38c2e012
] - fs: keep fs.promises.readFile read until EOF is reached (Zhenwei Jin) #521788cb13120d3
] - (SEMVER-MINOR) inspector: introduce the--inspect-wait
flag (Kohei Ueno) #52734d5ab1de1fd
] - meta: move@anonrig
to TSC regular member (Yagiz Nizipli) #52932f82d086e90
] - path: fix toNamespacedPath on Windows (Hüseyin Açacak) #52915121ea13b50
] - process: improve event-loop (Aras Abbasi) #52108eceac784aa
] - repl: fix disruptive autocomplete without inspector (Nitzan Uziely) #4066189a910be82
] - src: fix Worker termination ininspector.waitForDebugger
(Daeyeon Jeong) #52527033f985e8a
] - src: useS_ISDIR
to check if the file is a directory (theanarkh) #5216495128399f8
] - src: allow preventing debug signal handler start (Shelley Vohr) #46681b162aeae9e
] - src: fix typo Unabled -> Unable (Simon Siefke) #528202dcbf1894a
] - src: avoid unused variable 'error' warning (Michaël Zasso) #52886978ee0a635
] - src: only apply fix in main thread (Paolo Insogna) #527028fc52b38c6
] - src: fix test local edge case (Paolo Insogna) #52702d02907ecc4
] - src: remove misplaced windows code under posix guard in node.cc (Ali Hassan) #52545af29120fa7
] - stream: useByteLengthQueuingStrategy
when not inobjectMode
(Jason) #48847a5f3dd137c
] - string_decoder: throw an error when writing a too long buffer (zhenweijin) #5221565fa95d57d
] - test: addDebugger.setInstrumentationBreakpoint
known issue (Konstantin Ulitin) #311370513e07805
] - test: usefor-of
instead offorEach
(Gibby Free) #497901d01325928
] - test: verify request payload is uploaded consistently (Austin Wright) #340667dda156872
] - test: add fuzzer for native/js string conversion (Adam Korczynski) #511205fb829b340
] - test: add fuzzer forClientHelloParser
(AdamKorcz) #51088cc74bf789f
] - test: fix broken env fuzzer by initializing process (AdamKorcz) #51080800b6f65cf
] - test: replaceforEach()
intest-stream-pipe-unpipe-stream
(Dario) #50786d08c9a6a31
] - test: test pipelineend
on transform streams (Alois Klink) #489700be8123ede
] - test: improve coverage of lib/readline.js (Rongjian Zhang) #38646410224415c
] - test: updated for each to for of in test file (lyannel) #50308556e9a2127
] - test: movetest-http-server-request-timeouts-mixed
to sequential (Madhuri) #457220638274c07
] - test: fix DNS cancel tests (Szymon Marczak) #44432311bdc62bd
] - test: add http agent toexecutionAsyncResource
(psj-tar-gz) #349666001b164ab
] - test: reduce memory usage of test-worker-stdio (Adam Majer) #37769986bfa26e9
] - test: add common.expectRequiredModule() (Joyee Cheung) #528682246d4fd1e
] - test: crypto-rsa-dsa testing for dynamic openssl (Michael Dawson) #527811dce5dea0b
] - test: skip some console tests on dumb terminal (Adam Majer) #377700addeb240c
] - test: skip v8-updates/test-linux-perf-logger (Michaël Zasso) #5282156e19e38f3
] - test: drop test-crypto-timing-safe-equal-benchmarks (Rafael Gonzaga) #527510c5e58958c
] - test, crypto: use correct object on assert (响马) #51820d54aa47ec1
] - (SEMVER-MINOR) test_runner: support test plans (Colin Ihrig) #528600289a023a5
] - test_runner: fix watch mode race condition (Moshe Atlow) #52954cf817e192e
] - test_runner: preserve hook promise when executed twice (Moshe Atlow) #52791de541235fe
] - tools: fix v8-update workflow (Michaël Zasso) #52957f6290bc327
] - tools: add --certify-safe to nci-ci (Matteo Collina) #529400830b3115d
] - tools: fix doc update action (Marco Ippolito) #528909d485b40bb
] - (SEMVER-MINOR) tools: fix get_asan_state() in tools/test.py (Joyee Cheung) #52766e98c305f52
] - (SEMVER-MINOR) tools: support max_virtual_memory test configuration (Joyee Cheung) #52766dce0300896
] - (SEMVER-MINOR) tools: support != in test status files (Joyee Cheung) #5276657006001ec
] - tools: prepare custom rules for ESLint v9 (Michaël Zasso) #52889403a4a7557
] - tools: update lint-md-dependencies to rollup@4.17.2 (Node.js GitHub Bot) #5283601eff5860e
] - tools: updategr2m/create-or-update-pull-request-action
(Antoine du Hamel) #52843514f01ed59
] - tools: use sccache GitHub action (Michaël Zasso) #528398f8fb91927
] - tools: specify a commit-message for V8 update workflow (Antoine du Hamel) #52844b83fbf8709
] - tools: fix V8 update workflow (Antoine du Hamel) #52822be9d6f2176
] - url,tools,benchmark: replace deprecatedsubstr()
(Jungku Lee) #515467603a51d45
] - util: fix%s
format behavior withSymbol.toPrimitive
(Chenyu Yang) #50992d7eba50cf3
] - util: improveisInsideNodeModules
(uzlopak) #521474ae4f7e517
] - watch: allow listening for grouped changes (Matthieu Sieben) #527221ff8f318c0
] - watch: enable passthrough ipc in watch mode (Zack) #50890739adf90b1
] - watch: fix arguments parsing (Moshe Atlow) #527605161d95c30
] - (SEMVER-MINOR) zlib: expose zlib.crc32() (Joyee Cheung) #52692v20.14.0
: 2024-05-28, Version 20.14.0 'Iron' (LTS), @marco-ippolitoCompare Source
Notable Changes
28d2baa17c
] - src,permission: throw async errors on async APIs (Rafael Gonzaga) #5273077e2bf029a
] - (SEMVER-MINOR) test_runner: support forced exit (Colin Ihrig) #52038Commits
e3ad05d8b0
] - deps: V8: cherry-pick500de8b
(Richard Lau) #52676053282e661
] - deps: V8: backportc4be0a9
(Richard Lau) #52183200dadb879
] - deps: V8: cherry-pickf8d5e57
(Richard Lau) #52183f5cd125e02
] - deps: update googletest tofa6de7f
(Node.js GitHub Bot) #52949bbbfd7f4e1
] - deps: update corepack to 0.28.1 (Node.js GitHub Bot) #529467ba30a57a6
] - deps: update simdutf to 5.2.8 (Node.js GitHub Bot) #52727b21a480a28
] - deps: update simdutf to 5.2.6 (Node.js GitHub Bot) #527276cfad60d97
] - deps: update googletest to2d16ed0
(Node.js GitHub Bot) #5165734708d1429
] - deps: update googletest tod83fee1
(Node.js GitHub Bot) #51657c1d3e558e8
] - deps: update googletest to5a37b51
(Node.js GitHub Bot) #5165769959d0fca
] - deps: update googletest to5197b1a
(Node.js GitHub Bot) #51657c8305f6057
] - deps: update googletest toeff443c
(Node.js GitHub Bot) #51657760b788704
] - deps: update googletest toc231e6f
(Node.js GitHub Bot) #51657301541cc8f
] - deps: update googletest toe4fdb87
(Node.js GitHub Bot) #51657981d57e401
] - deps: update googletest to5df0241
(Node.js GitHub Bot) #51657a1817f534d
] - deps: update googletest tob75ecf1
(Node.js GitHub Bot) #5165742070ca189
] - deps: update googletest to4565741
(Node.js GitHub Bot) #51657edc3e5d056
] - deps: update uvwasi to 0.0.21 (Node.js GitHub Bot) #5286326b1231ffb
] - deps: upgrade npm to 10.7.0 (npm team) #52767e6d9fbece2
] - doc: update process.versions properties (ishabi) #527368c1f837c0a
] - doc: remove mold use on mac for speeding up build (Cong Zhang) #52252d9c5114694
] - doc: fix grammatical mistake (codershiba) #52808b350f435b7
] - meta: add mailmap entry for legendecas (Chengzhong Wu) #5279561f9f12eff
] - meta: bump actions/checkout from 4.1.1 to 4.1.4 (dependabot[bot]) #52787ac563667d6
] - meta: bump github/codeql-action from 3.24.9 to 3.25.3 (dependabot[bot]) #5278670611d7924
] - meta: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot[bot]) #5278530482ea273
] - meta: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot[bot]) #52784d1607cdebb
] - meta: bump codecov/codecov-action from 4.1.1 to 4.3.1 (dependabot[bot]) #5278321f1b6bfc3
] - meta: bump step-security/harden-runner from 2.7.0 to 2.7.1 (dependabot[bot]) #527820c6019a222
] - meta: standardize regex (Aviv Keller) #5269328d2baa17c
] - src,permission: throw async errors on async APIs (Rafael Gonzaga) #52730cffd2cc0c9
] - Revert "stream: revert fix cloned webstreams not being unref'd" (Marco Ippolito) #531443dd96f1fab
] - stream: implement TransformStream cleanup using "transformer.cancel" (Debadree Chatterjee) #501268e7e778e01
] - test: skip v8-updates/test-linux-perf (Michaël Zasso) #49639f8e18869e9
] - test: replace always-opt flag with alway-turbofan (Michaël Zasso) #50115a501860d63
] - test_runner: don't await the same promise for each test (Colin Ihrig) #52185e2ae4367f4
] - test_runner: run top level tests in a microtask (Colin Ihrig) #5209277e2bf029a
] - (SEMVER-MINOR) test_runner: support forced exit (Colin Ihrig) #52038b7bc63565e
] - test_runner: ignore todo flag when running suites (Colin Ihrig) #52117be587e3ae3
] - test_runner: use paths for test locations (Colin Ihrig) #52010743281ab25
] - test_runner: support source mapped test locations (Colin Ihrig) #520104051316d95
] - tools: update lint-md-dependencies to rollup@4.17.0 (Node.js GitHub Bot) #52729v20.13.1
: 2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolitoCompare Source
2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolito
Revert "tools: install npm PowerShell scripts on Windows"
Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.
Commits
b7d80802cc
] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #52897v20.13.0
: 2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolitoCompare Source
2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito
buffer: improve
base64
andbase64url
performanceThe performance of the
base64
andbase64url
encoding and decoding functions has been improved significantly.Contributed by Yagiz Nizipli in #52428
crypto: deprecate implicitly shortened GCM tags
This release, introduces a doc-only deprecation of using GCM authentication tags that are shorter than the cipher's block size, unless the user specified the
authTagLength
option.Contributed by Tobias Nießen in #52345
events,doc: mark CustomEvent as stable
From this release
CustomEvent
has been marked stable.Contributed by Daeyeon Jeong in #52618
fs: add stacktrace to fs/promises
Sync functions in fs throwed an error with a stacktrace which is helpful for debugging. But functions in fs/promises throwed an error without a stacktrace. This commit adds stacktraces by calling
Error.captureStacktrace
and re-throwing the error.Contributed by 翠 / green in #49849
report: add
--report-exclude-network
optionNew option
--report-exclude-network
, also available asreport.excludeNetwork
, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that.Contributed by Ethan Arrowood in #51645
src: add uv_get_available_memory to report and process
From this release it is possible to get the available memory in the system by calling
process.getAvailableMemory()
.Contributed by theanarkh #52023
stream: support typed arrays
This commit adds support for typed arrays in streams.
Contributed by IlyasShabi #51866
util: support array of formats in util.styleText
It is now possible to pass an array of format strings to
util.styleText
to apply multiple formats to the same text.Contributed by Marco Ippolito in #52040
v8: implement v8.queryObjects() for memory leak regression testing
This is similar to the queryObjects() console API provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain in the heap after a full garbage collection, which can be useful for memory leak regression tests.
To avoid surprising results, users should avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the application.
To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects found. If options.format is 'summary', it returns an array containing brief string representations for each object. The visibility provided in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filer the target objects during the search.
We have been using this API internally for the test suite, which has been more stable than any other leak regression testing strategies in the CI. With a public implementation we can now use the public API instead.
Contributed by Joyee Cheung in #51927
watch: mark as stable
From this release Watch Mode is considered stable.
When in watch mode, changes in the watched files cause the Node.js process to restart.
Contributed by Moshe Atlow in #52074
Other Notable Changes
f8ad30048d
] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #524083b41da9a56
] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #521380a08c4a7b3
] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462f1b7bda4f5
] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #512784acca8ed84
] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492cc67720ff9
] - doc: update release gpg keyserver (marco-ippolito) #52257c2def7df96
] - doc: add release key for marco-ippolito (marco-ippolito) #52257807c89cb26
] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #519915e78a20ef9
] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #51879722fe64ff7
] - (SEMVER-MINOR) lib, url: add awindows
option to path parsing (Aviv Keller) #52509d116fa1568
] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #524746af7b78b0d
] - (SEMVER-MINOR) src: addstring_view
overload to snapshot FromBlob (Anna Henningsen) #52595b3a11b574b
] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #5153941646d9c9e
] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127fc9ba17f6c
] - (SEMVER-MINOR) test_runner: addtest:complete
event to reflect execution order (Moshe Atlow) #51909Commits
6fdd748b21
] - benchmark: reduce the buffer size for blob (Debadree Chatterjee) #525482274d0c868
] - benchmark: inherit stdio/stderr instead of pipe (Ali Hassan) #524560300598315
] - benchmark: add ipc support to spawn stdio config (Ali Hassan) #52456f8ad30048d
] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #524087508d48736
] - benchmark: conditionally use spawn with taskset for cpu pinning (Ali Hassan) #52253ea8e72e185
] - benchmark: add toNamespacedPath bench (Rafael Gonzaga) #52236c00715cc1e
] - benchmark: add style-text benchmark (Rafael Gonzaga) #520041c1a6935ee
] - buffer: add missing ARG_TYPE(ArrayBuffer) for isUtf8 (Jungku Lee) #524771b2aff7dce
] - buffer: improvebase64
andbase64url
performance (Yagiz Nizipli) #52428328bded5ab
] - buffer: improvebtoa
performance (Yagiz Nizipli) #52427e67bc34326
] - buffer: use simdutf foratob
implementation (Yagiz Nizipli) #523815abddb45d8
] - build: fix typo in node.gyp (Michaël Zasso) #527197d1f304f5e
] - build: fix headers install for shared mode on Win (Segev Finer) #524426826bbf267
] - build: fix arm64 cross-compilation bug on non-arm machines (Mahdi Sharifi) #525596e85bc431a
] - build: temporary disable ubsan (Rafael Gonzaga) #52560297368a1ed
] - build: fix arm64 cross-compilation (Michaël Zasso) #5125693bddb598f
] - build,tools: add test-ubsan ci (Rafael Gonzaga) #4629720bb16582f
] - build,tools,node-api: fix building node-api tests for Windows Debug (Vladimir Morozov) #526329af15cfff1
] - child_process: use internal addAbortListener (Chemi Atlow) #52081a4847c4619
] - crypto: simplify assertions in Safe*Print (David Benjamin) #497090ec4d9d734
] - crypto: enable NODE_EXTRA_CA_CERTS with BoringSSL (Shelley Vohr) #5221703e05b092c
] - crypto: deprecate implicitly shortened GCM tags (Tobias Nießen) #523450f784c96ba
] - crypto: make timingSafeEqual faster for Uint8Array (Tobias Nießen) #52341739958e472
] - crypto: rejectEd25519
/Ed448 in Sign/Verify prototypes (Filip Skokan) #52340197b61f210
] - crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify (Filip Skokan) #52262a6eede33f3
] - crypto: fixinput
validation incrypto.hash
(Antoine du Hamel) #52070bfa4986e5d
] - deps: update corepack to 0.28.0 (Node.js GitHub Bot) #5261670546698d7
] - deps: update ada to 2.7.8 (Node.js GitHub Bot) #52517a135027f84
] - deps: update icu to 75.1 (Node.js GitHub Bot) #52573c96f1043d4
] - deps: update undici to 6.13.0 (Node.js GitHub Bot) #524939c330b610b
] - deps: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) #525167e5bbeebab
] - deps: update nghttp2 to 1.61.0 (Node.js GitHub Bot) #52395b42a4735d9
] - deps: update minimatch to 9.0.4 (Node.js GitHub Bot) #52524d34fd21bc2
] - deps: update simdutf to 5.2.4 (Node.js GitHub Bot) #52473ecc180f830
] - deps: upgrade npm to 10.5.2 (npm team) #52458606c183344
] - deps: update simdutf to 5.2.3 (Yagiz Nizipli) #523810a103e99fe
] - deps: upgrade npm to 10.5.1 (npm team) #52351cce861e670
] - deps: update c-ares to 1.28.1 (Node.js GitHub Bot) #522855258b547ea
] - deps: update undici to 6.11.1 (Node.js GitHub Bot) #52328923a77c80a
] - deps: update undici to 6.10.2 (Node.js GitHub Bot) #52227bd3c6a231c
] - deps: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) #521993b41da9a56
] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #52138d6f9ca385c
] - deps: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) #52123f5512897b0
] - deps: update corepack to 0.26.0 (Node.js GitHub Bot) #52027d891275178
] - deps: update ada to 2.7.7 (Node.js GitHub Bot) #5202818838f2db3
] - deps: update simdutf to 4.0.9 (Node.js GitHub Bot) #51655503c034abc
] - deps: update undici to 6.6.2 (Node.js GitHub Bot) #51667256bcba52e
] - deps: update undici to 6.6.0 (Node.js GitHub Bot) #516307a1e321d95
] - deps: update undici to 6.4.0 (Node.js GitHub Bot) #51527dde9e08224
] - deps: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) #513190a08c4a7b3
] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462f1b7bda4f5
] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #51278ecadd638cd
] - deps: V8: remove references to non-existent flags (Richard Lau) #5225627d364491f
] - dgram: use internal addAbortListener (Chemi Atlow) #52081b94d11935a
] - diagnostics_channel: early-exit tracing channel trace methods (Stephen Belanger) #519154acca8ed84
] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492bcc06ac5a9
] - doc: remove relative limitation to pm (Rafael Gonzaga) #526484d5ef4f7af
] - doc: fix info string causing duplicated code blocks (Mathieu Leenhardt) #52660d5a316f5ea
] - doc: run license-builder (github-actions[bot]) #52631d7434fe411
] - doc: deprecate --experimental-policy (RafaelGSS) #5260202a83d89f7
] - doc: add info on contributor spotlight program (Michael Dawson) #52598a905eaace1
] - doc: correct unsafe URL example in http docs (Malte Legenhausen) #5255569c21a6522
] - doc: replace U+00A0 with U+0020 (Luigi Pinca) #525905df34c7d0a
] - doc: sort options alphabetically (Luigi Pinca) #52589b49464bc9d
] - doc: correct stream.finished changes (KaKa) #525514d051ba89b
] - doc: add RedYetiDev to triage team (Aviv Keller) #525564ed55bf16c
] - doc: fix issue detected in markdown lint update (Rich Trott) #52566a8bc40fd07
] - doc: update test runner coverage limitations (Moshe Atlow) #5251517d5ba9fed
] - doc: add lint-js-fix into BUILDING.md (jakecastelli) #5229088adbd0991
] - doc: remove Internet Explorer mention in BUILDING.md (Rich Trott) #52455e8cb29d66d
] - doc: accommodate upcoming stricter .md linting (Rich Trott) #52454e2ea984c7b
] - doc: add Rafael to steward list (Rafael Gonzaga) #5245293d684097a
] - doc: correct naming convention in C++ style guide (Mohammed Keyvanzadeh) #52424b9bdb947ac
] - doc: updateprocess.execArg
example to be more useful (Jacob Smith) #52412f3f67ff84a
] - doc: call out http(s).globalAgent default (mathis-west-1) #52392392a0d310e
] - doc: update the location ofbuild_with_cmake
(Emmanuel Ferdman) #523563ad62f1cc7
] - doc: reserve 125 for Electron 31 (Shelley Vohr) #52379bfd4c7844b
] - doc: use consistent plural form of "index" (Rich Trott) #523736f31cc8361
] - doc: add Rafael to sec release stewards (Rafael Gonzaga) #52354c55a3be789
] - doc: document missing options of events.on (Chemi Atlow) #520801a843f7c6d
] - doc: add missing space (Augustin Mauroy) #523608ee20d8693
] - doc: add tips about vcpkg cause build faild on windows (Cong Zhang) #52181a86705c113
] - doc: replace "below" with "following" (Rich Trott) #52315f3e8d1159a
] - doc: fix email pattern to be wrapped with<<
instead of single<
(Raz Luvaton) #52284cc67720ff9
] - doc: update release gpg keyserver (marco-ippolito) #52257c2def7df96
] - doc: add release key for marco-ippolito (marco-ippolito) #522572509f3be18
] - doc: fix arrow vertical alignment in HTML version (Akash Yeole) #521932abaea3cdc
] - doc: move TSC members from regular to emeritus (Michael Dawson) #5220965618a3d7b
] - doc: add section explaining todo tests (Colin Ihrig) #52204bf0ed95b04
] - doc: editChildProcess
'message'
event docs (theanarkh) #521543d67b6b5e8
] - doc: add mold to speeding up section (Cong Zhang) #521798ba308a838
] - doc: http event order correction (wh0) #514649771f41069
] - doc: move gabrielschulhof to TSC emeritus (Gabriel Schulhof) #5219272bd2b0d62
] - doc: fix--env-file
docs for valid quotes for defining values (Gabriel Bota) #521574f19203dfb
] - doc: clarify what is supported in NODE_OPTIONS (Michael Dawson) #520765bce596838
] - doc: fix typos in maintaining-dependencies.md (RoboSchmied) #52160f5241e20cc
] - doc: add spec for contains module syntax (Geoffrey Booth) #52059bda3cdea86
] - doc: optimize the doc about Unix abstract socket (theanarkh) #520438d7d6eff81
] - doc: update pnpm link (Superchupu) #52113af7c55f62d
] - doc: remove ableist language from crypto (Jamie King) #52063f8362b0a5a
] - doc: update collaborator email (Ruy Adorno) #5208848cbd5f71e
] - doc: state that removing npm is a non-goal (Geoffrey Booth) #519510ef2708131
] - doc: mention NodeSource in RafaelGSS steward list (Rafael Gonzaga) #52057a6473a89be
] - doc: remove ArrayBuffer from crypto.hash() data parameter type (fengmk2) #52069ae7a11c787
] - doc: add some commonly used lables up gront (Michael Dawson) #5200601aaddde3c
] - doc: document thatconst c2 = vm.createContext(c1); c1 === c2
is true (Daniel Kaplan) #51960912145fac4
] - doc: clarify what moderation issues are for (Antoine du Hamel) #51990807c89cb26
] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #5199153ff3e5682
] - doc: deprecate hmac public constructor (Marco Ippolito) #518815e78a20ef9
] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #518797bfb0b43e6
] - events: rename high & low watermark for consistency (Chemi Atlow) #520805e6967359b
] - events: extract addAbortListener for safe internal use (Chemi Atlow) #520816930205272
] - events: remove abort listener from signal inon
(Neal Beeken) #51091235ab4f99f
] - events,doc: mark CustomEvent as stable (Daeyeon Jeong) #52618ca5b827148
] - fs: fix read / readSync positional offset types (Ruy Adorno) #52603e7d0d804b2
] - fs: fixes recursive fs.watch crash on Linux when deleting files (Matteo Collina) #52349c5fd193d6b
] - fs: refactor maybeCallback function (Yagiz Nizipli) #521290a9910c2c1
] - fs: fix edge case in readFileSync utf8 fast path (Richard Lau) #5210151d7cd5de8
] - fs: validate fd from cpp onfchown
(Yagiz Nizipli) #5205133ad86c2be
] - fs: validate fd from cpp onclose
(Yagiz Nizipli) #5205134667c0a7e
] - fs: validate file mode from cpp (Yagiz Nizipli) #52050c530520be3
] - fs: add stacktrace to fs/promises (翠 / green) #49849edecd464b9
] - fs,permission: make handling of buffers consistent (Tobias Nießen) #523483bcd68337e
] - http2: fix excessive CPU usage when usingallowHTTP1=true
(Eugene) #52713e01015996a
] - http2: fix h2-over-h2 connection proxying (Tim Perry) #523689f88736860
] - http2: use internal addAbortListener (Chemi Atlow) #52081acd7758959
] - lib: use predefined variable instead of bit operation (Deokjin Kim) #5258018ae7a46f6
] - lib: refactor lazy loading of undici for fetch method (Victor Chen) #5227564c2c2a7ac
] - lib: replace string prototype usage with alternatives (Aviv Keller) #52440ee11b5315c
] - lib: .load .save add proper error message when no file passed (Thomas Mauran) #52225e5521b537f
] - lib: fix type error for _refreshLine (Jackson Tian) #52133d5d6e041c8
] - lib: emit listening event once when call listen twice (theanarkh) #52119d33fc36784
] - lib: make sure clear the old timer in http server (theanarkh) #52118ea4905c0f5
] - lib: fix listen with handle in cluster worker (theanarkh) #520568fd8130507
] - lib, doc: rename readme.md to README.md (Aviv Keller) #52471722fe64ff7
] - (SEMVER-MINOR) lib, url: add awindows
option to path parsing (Aviv Keller) #5250926691e6032
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52633befb90dc83
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #5245722b7167e72
] - meta: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot[bot]) #523144dafd3ede2
] - meta: bump rtCamp/action-slack-notify from 2.2.1 to 2.3.0 (dependabot[bot]) #523132760db7640
] - meta: bump github/codeql-action from 3.24.6 to 3.24.9 (dependabot[bot]) #52312542aaf9ca9
] - meta: bump actions/cache from 4.0.1 to 4.0.2 (dependabot[bot]) #52311df330998d9
] - meta: bump actions/setup-python from 5.0.0 to 5.1.0 (dependabot[bot]) #523105f40fe0cc2
] - meta: bump codecov/codecov-action from 4.1.0 to 4.1.1 (dependabot[bot]) #52308481420f25c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #523003121949f85
] - meta: pass Codecov upload token to codecov action (Michaël Zasso) #51982882a64e639
] - module: fix detect-module not retrying as esm for cjs-only errors (Geoffrey Booth) #520245fcc1d32a8
] - module: refactor ESM loader initialization and entry point handling (Joyee Cheung) #51999d116fa1568
] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #5247437abad86ae
] - net: use internal addAbortListener (Chemi Atlow) #52081a920489a1f
] - node-api: address coverity report (Michael Dawson) #525840a225a4b40
] - node-api: copy external type tags when they are set (Niels Martignène) #52426f9d95674be
] - node-api: make tsfn accept napi_finalize once more (Gabriel Schulhof) #5180172aabe1139
] - perf_hooks: reduce overhead of createHistogram (Vinícius Lourenço) #50074fb601c3a94
] - readline: use internal addAbortListener (Chemi Atlow) #5208129f09f05f7
] - (SEMVER-MINOR) report: add--report-exclude-network
option (Ethan Arrowood) #516457e6d923f5b
] - src: cast to v8::Value before using v8::EmbedderGraph::V8Node (Joyee Cheung) #526386af7b78b0d
] - (SEMVER-MINOR) src: addstring_view
overload to snapshot FromBlob (Anna Henningsen) #5259527491e55c1
] - src: remove regex usage for env file parsing (IlyasShabi) #52406b05e639e27
] - src: fix loadEnvFile ENOENT error (mathis-west-1) #524381b4d2814d1
] - src: update branch name in node_revert.h (Tobias Nießen) #523907e35a169ea
] - src: stop usingv8::BackingStore::Reallocate
(Michaël Zasso) #522922449d2606a
] - src: fix move after use reported by coverity (Michael Dawson) #52141b33eff887d
] - (SEMVER-MINOR) src: add C++ ProcessEmitWarningSync() (Joyee Cheung) #51977f2c7408927
] - src: return a number from process.constrainedMemory() constantly (Chengzhong Wu) #520397f575c886b
] - (SEMVER-MINOR) src: add uv_get_available_memory to report and process (theanarkh) #52023e161e62313
] - src: use dedicated routine to compile function for builtin CJS loader (Joyee Cheung) #5201607322b490f
] - src: fix reading empty string views in Blob[De]serializer (Joyee Cheung) #52000e216192390
] - src: refactor out FormatErrorMessage for error formatting (Joyee Cheung) #51999b3a11b574b
] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #5153909bd367ef6
] - stream: make Duplex inherit destroy from Writable (Luigi Pinca) #523180b853a7576
] - (SEMVER-MINOR) stream: support typed arrays (IlyasShabi) #51866f8209ffe45
] - stream: addnew
when constructingERR_MULTIPLE_CALLBACK
(haze) #521108442457117
] - stream: use internal addAbortListener (Chemi Atlow) #520818d20b641a2
] - Revert "stream: fix cloned webstreams not being unref'd" (Matteo Collina) #51491a923adffab
] - test: marktest-error-serdes
as flaky (Antoine du Hamel) #52739d4f1803f0b
] - test: mark test as flaky (Michael Dawson) #526711e88e042c2
] - test: skip test-fs-watch-recursive-delete.js on IBM i (Abdirahim Musse) #526456da558af8b
] - test: ensure that all worker servers are ready (Luigi Pinca) #52563c871fadb85
] - test: fix test-tls-ticket-cluster.js (Hüseyin Açacak) #52431b6cb74d775
] - test: split wasi poll test for windows (Hüseyin Açacak) #525384ad159bb75
] - test: write tests for assertIsArray http2 util (Sinan Sonmez (Chaush)) #525111f7a28cbe7
] - test: fix watch test with require not testing pid (Raz Luvaton) #523535b758b93d5
] - test: simplify ASan build checks (Michaël Zasso) #52430375c3db5ea
] - test: fix Windows compiler warnings in overlapped-checker (Michaël Zasso) #52405a1dd92cdee
] - test: add test for skip+todo combinations (Colin Ihrig) #522048a0b721930
] - test: fix incorrect test fixture (Colin Ihrig) #52185dd1f761f3b
] - test: add missing cctest/test_path.cc (Yagiz Nizipli) #521486da446d9e1
] - test: addspawnSyncAndAssert
util (Antoine du Hamel) #52132d7bfb4e8d8
] - test: reduce flakiness of test-runner-output.mjs (Colin Ihrig) #52146e4981b3d75
] - test: add test for using--print
with promises (Antoine du Hamel) #521375cc540078e
] - test: un-set test-emit-after-on-destroyed as flaky (Abdirahim Musse) #51995b9eb0035dd
] - test: skip test for dynamically linked OpenSSL (Richard Lau) #5254232014f5601
] - test: avoid v8 deadcode on performance function (Vinícius Lourenço) #5007429d2011f51
] - test_runner: better error handing for test hook (Alex Yang) #524019497097fb3
] - test_runner: fix clearing final timeout in own callback (Ben Richeson) #523320f690f0b9e
] - test_runner: fix recursive run (Moshe Atlow) #5232234ab1a36ee
] - test_runner: hide new line when no error in spec reporter (Moshe Atlow) #52297379535abe3
] - test_runner: disable highWatermark on TestsStream (Colin Ihrig) #5228735588cff39
] - test_runner: run afterEach hooks in correct order (Colin Ihrig) #522395cd3df8fe1
] - test_runner: simplify test end time tracking (Colin Ihrig) #5218207e4a42e4b
] - test_runner: simplify test start time tracking (Colin Ihrig) #52182caec996831
] - test_runner: emit diagnostics when watch mode drains (Moshe Atlow) #5213041646d9c9e
] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127fd1489a623
] - test_runner: skip each hooks for skipped tests (Colin Ihrig) #5211573b38bfa9e
] - test_runner: remove redundant report call (Colin Ihrig) #5208968187c4d9e
] - test_runner: use internal addAbortListener (Chemi Atlow) #5208161e7ae05ef
] - test_runner: use source maps when reporting coverage (Moshe Atlow) #52060e64a25af61
] - test_runner: handle undefined test locations (Colin Ihrig) #52036590decf202
] - test_runner: avoid overwriting root start time (Colin Ihrig) #52020a4cbb61c65
] - test_runner: abort unfinished tests on async error (Colin Ihrig) #51996a223ca4868
] - test_runner: run before hook immediately if test started (Moshe Atlow) #52003956ee74c7e
] - test_runner: add support for null and date value output (Malthe Borch) #51920fc9ba17f6c
] - (SEMVER-MINOR) test_runner: addtest:complete
event to reflect execution order (Moshe Atlow) #51909d5ac979aeb
] - test_runner: format coverage report for tap reporter (Pulkit Gupta) #51119c925bc18dc
] - tools: take co-authors into account infind-inactive-collaborators
(Antoine du Hamel) #526691d37e772ec
] - tools: fix invalid escape sequence in mkssldef (Michaël Zasso) #526245b22fc3a81
] - tools: update lint-md-dependencies to rollup@4.15.0 (Node.js GitHub Bot) #526179cf47bb2f1
] - tools: update lint-md-dependencies (Rich Trott) #52581c0c60d13c0
] - tools: fix heading spaces for osx-entitlements.plist (Jackson Tian) #525617c349d7819
] - tools: update lint-md-dependencies to rollup@4.14.2 vfile-reporter@8.1.1 (Node.js GitHub Bot) #52518b4d703297b
] - tools: use stylistic ESLint plugin for formatting (Michaël Zasso) #50714c6813360c2
] - tools: update minimatch index path (Marco Ippolito) #525238464c0253c
] - tools: add a linter for README lists (Antoine du Hamel) #5247655a3fbc842
] - tools: change inactive limit to 12 months (Yagiz Nizipli) #5242574a171f130
] - tools: update stale bot messaging (Wes Todd) #52423b2a3dcec2a
] - tools: update lint-md-dependencies to rollup@4.14.0 (Node.js GitHub Bot) #52398f71a777e6e
] - tools: update Ruff to v0.3.4 (Michaël Zasso) #52302e3e0c68f8f
] - tools: run test-ubsan on ubuntu-latest (Michaël Zasso) #52375893b5aac31
] - tools: update lint-md-dependencies to rollup@4.13.2 (Node.js GitHub Bot) #52286049cca419e
] - Revert "tools: runbuild-windows
workflow only on source changes" (Michaël Zasso) #52320b3dfc62cee
] - tools: use Python 3.12 in GitHub Actions workflows (Michaël Zasso) #52301c7238d0c04
] - tools: allow local updates for llhttp (Paolo Insogna) #52085c39f15cafd
] - tools: install npm PowerShell scripts on Windows (Luke Karrys) #52009b36fea064a
] - tools: update lint-md-dependencies to rollup@4.13.0 (Node.js GitHub Bot) #52122a5204eb915
] - tools: fix error reported by coverity in js2c.cc (Michael Dawson) #52142cef4b7ef3d
] - tools: sync ubsan workflow with asan (Michaël Zasso) #52152d406976bbe
] - tools: update github_reporter to 1.7.0 (Node.js GitHub Bot) #52121fb100a2ac8
] - tools: remove gyp-next .github folder (Marco Ippolito) #520645f1e7a0de2
] - tools: update gyp-next to 0.16.2 (Node.js GitHub Bot) #520621f1253446b
] - tools: install manpage to share/man for FreeBSD (Po-Chuan Hsieh) #517914b8b92fccc
] - tools: automate gyp-next update (Marco Ippolito) #520141ec9e58692
] - typings: fix invalid JSDoc declarations (Yagiz Nizipli) #526592d6b19970b
] - (SEMVER-MINOR) util: support array of formats in util.styleText (Marco Ippolito) #52040d30cccdf8c
] - (SEMVER-MINOR) v8: implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #519277f3b7fdeff
] - watch: fix some node argument not passed to watched process (Raz Luvaton) #523588ba6f9bc9a
] - watch: use internal addAbortListener (Chemi Atlow) #520815a922232da
] - watch: mark as stable (Moshe Atlow) #52074508e968a5f
] - watch: batch file restarts (Moshe Atlow) #51992v20.12.2
: 2024-04-10, Version 20.12.2 'Iron' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
child_process.spawn
without shell option enabled on WindowsCommits
69ffc6d50d
] - src: disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#563v20.12.1
: 2024-04-03, Version 20.12.1 'Iron' (LTS), @RafaelGSSCompare Source
This is a security release
Notable Changes
Commits
bd8f10a257
] - deps: update undici to v5.28.4 (Matteo Collina) nodejs-private/node-private#5765e34540a96
] - http: do not allow OBS fold in headers by default (Paolo Insogna) nodejs-private/node-private#557ba1ae6d188
] - src: ensure to close stream when destroying session (Anna Henningsen) nodejs-private/node-private#561v20.12.0
: 2024-03-26, Version 20.12.0 'Iron' (LTS), @richardlauCompare Source
Notable Changes
crypto: implement crypto.hash()
This patch introduces a helper crypto.hash() that computes
a digest from the input at one shot. This can be 1.2-2x faster
than the object-based createHash() for smaller inputs (<= 5MB)
that are readily available (not streamed) and incur less memory
overhead since no intermediate objects will be created.
Contributed by Joyee Cheung in #51044.
Loading and parsing environment variables
process.loadEnvFile(path)
:.env
file. If no path is specified, it automatically loads the .env file in the current directory. Example:process.loadEnvFile()
.process.loadEnvFile('./development.env')
.util.parseEnv(content)
:require('node:util').parseEnv('HELLO=world')
.Contributed by Yagiz Nizipli in #51476.
New connection attempt events
Three new events were added in the
net.createConnection
flow:connectionAttempt
: Emitted when a new connection attempt is established. In case of Happy Eyeballs, this might emitted multiple times.connectionAttemptFailed
: Emitted when a connection attempt failed. In case of Happy Eyeballs, this might emitted multiple times.connectionAttemptTimeout
: Emitted when a connection attempt timed out. In case of Happy Eyeballs, this will not be emitted for the last attempt. This is not emitted at all if Happy Eyeballs is not used.Additionally, a previous bug has been fixed where a new connection attempt could have been started after a previous one failed and after the connection was destroyed by the user.
This led to a failed assertion.
Contributed by Paolo Insogna in #51045.
Permission Model changes
Node.js 20.12.0 comes with several fixes for the experimental permission model and two new semver-minor commits.
We're adding a new flag
--allow-addons
to enable addon usage when using the Permission Model.Contributed by Rafael Gonzaga in #51183
And relative paths are now supported through the
--allow-fs-*
flags.Therefore, with this release one can use:
To give only read access to the entrypoint of the application.
Contributed by Rafael Gonzaga and Carlos Espa in #50758.
sea: support embedding assets
Users can now include assets by adding a key-path dictionary
to the configuration as the
assets
field. At build time, Node.jswould read the assets from the specified paths and bundle them into
the preparation blob. In the generated executable, users can retrieve
the assets using the
sea.getAsset()
andsea.getAssetAsBlob()
API.The single-executable application can access the assets as follows:
Contributed by Joyee Cheung in #50960.
Support configurable snapshot through
--build-snapshot-config
flagWe are adding a new flag
--build-snapshot-config
to configure snapshots through a custom JSON configuration file.When using this flag, additional script files provided on the command line will
not be executed and instead be interpreted as regular command line arguments.
These changes were contributed by Joyee Cheung and Anna Henningsen in #50453
Text Styling
util.styleText(format, text)
: This function returns a formatted text considering theformat
passed.A new API has been created to format text based on
util.inspect.colors
, enabling you to style text in different colors (such as red, blue, ...) and emphasis (italic, bold, ...).Contributed by Rafael Gonzaga in #51850.
vm: support using the default loader to handle dynamic import()
This patch adds support for using
vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER
as theimportModuleDynamically
option in all vm APIs that take this option exceptvm.SourceTextModule
. This allows users to have a shortcut to support dynamicimport()
in the compiled code without missing the compilation cache if they don't need customization of the loading process. We emit an experimental warning when theimport()
is actually handled by the default loader through this option instead of requiring--experimental-vm-modules
.Contributed by Joyee Cheung in #51244.
Root certificates updated to NSS 3.98
Certificates added:
Certificates removed:
Updated dependencies
Other notable changes
4f49e9d000
] - (SEMVER-MINOR) build: build opt to set local location of headers (Michael Dawson) #51525ccdb01187b
] - doc: add zcbenz to collaborators (Cheng Zhao) #51812481af53aea
] - doc: add lemire to collaborators (Daniel Lemire) #515725ba4d96525
] - (SEMVER-MINOR) http2: add h2 compat support for appendHeader (Tim Perry) #514120861498e8b
] - (SEMVER-MINOR) http2: add server handshake utility (snek) #511726b08d006ee
] - (SEMVER-MINOR) http2: receive customsettings (Marten Richter) #513237894989bf0
] - (SEMVER-MINOR) lib: move encodingsMap to internal/util (Joyee Cheung) #51044a58c98ea85
] - (SEMVER-MINOR) src: print string content better in BlobDeserializer (Joyee Cheung) #50960c3c0a3ee5c
] - (SEMVER-MINOR) src: support multi-line values for .env file (IlyasShabi) #512892a921966c6
] - (SEMVER-MINOR) src: do not coerce dotenv paths (Tobias Nießen) #514250dee86f295
] - (SEMVER-MINOR) src: support configurable snapshot (Joyee Cheung) #50453ade6614067
] - (SEMVER-MINOR) stream: add support fordeflate-raw
format to webstreams compression (Damian Krzeminski) #50097fe922f05e4
] - (SEMVER-MINOR) timers: export timers.promises (Marco Ippolito) #51246Commits
cbda4e9fc5
] - assert,crypto: make KeyObject and CryptoKey testable for equality (Filip Skokan) #5089792fca59647
] - async_hooks,inspector: implement inspector api without async_wrap (Gabriel Bota) #51501029ca982dc
] - benchmark: update iterations of benchmark/async_hooks/async-local- (Lei Shi) #51420350e9fee8d
] - benchmark: update iterations of benchmark/domain/domain-fn-args.js (Lei Shi) #5140840fda97deb
] - benchmark: update iterations of assert/deepequal-typedarrays.js (Lei Shi) #514191b2e3b7049
] - benchmark: update iterations of benchmark/assert/deepequal-map.js (Lei Shi) #514167639259203
] - benchmark: rename startup.js to startup-core.js (Joyee Cheung) #516694be33b5577
] - benchmark: remove dependency on unshipped tools (Adam Majer) #51146bd03a154a9
] - benchmark: update iterations in benchmark/perf_hooks (Lei Shi) #5086919b943b909
] - benchmark: update iterations in benchmark/crypto/aes-gcm-throughput.js (Lei Shi) #50929278c990dea
] - benchmark: update iteration and size in benchmark/crypto/randomBytes.js (Lei Shi) #50868443d4fcff3
] - benchmark: add undici websocket benchmark (Chenyu Yang) #505863ab6143380
] - benchmark: add create-hash benchmark (Joyee Cheung) #510266a8ff09332
] - benchmark: update interations and len in benchmark/util/text-decoder.js (Lei Shi) #5093822b53bc1fa
] - benchmark: update iterations of benchmark/util/type-check.js (Lei Shi) #50937f56bda5109
] - benchmark: update iterations in benchmark/util/normalize-encoding.js (Lei Shi) #509344fc83e1ce3
] - benchmark: update iterations in benchmark/util/inspect-array.js (Lei Shi) #509330edddcfc19
] - benchmark: update iterations in benchmark/util/format.js (Lei Shi) #50932f109961fd1
] - benchmark: update iterations in benchmark/crypto/hkdf.js (Lei Shi) #508661e923f11f2
] - benchmark: update iterations in benchmark/crypto/get-ciphers.js (Lei Shi) #50863f13643da06
] - benchmark: update number of iterations forutil.inspect
(kylo5aby) #5065103b19cbd2a
] - bootstrap: improve snapshot unsupported builtin warnings (Joyee Cheung) #5094451ea5b60a9
] - build: fix arm64 host cross-compilation in GN (Cheng Zhao) #519039f5547afa2
] - Revert "build: workaround for node-core-utils" (Richard Lau) #5197558255e73ae
] - build: respect theNODE
env variable inMakefile
(Antoine du Hamel) #517430a7419bf0b
] - Revert "build: fix warning in cares under GN build" (Luigi Pinca) #518654118174b85
] - build: removelibrt
libs link for Android compatibility (BuShe Pie) #51632012da16b85
] - build: do not rely on gn_helpers in GN build (Cheng Zhao) #5143993fcf52990
] - build: fix warning in cares under GN build (Cheng Zhao) #516872176495455
] - build: fix building js2c with GN (Cheng Zhao) #51818d6e702f885
] - build: encode non-ASCII Latin1 characters as one byte in JS2C (Joyee Cheung) #516054f49e9d000
] - (SEMVER-MINOR) build: build opt to set local location of headers (Michael Dawson) #515258e84aad0ef
] - build: use macOS m1 machines for testing (Yagiz Nizipli) #516205fce1a17e2
] - build: check before removing %config% link (liudonghua) #5143746d6dce1a8
] - build: increase parallel executions in github (Yagiz Nizipli) #515548b3ead1f3e
] - build: remove copyright header in node.gni (Cheng Zhao) #51535d8b86ad363
] - build: update GN build files for ngtcp2 (Cheng Zhao) #51313ba0ffddd2d
] - build: fix for VScode "Reopen in Container" (Serg Kryvonos) #512718b97e2e0a7
] - build: add-flax-vector-conversions
to V8 build (Michaël Zasso) #51257bd528c7dc0
] - build: fix warnings from uv for gn build (Cheng Zhao) #51069ffe467b062
] - build,tools: make addons tests work with GN (Cheng Zhao) #50737448d67109a
] - (SEMVER-MINOR) crypto: implement crypto.hash() (Joyee Cheung) #5104448959dd2b4
] - crypto: update root certificates to NSS 3.98 (Node.js GitHub Bot) #5179468e8b2c492
] - crypto: use EVP_MD_fetch and cache EVP_MD for hashes (Joyee Cheung) #51034adb5d69621
] - crypto: update CryptoKey symbol properties (Filip Skokan) #50897df0213fd3d
] - deps: update nghttp2 to 1.60.0 (Node.js GitHub Bot) #51948208dd887a5
] - deps: upgrade npm to 10.5.0 (npm team) #51913587e70e1ee
] - deps: update corepack to 0.25.2 (Node.js GitHub Bot) #5181038343c4857
] - deps: update c-ares to 1.27.0 (Node.js GitHub Bot) #51846c9974f621c
] - deps: update c-ares to 1.26.0 (Node.js GitHub Bot) #515820aa18e1a1c
] - deps: update googletest to6a59382
(Node.js GitHub Bot) #51580f871bc6ddc
] - deps: update nghttp2 to 1.59.0 (Node.js GitHub Bot) #5158194f8ee8717
] - deps: update corepack to 0.24.1 (Node.js GitHub Bot) #51459c23ce06e6b
] - deps: update ada to 2.7.6 (Node.js GitHub Bot) #51542372ce69de1
] - deps: update ada to 2.7.5 (Node.js GitHub Bot) #51542133719b2c9
] - deps: update googletest to7c07a86
(Node.js GitHub Bot) #5145835675aa07f
] - deps: update acorn-walk to 8.3.2 (Node.js GitHub Bot) #51457ca73f55a22
] - deps: update base64 to 0.5.2 (Node.js GitHub Bot) #51455c9dad18191
] - deps: compile c-ares with C11 support (Michaël Zasso) #51410a727fa73ee
] - deps: upgrade npm to 10.3.0 (npm team) #51431834bbfd039
] - deps: update c-ares to 1.25.0 (Node.js GitHub Bot) #513854c8fa3e7c2
] - deps: update uvwasi to 0.0.20 and fixup tests (Michael Dawson) #51355bd183ef2af
] - deps: add nghttp3/**/.deps to .gitignore (Luigi Pinca) #514001d8169995c
] - deps: update corepack to 0.24.0 (Node.js GitHub Bot) #513184dfbbb8789
] - deps: update acorn to 8.11.3 (Node.js GitHub Bot) #513177d60877fa3
] - deps: update brotli to 1.1.0 (Node.js GitHub Bot) #508041b99a3f0af
] - deps: update zlib to 1.3.0.1-motley-40e35a7 (Node.js GitHub Bot) #512742270285839
] - deps: update simdutf to 4.0.8 (Node.js GitHub Bot) #5100061d1535d84
] - deps: V8: cherry-pickde611e6
(Keyhan Vakil) #5120004323fd595
] - deps: update googletest to530d5c8
(Node.js GitHub Bot) #51191454b4f8d7e
] - deps: update acorn-walk to 8.3.1 (Node.js GitHub Bot) #50457cc693eb908
] - deps: update acorn-walk to 8.3.0 (Node.js GitHub Bot) #5045709519c6655
] - deps: update zlib to 1.3.0.1-motley-dd5fc13 (Node.js GitHub Bot) #51105a2f39e9168
] - deps: V8: cherry-pick0fd478b
(Joyee Cheung) #505721aaf156ea7
] - deps: update zlib to 1.3-22124f5 (Node.js GitHub Bot) #509103f4e254047
] - deps: update googletest to76bb2af
(Node.js GitHub Bot) #50555702684c008
] - deps: update googletest tob10fad3
(Node.js GitHub Bot) #505554ee7f29657
] - deps: update timezone to 2024a (Michaël Zasso) #51723452d74c8b6
] - deps: update icu to 74.2 (Michaël Zasso) #51723e6fc5a5ee1
] - deps: update timezone to 2023d (Node.js GitHub Bot) #514614ee0f8306b
] - deps: update icu to 74.1 (Node.js GitHub Bot) #50515cb49f31480
] - deps: cherry-pick libuv/libuv@d09441c
(Richard Lau) #51976ea50540c5e
] - Revert "deps: V8: cherry-pick13192d6
" (kxxt) #514956fd1617ab4
] - doc: add policy for distribution (Geoffrey Booth) #51918fc0b389006
] - doc: fix actual result of example is different in events (Deokjin Kim) #5192593d6d66339
] - doc: clarify Corepack threat model (Antoine du Hamel) #51917276d1d1d65
] - doc: add stability index to crypto.hash() (Joyee Cheung) #51978473af948b5
] - doc: remove redundant backquote which breaks sentence (JounQin) #51904b52b249b05
] - doc: update node-api/node-addon-api team link to sharing project news (Ulises Gascón) #51877a74c373ea4
] - doc: add website team to sharing project news (Ulises Gascón) #49002b7ce547d41
] - doc: update guide link for Event Loop (Shrujal Shah) #518743dfee7ee33
] - doc: changeExperimentalWarnings
toExperimentalWarning
(Ameet Kaustav) #51741740d0679e7
] - doc: add Paolo to TSC members (Michael Dawson) #518253240a2f349
] - doc: reserve 123 for Electron 30 (Keeley Hammond) #51803597e3db0f9
] - doc: add mention to GPG_TTY (Rafael Gonzaga) #51806ccdb01187b
] - doc: add zcbenz to collaborators (Cheng Zhao) #518123a3de00437
] - doc: add entry to stewards (Rafael Gonzaga) #5176006b882d2fa
] - doc: update technical priorities for 2023 (Jean Burellier) #475239a68b47fe1
] - doc: mark isWebAssemblyCompiledModule eol (Marco Ippolito) #514428016628710
] - doc: fixglobals.md
introduction (Antoine du Hamel) #517429ddbe4523f
] - doc: updates for better json generating (Dmitry Semigradsky) #51592140cf26d47
] - doc: document the GN build (Cheng Zhao) #51676ecfb3f18b3
] - doc: fix uncaught exception example (Gabriel Schulhof) #51638b3157a08bf
] - doc: clarify execution ofafter
hook on test suite completion (Ognjen Jevremović) #515231dae1873d9
] - doc: fixdns.lookup
anddnsPromises.lookup
description (Duncan Chiu) #5151750df052087
] - doc: note that path.normalize deviates from POSIX (Tobias Nießen) #51513481af53aea
] - doc: add lemire to collaborators (Daniel Lemire) #51572dec0d5d19a
] - doc: fix historical experimental fetch flag (Kenrick) #5150696c480b1a1
] - doc: fix type of connectionAttempt parameter (Rafael Gonzaga) #5149076968ab112
] - doc: remove reference to resolved child_process v8 issue (Ian Kerins) #51467bdd3a2a9fd
] - doc: update typos (Aranđel Šarenac) #514753532f5587c
] - doc: add notes on inspector breakpoints (Chengzhong Wu) #514170dffb9f049
] - doc: add links inoffboarding.md
(Antoine du Hamel) #5144058d2442f0f
] - doc: fix spelling mistake (u9g) #51454a09f440dbd
] - doc: add check for security reverts (Michael Dawson) #51376401837bfc4
] - doc: fix some policy scope typos (Tim Kuijsten) #51234f301f829ba
] - doc: improve subtests documentation (Marco Ippolito) #513791e40f552fd
] - doc: add missing word inchild_process.md
(Joseph Joy) #5037042b4f0f5ab
] - doc: fixup alignment of warning subsection (James M Snell) #51374b5bc597871
] - doc: the GN files should use Node's license (Cheng Zhao) #5069401a41041d6
] - doc: improve localWindowSize event descriptions (Davy Landman) #5107163aa27df10
] - doc: mark--jitless
as experimental (Antoine du Hamel) #51247c8233912e9
] - doc: run license-builder (github-actions[bot]) #511999e360df521
] - doc: fix limitations and known issues in pm (Rafael Gonzaga) #5118452d8222d32
] - doc: mention node:wasi in the Threat Model (Rafael Gonzaga) #51211cb3270e4c8
] - doc: remove ambiguous 'considered' (Rich Trott) #51207979e183e0c
] - doc: set exit code in custom test runner example (Matteo Collina) #51056eaadebb1f4
] - doc: remove version frommaintaining-dependencies.md
(Antoine du Hamel) #51195256db6e056
] - doc: mention native addons are restricted in pm (Rafael Gonzaga) #511852a61602ab2
] - doc: correct note on behavior of stats.isDirectory (Nick Reilingh) #50946184b8bea5b
] - doc: fixTestsStream
parent class (Jungku Lee) #51181c61597ffe4
] - (SEMVER-MINOR) doc: add documentation for --build-snapshot-config (Anna Henningsen) #50453b88170d602
] - doc: run license-builder (github-actions[bot]) #51111f2b4626ab8
] - doc: deprecate hash constructor (Marco Ippolito) #510776c241550cd
] - doc: add note regarding--experimental-detect-module
(Shubherthi Mitra) #510898ee30ea900
] - doc: correct tracingChannel.traceCallback() (Gerhard Stöbich) #510681cd27b6eff
] - doc: use length argument in pbkdf2Key (Tobias Nießen) #5106609ad974537
] - doc: add deprecation notice todirent.path
(Antoine du Hamel) #510591113e58f87
] - doc: deprecatedirent.path
(Antoine du Hamel) #5102037979d750e
] - doc: add additional details about--input-type
(Shubham Pandey) #507963ff00e1e79
] - doc: add procedure when CVEs don't get published (Rafael Gonzaga) #509450930be6bd5
] - doc: fix some errors in esm resolution algorithms (Christopher Jeffrey (JJ)) #50898ddc7964b03
] - doc: reserve 121 for Electron 29 (Shelley Vohr) #50957625fd69b76
] - doc: run license-builder (github-actions[bot]) #50926f18269607a
] - doc: document non-node_modules-only runtime deprecation (Joyee Cheung) #507485f8e7a0fdb
] - doc: add doc for Unix abstract socket (theanarkh) #50904e0598787e0
] - doc: remove flicker on page load on dark theme (Dima Demakov) #509422a7047d933
] - doc,crypto: further clarify RSA_PKCS1_PADDING support (Tobias Nießen) #5179931c4ba4dfd
] - doc,crypto: add changelog and note about disabled RSA_PKCS1_PADDING (Filip Skokan) #5178290da41548f
] - doc,module: clarify hook chain execution sequence (Jacob Smith) #51884bb7d7f3d1c
] - errors: fix stacktrace of SystemError (uzlopak) #49956db7459b57b
] - errors: improve hideStackFrames (Aras Abbasi) #49990a6b3569121
] - esm: improve error when callingimport.meta.resolve
fromdata:
URL (Antoine du Hamel) #4951638f4000905
] - esm: fix hint on invalid module specifier (Antoine du Hamel) #51223e39e37bbd5
] - esm: fix hook name in error message (Bruce MacNaughton) #50466d9b5cd533c
] - events: no stopPropagation call in cancelBubble (mert.altin) #50405287a02c4b2
] - fs: load rimraf lazily in fs/promises (Joyee Cheung) #51617bbd1351ef0
] - fs: remove race condition for recursive watch on Linux (Matteo Collina) #514061b7ccec5a7
] - fs: update jsdoc forfilehandle.createWriteStream
andappendFile
(Jungku Lee) #5149425056f5024
] - fs: fix fs.promises.realpath for long paths on Windows (翠 / green) #51032a8fd01a5a2
] - fs: make offset, position & length args in fh.read() optional (Pulkit Gupta) #51087721557c6d8
] - fs: add missing jsdoc parameters toreadSync
(Yagiz Nizipli) #512253ce9aacfcd
] - fs: removeinternalModuleReadJSON
binding (Yagiz Nizipli) #5122465df2c6787
] - fs: improve mkdtemp performance for buffer prefix (Yagiz Nizipli) #510786705b48012
] - fs: validate fd synchronously on c++ (Yagiz Nizipli) #51027afd5d67f89
] - fs: throw fchownSync error from c++ (Yagiz Nizipli) #51075bac982bce5
] - fs: update params in jsdoc for createReadStream and createWriteStream (Jungku Lee) #510636764f0c9a8
] - fs: improve error performance of readvSync (IlyasShabi) #501000225fce776
] - (SEMVER-MINOR) fs: introducedirent.parentPath
(Antoine du Hamel) #509764adea6c405
] - fs,test: add URL to string to fs.watch (Rafael Gonzaga) #513466bf148e12b
] - http: fixclose
return value mismatch between doc and implementation (kylo5aby) #5179766318602d0
] - http: split set-cookie when using setHeaders (Marco Ippolito) #51649f7b53d05bd
] - http: remove misleading warning (Luigi Pinca) #512049062d30600
] - http: do not override user-provided options object (KuthorX) #336334e38dee4ee
] - http: handle multi-value content-disposition header (Arsalan Ahmad) #50977b560bfbb84
] - http2: close idle connections when allowHTTP1 is true (xsbchen) #515695ba4d96525
] - (SEMVER-MINOR) http2: add h2 compat support for appendHeader (Tim Perry) #514120861498e8b
] - (SEMVER-MINOR) http2: add server handshake utility (snek) #511726b08d006ee
] - (SEMVER-MINOR) http2: receive customsettings (Marten Richter) #5132323414a6120
] - http2: addtl http/2 settings (Marten Richter) #490253fe59ba224
] - inspector: add NodeRuntime.waitingForDebugger event (mary marchini) #5156044f05e0d30
] - lib: make sure close net server (theanarkh) #519293be5ff9c45
] - lib: return directly if udp socket close before lookup (theanarkh) #51914dcbf88f4c7
] - lib: account for cwd access from snapshot serialization cb (Anna Henningsen) #51901da8fa484f8
] - lib: fix http client socket path (theanarkh) #5190055011d2c71
] - lib: only build the ESM facade for builtins when they are needed (Joyee Cheung) #516697894989bf0
] - (SEMVER-MINOR) lib: move encodingsMap to internal/util (Joyee Cheung) #510449082cc557d
] - lib: do not access process.noDeprecation at build time (Joyee Cheung) #514476679e6b616
] - lib: add assertion for user ESM execution (Joyee Cheung) #51748d6e8d03afc
] - lib: create global console properties at snapshot build time (Joyee Cheung) #51700bd2a3c10ae
] - lib: define FormData and fetch etc. in the built-in snapshot (Joyee Cheung) #51598da79876ef0
] - lib: allow checking the test result from afterEach (Tim Stableford) #51485bff7e3cf7a
] - lib: remove unnecessary refreshHrtimeBuffer() (Joyee Cheung) #51446562947e012
] - lib: fix use of--frozen-intrinsics
with--jitless
(Antoine du Hamel) #512487b83ef749e
] - lib: move function declaration outside of loop (Sanjaiyan Parthipan) #512420a85b0fd9d
] - lib: reduce overhead ofSafePromiseAllSettledReturnVoid
calls (Antoine du Hamel) #51243f4d7f0498e
] - lib: expose default prepareStackTrace (Chengzhong Wu) #508275c7a9c8d4a
] - lib: don't parse windows drive letters as schemes (华) #505809da6384f5a
] - lib: refactor to use validateFunction in diagnostics_channel (Deokjin Kim) #50955be3205ae24
] - lib: streamline process.binding() handling (Joyee Cheung) #50773f4987eb91e
] - lib,permission: handle buffer on fs.symlink (Rafael Gonzaga) #51212861e040b40
] - lib,src: extract sourceMappingURL from module (unbyte) #516908a082754e0
] - lib,src: replace toUSVString withtoWellFormed()
(Yagiz Nizipli) #473423badc1139c
] - (SEMVER-MINOR) lib,src,permission: port path.resolve to C++ (Rafael Gonzaga) #507584b3cc3ce18
] - loader: speed up line length calc used by moduleProvider (Mudit) #50969960d67c51f
] - meta: bump github/codeql-action from 3.23.2 to 3.24.6 (dependabot[bot]) #519421783b93af2
] - meta: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot[bot]) #519411db603db2f
] - meta: bump codecov/codecov-action from 4.0.1 to 4.1.0 (dependabot[bot]) #519402ddec64d5a
] - meta: bump actions/cache from 4.0.0 to 4.0.1 (dependabot[bot]) #5193992490421be
] - meta: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot[bot]) #51938f3fa2b72b8
] - meta: bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot[bot]) #51937a62b042e83
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #51726491f9f9902
] - meta: bump codecov/codecov-action from 3.1.4 to 4.0.1 (dependabot[bot]) #516482765077a47
] - meta: bump actions/download-artifact from 4.1.0 to 4.1.1 (dependabot[bot]) #51644152a07b854
] - meta: bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot[bot]) #5164353826920fb
] - meta: bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot[bot]) #516413d1dc9b030
] - meta: bump actions/cache from 3.3.2 to 4.0.0 (dependabot[bot]) #51640287bdf6bda
] - meta: bump github/codeql-action from 3.22.12 to 3.23.2 (dependabot[bot]) #5163990068fb0f1
] - meta: add .mailmap entry for lemire (Daniel Lemire) #51600f91786bd70
] - meta: mark security-wg codeowner for deps folder (Marco Ippolito) #51529e51221be8d
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #514684a8a012c6d
] - meta: move RaisinTen to emeritus and remove from strategic initiatives (Darshan Sen) #51411e9276bab3f
] - meta: add .temp and .lock tags to ignore (Rafael Gonzaga) #51343ae6fecbc8d
] - meta: bump actions/setup-python from 4.7.1 to 5.0.0 (dependabot[bot]) #51335f4be49a618
] - meta: bump actions/setup-node from 4.0.0 to 4.0.1 (dependabot[bot]) #51334e24aa7ced1
] - meta: bump github/codeql-action from 2.22.8 to 3.22.12 (dependabot[bot]) #51333287c2bcf56
] - meta: bump actions/stale from 8.0.0 to 9.0.0 (dependabot[bot]) #513321cad0dfaff
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #51329eef64b782e
] - meta: notify tsc on changes in SECURITY.md (Rafael Gonzaga) #5125995a880f728
] - meta: update artifact actions to v4 (Michaël Zasso) #5121959805f6879
] - meta: bump step-security/harden-runner from 2.6.0 to 2.6.1 (dependabot[bot]) #50999d74e0b97c3
] - meta: bump github/codeql-action from 2.22.5 to 2.22.8 (dependabot[bot]) #5099891cd9183d1
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #50931c621491aba
] - module: fix crash when built-in module export adefault
key (Antoine du Hamel) #5148143a8d3e984
] - module: fix--preserve-symlinks-main
(per4uk) #51312d8da197f86
] - module: move the CJS exports cache to internal/modules/cjs/loader (Joyee Cheung) #511575fc10ca4d6
] - module: load source maps incommonjs
translator (Hiroki Osame) #5103343e9f0bc65
] - module: documentparentURL
in register options (Hiroki Osame) #51039870ef5a73f
] - net: fix connect crash when call destroy in lookup handler (theanarkh) #51826caf71e05a6
] - net: fix example IPv4 in dns docs (Aras Abbasi) #5137758a636be0e
] - (SEMVER-MINOR) net: add connection attempt events (Paolo Insogna) #5104506a29f830a
] - node-api: make napi_get_buffer_info check if passed buffer is valid (Janrupf) #515710fb98438e4
] - node-api: move NAPI_EXPERIMENTAL definition to gyp file (Gabriel Schulhof) #51254242139fb98
] - node-api: optimize napi_set_property for perf (Mert Can Altın) #50282dc3d70c040
] - node-api: type tag external values without v8::Private (Chengzhong Wu) #511490ac070ccb7
] - node-api: segregate nogc APIs from rest via type system (Gabriel Schulhof) #50060de65cada70
] - node-api: introduce experimental feature flags (Gabriel Schulhof) #50991e192ba18cd
] - perf_hooks: performance milestone time origin timestamp improvement (IlyasShabi) #51713f94336f95a
] - repl: fixNO_COLORS
env var is ignored (Moshe Atlow) #51568e08649caa0
] - repl: fix prepareStackTrace frames array order (Chengzhong Wu) #5082707614072f1
] - sea: update stability index (Joyee Cheung) #51774eea0d74454
] - (SEMVER-MINOR) sea: support sea.getRawAsset() (Joyee Cheung) #50960db0efa3f40
] - (SEMVER-MINOR) sea: support embedding assets (Joyee Cheung) #509609b164c6eec
] - src: fix --disable-single-executable-application (Joyee Cheung) #51808306c1d35e5
] - src: simplify direct queries of env vars in C++ land (Joyee Cheung) #51829696063a47c
] - src: stop the profiler and the inspector before snapshot serialization (Joyee Cheung) #51815be40c8286c
] - src: simplify embedder entry point execution (Joyee Cheung) #5155790391ff256
] - src: compile code eagerly in snapshot builder (Joyee Cheung) #516723875fa1dc5
] - src: check empty before accessing string (Cheng Zhao) #51665a58c98ea85
] - (SEMVER-MINOR) src: print string content better in BlobDeserializer (Joyee Cheung) #5096062707a9d27
] - src: fix vm bug for configurable globalThis (F. Hinkelmann) #51602c3c0a3ee5c
] - (SEMVER-MINOR) src: support multi-line values for .env file (IlyasShabi) #51289dc8fe9ebf4
] - (SEMVER-MINOR) src: addprocess.loadEnvFile
andutil.parseEnv
(Yagiz Nizipli) #51476a5afad2a4d
] - src: terminate correctly double-quote in env variable (Marco Ippolito) #515102a921966c6
] - (SEMVER-MINOR) src: do not coerce dotenv paths (Tobias Nießen) #5142550ec55c268
] - src: refactorGetCreationContext
calls (Jungku Lee) #513672e65389922
] - src: do not read string out of bounds (Cheng Zhao) #51358a653531089
] - src: avoid shadowed string in fs_permission (Shelley Vohr) #51123c190a057ff
] - src: avoid draining platform tasks at FreeEnvironment (Chengzhong Wu) #5129000227674f5
] - src: add fast api for Histogram (James M Snell) #512964733c8e4df
] - src: refactorGetCreationContext
calls (Yagiz Nizipli) #51287d76e16bb47
] - src: enter isolate before destructing IsolateData (Ben Noordhuis) #511384ffdd37d2c
] - src: eliminate duplicate code in histogram.cc (James M Snell) #512632ce8b974a0
] - src: fix unix abstract socket path for trace event (theanarkh) #508589b25268cb8
] - src: use BignumPointer and use BN_clear_free (James M Snell) #50454a80f660343
] - src: implement FastByteLengthUtf8 with simdutf::utf8_length_from_latin1 (Daniel Lemire) #508400dee86f295
] - (SEMVER-MINOR) src: support configurable snapshot (Joyee Cheung) #5045390b5ed1d1d
] - src: implement countObjectsWithPrototype (Joyee Cheung) #505729365e129ed
] - src: register udp_wrap external references (Joyee Cheung) #50943b05d496b6c
] - src: register spawn_sync external references (Joyee Cheung) #50943642fb44982
] - src: register process_wrap external references (Joyee Cheung) #50943c7c9e81a1a
] - src: fix double free reported by coverity (Michael Dawson) #51046358793e28e
] - src: remove unused headers innode_file.cc
(Jungku Lee) #50927c705b73a74
] - src: implement --trace-promises (Joyee Cheung) #5089997aa67f006
] - src: fix dynamically linked zlib version (Richard Lau) #51007d6f46a44f2
] - src: make ModifyCodeGenerationFromStrings more robust (Joyee Cheung) #50763362135a1f9
] - src: disable uncaught exception abortion for ESM syntax detection (Yagiz Nizipli) #50987d82b0d4320
] - src: fix backtrace with tail noreturn abort (Chengzhong Wu) #508496df3e31bff
] - src: print MKSNAPSHOT debug logs to stderr (Joyee Cheung) #50759fd5efac176
] - (SEMVER-MINOR) src,permission: add --allow-addon flag (Rafael Gonzaga) #51183b616f6fa06
] - src,stream: improve WriteString (ywave620) #5115516d8cd5b22
] - stream: do not defer construction by one microtick (Matteo Collina) #520057931c3bbc8
] - stream: fix eventNames() to not return not defined events (IlyasShabi) #51331d0a6f3515d
] - stream: fix cloned webstreams not being unref correctly (tsctx) #515268750070a47
] - stream: fix fd is null when calling clearBuffer (kylo5aby) #50994ade6614067
] - (SEMVER-MINOR) stream: add support fordeflate-raw
format to webstreams compression (Damian Krzeminski) #50097905c48fc6e
] - test: add regression test for test_runner after hook (Colin Ihrig) #5199860f008b65e
] - test: reduce flakiness oftest-runner-output
(Antoine du Hamel) #519520ad88f6a5c
] - test: fix flaky http-chunk-extensions-limit test (Ethan Arrowood) #519433f85c7ac97
] - test: remove flaky designation (Luigi Pinca) #51736f37648ee5c
] - test: skip SEA tests when SEA generation fails (Joyee Cheung) #51887136b6a998b
] - test: fix unreliable assumption in js-native-api/test_cannot_run_js (Joyee Cheung) #51898d90594aefa
] - test: deflake test-http2-large-write-multiple-requests (Joyee Cheung) #51863a0b36e33d1
] - test: fix test-debugger-profile for coverage generation (Joyee Cheung) #51816dd0f164ca3
] - test: fix test-bootstrap-modules for coverage generation (Joyee Cheung) #51816e4c7d62496
] - test: ensure delay in recursive fs watch tests (Joyee Cheung) #51842963d7d7dea
] - test: fix test-child-process-fork-net (Joyee Cheung) #51841dd708d337e
] - test: split wasi tests (Joyee Cheung) #51836853b48d905
] - test: remove test-fs-stat-bigint flaky designation (Luigi Pinca) #51735fdc7d751de
] - test: skip test-http-correct-hostname on loong64 (Shi Pujin) #51663c33f860d2b
] - test: remove test-cli-node-options flaky designation (Luigi Pinca) #51716f528e965f6
] - test: remove test-domain-error-types flaky designation (Luigi Pinca) #517177e3ee828f1
] - test: fixinternet/test-inspector-help-page
(Richard Lau) #51693170278c25d
] - test: remove duplicate entry for flaky test (Luigi Pinca) #51654d0d5bd0e54
] - test: remove test-crypto-keygen flaky designation (Luigi Pinca) #51567bca6dcca0b
] - test: remove test-fs-rmdir-recursive flaky designation (Luigi Pinca) #51566af3f229d6b
] - test: remove common.expectsError calls for asserts (Paulo Chaves) #51504f6fcd200e6
] - test: mark test-http2-large-file as flaky (Michaël Zasso) #515491d8e65a230
] - test: use checkIfCollectableByCounting in SourceTextModule leak test (Joyee Cheung) #51512713afed6b0
] - test: remove test-file-write-stream4 flaky designation (Luigi Pinca) #51472292d0174df
] - test: add URL tests to fs-write (Rafael Gonzaga) #51352954e2f2f58
] - test: remove unneeded common.expectsError for asserts (Andrés Morelos) #51353f2dfe0fa80
] - test: add regression test for 51586 (Matteo Collina) #514916ee5f50789
] - test: fix flaky conditions for ppc64 SEA tests (Richard Lau) #5142206a6eef9a4
] - test: replace forEach() with for...of (Alexander Jones) #50608a98102a6de
] - test: replace forEach with for...of (Ospite Privilegiato) #50787e9080a94d3
] - test: replace foreach with for of (lucacapocci94-dev) #5079042b162b06d
] - test: replace forEach() with for...of (Jia) #50610cab7737f7e
] - test: fix inconsistency write size intest-fs-readfile-tostring-fail
(Jungku Lee) #5114115731b4b2f
] - test: replace forEach test-http-server-multiheaders2 (Marco Mac) #507949cedaa62fa
] - test: replace forEach with for-of in test-webcrypto-export-import-ec (Chiara Ricciardi) #512497f301e04be
] - test: move to for of loop in test-http-hostname-typechecking.js (Luca Del Puppo) #507826e62e649df
] - test: skip test-watch-mode-inspect on arm (Michael Dawson) #51210c3c2b2b041
] - test: replace forEach with for of in file test-trace-events-net.js (Ianna83) #5078955c423ba4f
] - test: replace forEach() with for...of in test/parallel/test-util-log.js (Edoardo Dusi) #507838ac05cf3c4
] - test: replace forEach with for of in test-trace-events-api.js (Andrea Pavone) #50784d10d39e8ba
] - test: replace forEach with for-of in test-v8-serders.js (Mattia Iannone) #50791576adc5e5b
] - test: add URL tests to fs-read in pm (Rafael Gonzaga) #51213996cef51b7
] - test: use tmpdir.refresh() in test-esm-loader-resolve-type.mjs (Luigi Pinca) #512068f2d982342
] - test: use tmpdir.refresh() in test-esm-json.mjs (Luigi Pinca) #51205efd6630143
] - test: fix flakiness in worker*.test-free-called (Jithil P Ponnan) #5101354a29ee506
] - test: deflake test-diagnostics-channel-memory-leak (Joyee Cheung) #505726319ea6183
] - test: test syncrhnous methods of child_process in snapshot (Joyee Cheung) #5094350df4aee2b
] - test: handle relative https redirect (Richard Lau) #511219f88f40cae
] - test: fix test runner colored output test (Moshe Atlow) #51064a1feae24cb
] - test: resolve path of embedtest binary correctly (Cheng Zhao) #50276a4f1805c92
] - test: escape cwd in regexp (Jérémy Lal) #509801c28db8116
] - test: replace forEach to for.. test-webcrypto-export-import-cfrg.js (Angelo Parziale) #50785a4f505213e
] - test: log more information in SEA tests (Joyee Cheung) #50759c91b817a5c
] - test: consolidate utf8 text fixtures in tests (Joyee Cheung) #5073226a06b093b
] - test: give more time to GC in test-shadow-realm-gc-* (Joyee Cheung) #50735e8f5735149
] - test: test surrogate pair filenames on windows (Mert Can Altın) #518001ab9ff46a5
] - test: mark test-wasi as flaky on Windows on ARM (Joyee Cheung) #518341c47da1453
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #5153391c8624608
] - test_runner: serialize 'expected' and 'actual' in isolation (Malthe Borch) #51851cea90dcfe3
] - test_runner: add ref methods to mocked timers (Marco Ippolito) #518099ff0df1793
] - test_runner: check if timeout was cleared by own callback (Ben Richeson) #5167334ecd1e36b
] - test_runner: fixed test object is incorrectly passed to setup() (Pulkit Gupta) #50982da17a2538e
] - test_runner: fixed to run after hook if before throws an error (Pulkit Gupta) #51062b8f0ea6f60
] - test_runner: fix infinite loop when files are undefined in test runner (Pulkit Gupta) #51047fe922f05e4
] - (SEMVER-MINOR) timers: export timers.promises (Marco Ippolito) #51246f4ac7baf85
] - tools: fix installing node with shared mode (Cheng Zhao) #51910f07605fa7b
] - tools: update eslint to 8.57.0 (Node.js GitHub Bot) #51867d16b235fca
] - tools: update lint-md-dependencies to rollup@4.12.0 (Node.js GitHub Bot) #51795d27e811a01
] - tools: fix missing fallthrough in js2c (Cheng Zhao) #518457eb69308da
] - tools: disable automated libuv updates (Rafael Gonzaga) #517751f15af425c
] - tools: update lint-md-dependencies to rollup@4.10.0 (Node.js GitHub Bot) #51720c7ae13e6bc
] - tools: update github_reporter to 1.6.0 (Node.js GitHub Bot) #516580fb079bd85
] - tools: runbuild-windows
workflow only on source changes (Antoine du Hamel) #51596c2538e31fa
] - tools: update lint-md-dependencies to rollup@4.9.6 (Node.js GitHub Bot) #51583e02dbf074b
] - tools: fix loong64 build (Shi Pujin) #51401ce49cb6656
] - tools: set normalizeTD text default to empty string (Marco Ippolito) #51543e8dc5ac552
] - tools: limit parallelism with ninja in V8 builds (Richard Lau) #5147397470b179b
] - tools: do not pass invalid flag to C compiler (Michaël Zasso) #5140959af1d7923
] - tools: update lint-md-dependencies to rollup@4.9.5 (Node.js GitHub Bot) #514606385c7ad57
] - tools: update inspector_protocol to83b1154
(Kohei Ueno) #513095235aaf299
] - tools: update github_reporter to 1.5.4 (Node.js GitHub Bot) #513954ce2ecb1ce
] - tools: fix version parsing in brotli update script (Richard Lau) #5137386102078f5
] - tools: update lint-md-dependencies to rollup@4.9.4 (Node.js GitHub Bot) #51396e658208159
] - tools: remove openssl v1 update script (Marco Ippolito) #513784372f6a5b8
] - tools: remove deprecated python api (Alex Yang) #497312b24059e53
] - tools: update lint-md-dependencies to rollup@4.9.2 (Node.js GitHub Bot) #513201da2e8d15e
] - tools: fix dep_updaters dir updates (Michaël Zasso) #51294b264dda7f2
] - tools: update inspector_protocol toc488ba2
(cola119) #51293fdb07d5418
] - tools: update inspector_protocol to9b4a4aa
(cola119) #512936863fb84a6
] - tools: update inspector_protocol to2f51e05
(cola119) #512936b85f5c6e0
] - tools: update inspector_protocol tod7b099b
(cola119) #51293cf029ca24f
] - tools: update inspector_protocol to912eb68
(cola119) #51293af119447f5
] - tools: update inspector_protocol to547c5b8
(cola119) #512935a72506823
] - tools: update inspector_protocol toca525fc
(cola119) #51293c7aa3976f9
] - tools: update lint-md-dependencies to rollup@4.9.1 (Node.js GitHub Bot) #512768e02d08a82
] - tools: check timezone current version (Marco Ippolito) #51178fa1e88775d
] - tools: update lint-md-dependencies to rollup@4.9.0 (Node.js GitHub Bot) #5119304c0bf9cc5
] - tools: update eslint to 8.56.0 (Node.js GitHub Bot) #51194e896cbd0d5
] - tools: update lint-md-dependencies to rollup@4.7.0 (Node.js GitHub Bot) #51106c7350c2083
] - tools: update doc to highlight.js@11.9.0 unified@11.0.4 (Node.js GitHub Bot) #5045900dfabf8fb
] - tools: update eslint to 8.55.0 (Node.js GitHub Bot) #51025f91d56157b
] - tools: update lint-md-dependencies to rollup@4.6.1 (Node.js GitHub Bot) #51022450163cf9b
] - tools: add triggers to update release links workflow (Moshe Atlow) #50974b1442024ea
] - tools: update lint-md-dependencies to rollup@4.5.2 (Node.js GitHub Bot) #509136fc6a62daf
] - tools: fix current version check (Marco Ippolito) #50951bc6bdda8b1
] - tools: fix update-icu.sh (Michaël Zasso) #51723a7a4cce75d
] - typings: lib/internal/vm.js (Geoffrey Booth) #501126375540507
] - typings: fix JSDoc ininternal/modules/esm/hooks
(Alex Yang) #508874bc8e98d7c
] - url: don't update URL immediately on update to URLSearchParams (Matt Cowley) #515202acbcbd8ad
] - url: throw error if argument length of revokeObjectURL is 0 (DylanTet) #50433c50134615e
] - (SEMVER-MINOR) util: add styleText API to text formatting (Rafael Gonzaga) #51850f79ac336ad
] - util: pass invalidSubtypeIndex instead of trimmedSubtype to error (Gaurish Sethia) #51264c3b89c310f
] - util: improve performance of function areSimilarFloatArrays (Liu Jia) #510405202995b48
] - vm: implement isContext() directly in JS land with private symbol (Joyee Cheung) #516850211a3d65f
] - (SEMVER-MINOR) vm: support using the default loader to handle dynamic import() (Joyee Cheung) #5124407fc077c5d
] - vm: use v8::DeserializeInternalFieldsCallback explicitly (Joyee Cheung) #509845183e3a4b1
] - watch: clarify that the fileName parameter can be null (Luigi Pinca) #5130563bf8a66df
] - watch: fix nullfileName
on windows systems (vnc5) #4989107da4e9b58
] - watch: fix infinite loop when passing --watch=true flag (Pulkit Gupta) #51160v20.11.1
: 2024-02-14, Version 20.11.1 'Iron' (LTS), @RafaelGSS prepared by @marco-ippolitoCompare Source
Notable changes
This is a security release.
Notable changes
Commits
7079c062bb
] - crypto: disable PKCS#1 padding for privateDecrypt (Michael Dawson) nodejs-private/node-private#525186a6e1ffb
] - deps: fix GHSA-f74f-cvh7-c6q6/CVE-2024-24806 (Santiago Gimeno) #51737686da19abb
] - deps: disable io_uring support in libuv by default (Tobias Nießen) nodejs-private/node-private#529f7b44bfbce
] - deps: update archs files for openssl-3.0.13+quic1 (Node.js GitHub Bot) #516147a30fecea2
] - deps: upgrade openssl sources to quictls/openssl-3.0.13+quic1 (Node.js GitHub Bot) #51614480fc169a8
] - fs: protect against modified Buffer internals in possiblyTransformPath (Tobias Nießen) nodejs-private/node-private#49777ac7c3153
] - http: add maximum chunk extension size (Paolo Insogna) nodejs-private/node-private#519ed7d149675
] - lib: use cache fs internals against path traversal (RafaelGSS) nodejs-private/node-private#51689bd5fc38f
] - lib: update undici to v5.28.3 (Matteo Collina) nodejs-private/node-private#539d01dd4291d
] - permission: fix wildcard when children > 1 (Rafael Gonzaga) #5120940ff37dfcc
] - src: fix HasOnly(capability) in node::credentials (Tobias Nießen) nodejs-private/node-private#5053f6addd590
] - src,deps: disable setuid() etc if io_uring enabled (Tobias Nießen) nodejs-private/node-private#529d6da413aa4
] - test,doc: clarify wildcard usage (RafaelGSS) nodejs-private/node-private#517c213910aea
] - zlib: pause stream if outgoing buffer is full (Matteo Collina) nodejs-private/node-private#541v20.11.0
: 2024-01-09, Version 20.11.0 'Iron' (LTS), @UlisesGasconCompare Source
Notable Changes
833190fe7c
] - crypto: update root certificates to NSS 3.95 (Node.js GitHub Bot) #50805a541b78bdb
] - doc: add MrJithil to collaborators (Jithil P Ponnan) #50666d4be8fad83
] - doc: add Ethan-Arrowood as a collaborator (Ethan Arrowood) #50393c1a196c897
] - (SEMVER-MINOR) esm: add import.meta.dirname and import.meta.filename (James Sumners) #48740aa3209b880
] - fs: add c++ fast path for writeFileSync utf8 (CanadaHonk) #498848e886a2fff
] - (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu) #4865521ab3c0f0b
] - (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu) #4865529d91b13e3
] - (SEMVER-MINOR) src: add--disable-warning
option (Ethan Arrowood) #5066111b3e470db
] - (SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu) #48655621c4d66c2
] - (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu) #48655139d6c8d3b
] - stream: use Array for Readable buffer (Robert Nagy) #503416206957e8d
] - stream: optimize creation (Robert Nagy) #50337e64378643d
] - (SEMVER-MINOR) test_runner: adds built in lcov reporter (Phil Nash) #500184a830c2d9d
] - (SEMVER-MINOR) test_runner: add Date to the supported mock APIs (Lucas Santos) #48638842dc01def
] - (SEMVER-MINOR) test_runner, cli: add --test-timeout flag (Shubham Pandey) #50443Commits
e40a559ab1
] - benchmark: update iterations in benchmark/util/splice-one.js (Liu Jia) #5069800f7a5d26f
] - benchmark: increase the iteration number to an appropriate value (Lei Shi) #50766be6ad3f375
] - benchmark: rewrite import.meta benchmark (Joyee Cheung) #506839857364129
] - benchmark: add misc/startup-cli-version benchmark (Joyee Cheung) #5068422d729e7f5
] - benchmark: remove punycode from require-builtins fixture (Joyee Cheung) #506894cf10a149a
] - benchmark: change iterations in benchmark/es/string-concatenations.js (Liu Jia) #5058515c2ed93a8
] - benchmark: add benchmarks for encodings (Aras Abbasi) #503488a896428ca
] - benchmark: add more cases to Readable.from (Raz Luvaton) #50351dbe6c5f354
] - benchmark: skip test-benchmark-os on IBMi (Michael Dawson) #50286179b4b6e62
] - benchmark: move permission-fs-read to permission-processhas-fs-read (Aki Hasegawa-Johnson) #4977032d65c001d
] - buffer: improve Buffer.equals performance (kylo5aby) #5062180ea83757e
] - build: add GN configurations for simdjson (Cheng Zhao) #50831904e645bcd
] - build: add configuration flag to enable Maglev (Keyhan Vakil) #50692019efa8a5a
] - build: fix GN configuration for deps/base64 (Cheng Zhao) #50696a645d5ac54
] - build: disable flag v8_scriptormodule_legacy_lifetime (Chengzhong Wu) #506168705058b09
] - build: add GN build files (Cheng Zhao) #476370a5e9c12cf
] - build: fix build with Python 3.12 (Luigi Pinca) #50582ff5713dd43
] - build: support Python 3.12 (Shi Pujin) #50209cfd50f229a
] - build: fix building when there is only python3 (Cheng Zhao) #48462833190fe7c
] - crypto: update root certificates to NSS 3.95 (Node.js GitHub Bot) #5080554c46dae9e
] - deps: update zlib to 1.2.13.1-motley-5daffc7 (Node.js GitHub Bot) #508030be84e5a28
] - deps: update undici to 5.27.2 (Node.js GitHub Bot) #50813ec67890824
] - deps: V8: cherry-pick0f9ebbc
(Chengzhong Wu) #50867bc2ebb972b
] - deps: V8: cherry-pick13192d6
(Levi Zim) #50552656135d70a
] - deps: update zlib to 1.2.13.1-motley-dfc48fc (Node.js GitHub Bot) #5045641ee4bcc5d
] - deps: update ada to 2.7.4 (Node.js GitHub Bot) #50815a40948b5c5
] - deps: update minimatch to 9.0.3 (Node.js GitHub Bot) #508067be1222c4a
] - deps: update simdutf to 4.0.4 (Node.js GitHub Bot) #5077268e7d49db6
] - deps: upgrade npm to 10.2.4 (npm team) #507513d82d38336
] - deps: escape Python strings correctly (Michaël Zasso) #50695d3870ac957
] - deps: update base64 to 0.5.1 (Node.js GitHub Bot) #506294b219b6ece
] - deps: update corepack to 0.23.0 (Node.js GitHub Bot) #505636c41b50922
] - deps: update nghttp2 to 1.58.0 (Node.js GitHub Bot) #504413beee0ae8f
] - deps: update acorn to 8.11.2 (Node.js GitHub Bot) #50460220916fa93
] - deps: update undici to 5.27.0 (Node.js GitHub Bot) #50463f9960b3545
] - deps: update googletest to116b7e5
(Node.js GitHub Bot) #50324d5c16f897a
] - dns: call handle.setServers() with a valid array (Luigi Pinca) #508111bd6537c97
] - doc: recommend supported Python versions (Luigi Pinca) #50407402e257520
] - doc: update notable changes in v21.1.0 (Joyee Cheung) #50388032535e270
] - doc: make theme consistent across api and other docs (Dima Demakov) #50877d53842683f
] - doc: add a section regardinginstanceof
inprimordials.md
(Antoine du Hamel) #50874fe315055a7
] - doc: update email to reflect affiliation (Yagiz Nizipli) #50856e14f661950
] - doc: shard not supported with watch mode (Pulkit Gupta) #50640b3d015de71
] - doc: get rid of unnecessaryeslint-skip
comments (Antoine du Hamel) #50829168cbf9cb9
] - doc: create deprecation code for isWebAssemblyCompiledModule (Marco Ippolito) #5048630baacba41
] - doc: add CanadaHonk to triagers (CanadaHonk) #50848e6e7cbceac
] - doc: fix typos in --allow-fs-* (Tobias Nießen) #50845e22ce9586f
] - doc: update Crypto API doc for x509.keyUsage (Daniel Meechan) #50603549d4422b7
] - doc: fix fs.writeFileSync return value documentation (Ryan Zimmerman) #507603c79e3cdba
] - doc: update print results(detail) inPerformanceEntry
(Jungku Lee) #50723aeaf96d06e
] - doc: fixBuffer.allocUnsafe
documentation (Mert Can Altın) #50686347e1dd06a
] - doc: run license-builder (github-actions[bot]) #50691a541b78bdb
] - doc: add MrJithil to collaborators (Jithil P Ponnan) #5066690f415dd61
] - doc: fix typo in fs.md (fwio) #50570e2388151ba
] - doc: add missing description of argument insubtle.encrypt
(Deokjin Kim) #5057839cc013465
] - doc: update pm documentation to include resource (Ranieri Innocenti Spada) #50601ba6d427c23
] - doc: correct attribution in v20.6.0 changelog (Jacob Smith) #505641b2dab8254
] - doc: update to alignconsole.table
row to the left (Jungku Lee) #505535d48ef7778
] - doc: underline links (Rich Trott) #504815e6057c9d2
] - doc: remove duplicate word (Gerhard Stöbich) #5047564bf2fd4ee
] - doc: fix typo inwebstreams.md
(André Santos) #50426cca55b8414
] - doc: add information about Node-API versions >=9 (Michael Dawson) #50168d4be8fad83
] - doc: add Ethan-Arrowood as a collaborator (Ethan Arrowood) #503930b311838f6
] - doc: fix TOC inreleases.md
(Bryce Seefieldt) #50372843d5f84ca
] - esm: fallback togetSource
whenload
returns nullishsource
(Antoine du Hamel) #508258d5469c84b
] - esm: do not callgetSource
when format iscommonjs
(Francesco Trotta) #50465b48cf314d3
] - esm: bypass CJS loader in default load under--default-type=module
(Antoine du Hamel) #50004c1a196c897
] - (SEMVER-MINOR) esm: add import.meta.dirname and import.meta.filename (James Sumners) #48740435f9c9276
] - fs: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) #50990aa3209b880
] - fs: add c++ fast path for writeFileSync utf8 (CanadaHonk) #4988405e25e0230
] - fs: improve error perf of synclstat
+fstat
(CanadaHonk) #49868f94a24cb4b
] - fs: improve error performance forrmdirSync
(CanadaHonk) #49846cada22e2a4
] - fs: fix to not return for void function (Jungku Lee) #50769ba40b2e33e
] - fs: replace deprecatedpath._makeLong
in copyFile (CanadaHonk) #50844d1b6bd660a
] - fs: update param in jsdoc forreaddir
(Jungku Lee) #5044811412e863a
] - fs: do not throw error on cpSync internals (Yagiz Nizipli) #50185868a464c15
] - fs,url: moveFromNamespacedPath
tonode_url
(Yagiz Nizipli) #50090de7fe08c7b
] - fs,url: refactorFileURLToPath
method (Yagiz Nizipli) #50090186e6e0395
] - fs,url: moveFileURLToPath
to node_url (Yagiz Nizipli) #50090aea7fe54af
] - inspector: use private fields instead of symbols (Yagiz Nizipli) #5077648dbde71d8
] - lib: use primordials for navigator.userAgent (Aras Abbasi) #50467fa220cac87
] - lib: remove deprecated string methods (Jithil P Ponnan) #50592f1cf1c385f
] - lib: fix assert shows diff messages in ESM and CJS (Jithil P Ponnan) #506343844af288f
] - lib: make event static properties non writable and configurable (Muthukumar) #504250a0b416d6c
] - lib: avoid memory allocation on nodeprecation flag (Vinicius Lourenço) #50231e7551d5770
] - lib: align console.table row to the left (Jithil P Ponnan) #501350c85cebdf2
] - meta: clarify nomination process according to Node.js charter (Matteo Collina) #50834f4070dd8d4
] - meta: clarify recommendation for bug reproductions (Antoine du Hamel) #508822ddeead436
] - meta: move cjihrig to TSC regular member (Colin Ihrig) #5081634a789d9be
] - meta: add web-standards as WPTs owner (Filip Skokan) #5063640bbffa266
] - meta: bump github/codeql-action from 2.21.9 to 2.22.5 (dependabot[bot]) #50513c49553631d
] - meta: bump step-security/harden-runner from 2.5.1 to 2.6.0 (dependabot[bot]) #5051299df0138b0
] - meta: bump ossf/scorecard-action from 2.2.0 to 2.3.1 (dependabot[bot]) #505099db6227ac6
] - meta: fix spacing in collaborator list (Antoine du Hamel) #506412589a5a566
] - meta: bump actions/setup-python from 4.7.0 to 4.7.1 (dependabot[bot]) #505105a86661a95
] - meta: add crypto as crypto and webcrypto docs owner (Filip Skokan) #50579ac8d2b9cc2
] - meta: bump actions/setup-node from 3.8.1 to 4.0.0 (dependabot[bot]) #50514bee2c0cf11
] - meta: bump actions/checkout from 4.1.0 to 4.1.1 (dependabot[bot]) #5051191a0944e5f
] - meta: add ethan.arrowood@vercel.com to mailmap (Ethan Arrowood) #504918d3cf8c4ee
] - meta: add web-standards as web api visibility owner (Chengzhong Wu) #50418807c12de36
] - meta: mention other notable changes section (Rafael Gonzaga) #5030921ab3c0f0b
] - (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu) #486558e886a2fff
] - (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu) #4865577e8361213
] - module: execute--import
sequentially (Antoine du Hamel) #50474fffc4951ac
] - module: add application/json in accept header when fetching json module (Marco Ippolito) #50119f808e7a650
] - net: check pipe mode and path (theanarkh) #50770cf3a4c5b84
] - node-api: factor out common code into macros (Gabriel Schulhof) #50664a7d8f6b529
] - perf_hooks: implement performance.now() with fast API calls (Joyee Cheung) #50492076dc7540b
] - permission: do not create symlinks if target is relative (Tobias Nießen) #4915643160dcd2d
] - permission: mark const functions as such (Tobias Nießen) #507057a661d7ad9
] - permission: address coverity warning (Michael Dawson) #50215b2b4132c3e
] - src: iterate on import attributes array correctly (Michaël Zasso) #5070311b3e470db
] - (SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu) #48655d00412a083
] - (SEMVER-MINOR) src: create fs_dir per isolate properties (Chengzhong Wu) #4865514cc3b9b90
] - (SEMVER-MINOR) src: create worker per isolate properties (Chengzhong Wu) #48655621c4d66c2
] - (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu) #4865507a4e94e84
] - src: assert return value of BN_bn2binpad (Tobias Nießen) #50860158db2d61e
] - src: fix coverity warning (Michael Dawson) #5084694363bb3fd
] - src: fix compatility with upcoming V8 12.1 APIs (Cheng Zhao) #5070929d91b13e3
] - (SEMVER-MINOR) src: add--disable-warning
option (Ethan Arrowood) #50661f054c337f8
] - src: add IsolateScopes before using isolates (Keyhan Vakil) #50680d08eb382cd
] - src: avoid copying strings in FSPermission::Apply (Tobias Nießen) #506626620df1c05
] - src: remove erroneous default argument in RadixTree (Tobias Nießen) #50736436c3aef15
] - src: fix JSONParser leaking internal V8 scopes (Keyhan Vakil) #506886f46d31018
] - src: return error --env-file if file is not found (Ardi Nugraha) #505883d43fd359c
] - src: avoid silent coercion to signed/unsigned int (Tobias Nießen) #50663c253e39b56
] - src: handle errors from uv_pipe_connect2() (Deokjin Kim) #506573a9713bb5a
] - src: use v8::Isolate::TryGetCurrent() in DumpJavaScriptBacktrace() (Joyee Cheung) #5051894f8a925a8
] - src: print more information in C++ assertions (Joyee Cheung) #5024223f830616b
] - src: hide node::credentials::HasOnly outside unit (Tobias Nießen) #50450b7ecb0a390
] - src: readiterable entries may be empty (Matthew Aitken) #503984ef1d68715
] - src: implement structuredClone in native (Joyee Cheung) #503309346f15138
] - src: use find instead of char-by-char in FromFilePath() (Daniel Lemire) #502888414fb4d2a
] - src: add commit hash shorthand in zlib version (Jithil P Ponnan) #50158a878e3abb0
] - stream: fix enumerability of ReadableStream.from (Mattias Buelens) #5077995ed4ffc1e
] - stream: fix enumerability of ReadableStream.prototype.values (Mattias Buelens) #507794cf155ca0c
] - stream: add Symbol.toStringTag to Compression Streams (Filip Skokan) #507126012e3e781
] - stream: fix Writable.destroy performance regression (Robert Nagy) #50478dd5206820c
] - stream: pre-allocate _events (Robert Nagy) #50428829b82ed0f
] - stream: remove no longer relevant comment (Robert Nagy) #5044698ae1b4132
] - stream: use bit fields for construct/destroy (Robert Nagy) #5040808a0c6c56c
] - stream: improve from perf (Raz Luvaton) #5035959f7316b8f
] - stream: avoid calls to listenerCount (Robert Nagy) #503579d52430eb9
] - stream: readable use bitmap accessors (Robert Nagy) #50350139d6c8d3b
] - stream: use Array for Readable buffer (Robert Nagy) #503416206957e8d
] - stream: optimize creation (Robert Nagy) #50337f87921de3b
] - stream: refactor writable _write (Robert Nagy) #50198b338f3d3c2
] - stream: avoid getter for defaultEncoding (Robert Nagy) #502031862235a26
] - test: fix message v8 not normalising alphanumeric paths (Jithil P Ponnan) #507307c28a4ca8f
] - test: fix dns test case failures after c-ares update to 1.21.0+ (Brad House) #507434544593d31
] - test: replace forEach with for of (Conor Watson) #5059496143a3293
] - test: replace forEach to for at test-webcrypto-sign-verify-ecdsa.js (Alessandro Di Nisio) #50795107b5e63c5
] - test: replace foreach with for in test-https-simple.js (Shikha Mehta) #497939b2e5e9db4
] - test: add note about unresolved spec issue (Mattias Buelens) #50779edce637c1a
] - test: add note about readable streams with type owning (Mattias Buelens) #50779641044670b
] - test: replace forEach with for-of in test-url-relative (vitosorriso) #5078875ee78438c
] - test: replace forEach() with for ... of in test-tls-getprotocol.js (Steve Goode) #5060024f9d3fbeb
] - test: enable idlharness tests for encoding (Mattias Buelens) #50778a9d290956e
] - test: replace forEach in whatwg-encoding-custom-interop (Honza Machala) #506076584dd80f7
] - test: replace forEach() with for-loop (Jan) #50596be54a22869
] - test: improve test-bootstrap-modules.js (Joyee Cheung) #50708660e70e73b
] - test: skip parallel/test-macos-app-sandbox if disk space < 120MB (Joyee Cheung) #507645712c41122
] - test: replace foreach with for (Markus Muschol) #5059949e5f47b1c
] - test: test streambase has already has a consumer (Jithil P Ponnan) #48059bb7d764c8e
] - test: change forEach to for...of in path extname (Kyriakos Markakis) #506674d28ced079
] - test: replace forEach with for...of (Ryan Williams) #5061192a153ecde
] - test: migrate message v8 tests from Python to JS (Joshua LeMay) #50421a376284d8a
] - test: use destructuring for accessing setting values (Honza Jedlička) #506097b9b1fba27
] - test: replace forEach() with for .. of (Evgenia Blajer) #506059397b2da7e
] - test: replace forEach() with for ... of in test-readline-keys.js (William Liang) #506049043ba4cfb
] - test: replace forEach() with for ... of in test-http2-single-headers.js (spiritualized) #506069f911d31f6
] - test: replace forEach with for of (john-mcinall) #506028a5f36fe74
] - test: remove unused file (James Sumners) #505289950203340
] - test: replace forEach with for of (Kevin Kühnemund) #5059703ba28f102
] - test: replace forEach with for of (CorrWu) #49785ea61261b54
] - test: replace forEach with for [...] of (Gabriel Bota) #506154349790913
] - test: add WPT report test duration (Filip Skokan) #505747cacddfcc1
] - test: replace forEach() with for ... of loop in test-global.js (Kajol) #49772889f58d07f
] - test: skip test-diagnostics-channel-memory-leak.js (Joyee Cheung) #5032741644ee071
] - test: improveUV_THREADPOOL_SIZE
tests on.env
(Yagiz Nizipli) #492131db44b9a53
] - test: recognize wpt completion error (Chengzhong Wu) #50429ecfc951ddc
] - test: report error wpt test results (Chengzhong Wu) #50429deb0351d95
] - test: replace forEach() with for...of (Ram) #49794f885dfe5e3
] - test: replace forEach() with for...of in test-trace-events-http (Chand) #497959dc63c56db
] - test: replace forEach with for...of in test-fs-realpath-buffer-encoding (Niya Shiyas) #49804600d1260da
] - test: fix timeout of test-cpu-prof-dir-worker.js in LoongArch devices (Shi Pujin) #50363099f5cfa0a
] - test: fix vm assertion actual and expected order (Chengzhong Wu) #50371a31f9bfe01
] - test: v8: Add test-linux-perf-logger test suite (Luke Albao) #503526c59114947
] - test: ensure never settling promises are detected (Antoine du Hamel) #503189830ae4bf7
] - test_runner: add tests for various mock timer issues (Mika Fischer) #503842c72ed85fb
] - test_runner: pass abortSignal to test files (Moshe Atlow) #50630c33a84af11
] - test_runner: replace forEach with for of (Tom Haddad) #5059529c68a22bb
] - test_runner: output errors of suites (Moshe Atlow) #50361e64378643d
] - (SEMVER-MINOR) test_runner: adds built in lcov reporter (Phil Nash) #500184aaaff413b
] - test_runner: test return value of mocked promisified timers (Mika Fischer) #503314a830c2d9d
] - (SEMVER-MINOR) test_runner: add Date to the supported mock APIs (Lucas Santos) #48638842dc01def
] - (SEMVER-MINOR) test_runner, cli: add --test-timeout flag (Shubham Pandey) #50443613a9072b7
] - tls: fix order of setting cipher before setting cert and key (Kumar Rishav) #50186d905c61e16
] - tls: usevalidateFunction
foroptions.SNICallback
(Deokjin Kim) #50530c8d6dd58e7
] - tools: add macOS notarization verification step (Ulises Gascón) #50833c9bd0b0c0f
] - tools: use macOS keychain to notarize the releases (Ulises Gascón) #50715932a5d7b2c
] - tools: update eslint to 8.54.0 (Node.js GitHub Bot) #50809d7114d97be
] - tools: update lint-md-dependencies to rollup@4.5.0 (Node.js GitHub Bot) #5080793085cf844
] - tools: add workflow to update release links (Michaël Zasso) #5071066764c5d04
] - tools: recognize GN files in dep_updaters (Cheng Zhao) #506932a451e176a
] - tools: remove unused file (Ulises Gascon) #506228ce6403230
] - tools: change minimatch install strategy (Marco Ippolito) #5047697778e2e77
] - tools: update lint-md-dependencies to rollup@4.3.1 (Node.js GitHub Bot) #50675797f6a9ba8
] - tools: add macOS notarization stapler (Ulises Gascón) #506258fa1319352
] - tools: update eslint to 8.53.0 (Node.js GitHub Bot) #50559592f57970f
] - tools: update lint-md-dependencies to rollup@4.3.0 (Node.js GitHub Bot) #505562fd78fc39e
] - tools: compare ICU checksums before file changes (Michaël Zasso) #50522631d710fc4
] - tools: improve update acorn-walk script (Marco Ippolito) #5047333fd2af2ab
] - tools: update lint-md-dependencies to rollup@4.2.0 (Node.js GitHub Bot) #5049622b7a74838
] - tools: update gyp-next to v0.16.1 (Michaël Zasso) #50380f5ccab5005
] - tools: skip ruff on tools/gyp (Michaël Zasso) #50380408fd90508
] - tools: update lint-md-dependencies to rollup@4.1.5 unified@11.0.4 (Node.js GitHub Bot) #50461685f936ccd
] - tools: avoid npm install in deps installation (Marco Ippolito) #504137d43c5a094
] - Revert "tools: update doc dependencies" (Richard Lau) #504148fd67c2e3e
] - tools: update doc dependencies (Node.js GitHub Bot) #49988586becb507
] - tools: run coverage CI only on relevant files (Antoine du Hamel) #503492d06eea6c5
] - tools: update eslint to 8.52.0 (Node.js GitHub Bot) #503266a897baf16
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #50190e6e7f39b9e
] - util: improve performance of normalizeEncoding (kylo5aby) #507213b6b1afa47
] - v8,tools: expose necessary V8 defines (Cheng Zhao) #508202664012617
] - vm: allow dynamic import with a referrer realm (Chengzhong Wu) #50360c6c0a74b54
] - wasi: document security sandboxing status (Guy Bedford) #50396989814093e
] - win,tools: upgrade Windows signing to smctl (Stefan Stojanovic) #50956v20.10.0
: 2023-11-22, Version 20.10.0 'Iron' (LTS), @targosCompare Source
Notable Changes
--experimental-default-type
flag to flip module defaultsThe new flag
--experimental-default-type
can be used to flip the defaultmodule system used by Node.js. Input that is already explicitly defined as ES
modules or CommonJS, such as by a
package.json
"type"
field or.mjs
/.cjs
file extension or the
--input-type
flag, is unaffected. What is currentlyimplicitly CommonJS would instead be interpreted as ES modules under
--experimental-default-type=module
:String input provided via
--eval
or STDIN, if--input-type
is unspecified.Files ending in
.js
or with no extension, if there is nopackage.json
filepresent in the same folder or any parent folder.
Files ending in
.js
or with no extension, if the nearest parentpackage.json
field lacks atype
field; unless the folder is inside anode_modules
folder.In addition, extensionless files are interpreted as Wasm if
--experimental-wasm-modules
is passed and the file contains the "magic bytes"Wasm header.
Contributed by Geoffrey Booth in #49869.
Detect ESM syntax in ambiguous JavaScript
The new flag
--experimental-detect-module
can be used to automatically run ESmodules when their syntax can be detected. For “ambiguous” files, which are
.js
or extensionless files with nopackage.json
with atype
field, Node.jswill parse the file to detect ES module syntax; if found, it will run the file
as an ES module, otherwise it will run the file as a CommonJS module. The same
applies to string input via
--eval
orSTDIN
.We hope to make detection enabled by default in a future version of Node.js.
Detection increases startup time, so we encourage everyone—especially package
authors—to add a
type
field topackage.json
, even for the default"type": "commonjs"
. The presence of atype
field, or explicit extensionssuch as
.mjs
or.cjs
, will opt out of detection.Contributed by Geoffrey Booth in #50096.
New
flush
option in file system functionsWhen writing to files, it is possible that data is not immediately flushed to
permanent storage. This allows subsequent read operations to see stale data.
This PR adds a
'flush'
option to thefs.writeFile
family of functions whichforces the data to be flushed at the end of a successful write operation.
Contributed by Colin Ihrig in #50009 and #50095.
Experimental WebSocket client
Adds a
--experimental-websocket
flag that adds aWebSocket
global, as standardized by WHATWG.
Contributed by Matthew Aitken in #49830.
vm: fix V8 compilation cache support for vm.Script
Previously repeated compilation of the same source code using
vm.Script
stopped hitting the V8 compilation cache after v16.x when support for
importModuleDynamically
was added tovm.Script
, resulting in a performanceregression that blocked users (in particular Jest users) from upgrading from
v16.x.
The recent fixes allow the compilation cache to be hit again
for
vm.Script
when--experimental-vm-modules
is not used even in thepresence of the
importModuleDynamically
option, so that users affected by theperformance regression can now upgrade. Ongoing work is also being done to
enable compilation cache support for
vm.CompileFunction
.Contributed by Joyee Cheung in #49950
and #50137.
Other notable changes
21453ae555
] - (SEMVER-MINOR) deps: update uvwasi to 0.0.19 (Node.js GitHub Bot) #49908ee65e44c31
] - esm: use import attributes instead of import assertions (Antoine du Hamel) #50140ffdc357167
] - (SEMVER-MINOR) stream: allow passing stream class tostream.compose
(Alex Yang) #501874861ad6431
] - stream: improve performance of readable stream reads (Raz Luvaton) #501734b27087b30
] - stream: optimize Writable (Robert Nagy) #50012709c6c0cab
] - (SEMVER-MINOR) test_runner, cli: add --test-concurrency flag (Colin Ihrig) #4999657efd5292c
] - (SEMVER-MINOR) vm: use import attributes instead of import assertions (Antoine du Hamel) #50141Commits
73757a5f42
] - benchmark: fix race condition on fs benchs (Vinicius Lourenço) #5003523269717bb
] - benchmark: add warmup to accessSync bench (Rafael Gonzaga) #5007388611d199a
] - benchmark: improved config for blob,file benchmark (Vinícius Lourenço) #49730b70757476c
] - benchmark: added new benchmarks for blob (Vinícius Lourenço) #49730458d9a82e3
] - buffer: remove unnecessary assignment in fromString (Tobias Nießen) #50199878c0b332e
] - build: fix IBM i build with Python 3.9 (Richard Lau) #48056773320e1de
] - crypto: ensure valid point on elliptic curve in SubtleCrypto.importKey (Filip Skokan) #50234edb0ffd7d4
] - crypto: use X509_ALGOR accessors instead of reaching into X509_ALGOR (David Benjamin) #500573f98c06dbb
] - crypto: account for disabled SharedArrayBuffer (Shelley Vohr) #5003455485ff1cc
] - crypto: return clear errors when loading invalid PFX data (Tim Perry) #4956668ec1e5eeb
] - deps: upgrade npm to 10.2.3 (npm team) #50531b00c11ad7c
] - deps: V8: cherry-pickd90d453
(Michaël Zasso) #50077e63aef91b4
] - deps: V8: cherry-pickf7d000a
(Luke Albao) #500774b243b553a
] - deps: V8: cherry-pick9721082
(Shi Pujin) #500779d3cdcbebf
] - deps: V8: cherry-pick840650f
(Michaël Zasso) #500770c40b513fd
] - deps: V8: cherry-picka1efa53
(Michaël Zasso) #5007768cddd79f7
] - deps: update archs files for openssl-3.0.12+quic1 (Node.js GitHub Bot) #504113308189180
] - deps: upgrade openssl sources to quictls/openssl-3.0.12+quic1 (Node.js GitHub Bot) #50411b61707e535
] - deps: update ada to 2.7.2 (Node.js GitHub Bot) #503381aecf0c17b
] - deps: update corepack to 0.22.0 (Node.js GitHub Bot) #50325f5924f174c
] - deps: update c-ares to 1.20.1 (Node.js GitHub Bot) #50082b705e19a95
] - deps: update c-ares to 1.20.0 (Node.js GitHub Bot) #50082f72cbb7e02
] - deps: V8: cherry-pick2590224
(Joyee Cheung) #501566547bd2493
] - deps: V8: cherry-pickea996ad
(Antoine du Hamel) #5018316fd730e95
] - deps: V8: cherry-picka0fd320
(Antoine du Hamel) #50183614c3620c3
] - deps: update corepack to 0.21.0 (Node.js GitHub Bot) #50088545aa74ae2
] - deps: update simdutf to 3.2.18 (Node.js GitHub Bot) #500919302806c0a
] - deps: update zlib to 1.2.13.1-motley-fef5869 (Node.js GitHub Bot) #5008503bf5c5d9a
] - deps: update googletest to2dd1c13
(Node.js GitHub Bot) #50081cd8e90690b
] - deps: update googletest toe47544a
(Node.js GitHub Bot) #4998240672cfe53
] - deps: update ada to 2.6.10 (Node.js GitHub Bot) #4998434c7eb0eb2
] - deps: fix call to undeclared functions 'ntohl' and 'htons' (MatteoBax) #4997903654b44b6
] - deps: update ada to 2.6.9 (Node.js GitHub Bot) #493404c740b1dd8
] - deps: update ada to 2.6.8 (Node.js GitHub Bot) #49340759cf5a760
] - deps: update ada to 2.6.7 (Node.js GitHub Bot) #4934031a4e9781a
] - deps: update ada to 2.6.5 (Node.js GitHub Bot) #493402ca867f2ab
] - deps: update ada to 2.6.3 (Node.js GitHub Bot) #4934021453ae555
] - (SEMVER-MINOR) deps: update uvwasi to 0.0.19 (Node.js GitHub Bot) #499087ca1228be8
] - deps: V8: cherry-pick8ec2651
(Abdirahim Musse) #498623cc41d253c
] - deps: upgrade npm to 10.2.0 (npm team) #5002761b4afb7dd
] - deps: update undici to 5.26.4 (Node.js GitHub Bot) #50274ea28738336
] - doc: add loong64 info into platform list (Shi Pujin) #5008600c12b7a20
] - doc: update release process LTS step (Richard Lau) #50299a9ba29ba10
] - doc: fix release process table of contents (Richard Lau) #502164b5033519e
] - doc: update apistream.compose
(Alex Yang) #50206d4659e2080
] - doc: add ReflectConstruct to known perf issues (Vinicius Lourenço) #50111ffa94612fd
] - doc: fix typo in dgram docs (Peter Johnson) #50211f37b577b14
] - doc: fix H4ad collaborator sort (Vinicius Lourenço) #50218c75264b1f9
] - doc: add H4ad to collaborators (Vinícius Lourenço) #502175025e24ac7
] - doc: update release-stewards with last sec-release (Rafael Gonzaga) #5017963379313d5
] - doc: add command to keep major branch sync (Rafael Gonzaga) #5010285de4b8254
] - doc: add loong64 to list of architectures (Shi Pujin) #50172ff8e1b860e
] - doc: update security release process (Michael Dawson) #5016633470d965c
] - doc: improve ccache explanation (Chengzhong Wu) #501337b97c44e2a
] - doc: move danielleadams to TSC non-voting member (Danielle Adams) #501423d03ca9f31
] - doc: fix description offs.readdir
recursive
option (RamdohokarAngha) #48902aab045ec4b
] - doc: mention files read before env setup (Rafael Gonzaga) #5007226a7608a24
] - doc: move permission model to Active Development (Rafael Gonzaga) #50068d7bbf7f2c4
] - doc: add command to get patch minors and majors (Rafael Gonzaga) #500679830165e34
] - doc: use precise promise terminology in fs (Benjamin Gruenbaum) #50029585cbb211d
] - doc: use precise terminology in test runner (Benjamin Gruenbaum) #500282862f07124
] - doc: clarify explaination text on how to run the example (Anshul Sinha) #39020fe47c8ad91
] - doc: reserve 119 for Electron 28 (David Sanders) #5002036ecd2c588
] - doc: update Collaborator pronouns (Tierney Cyren) #50005315d82a73e
] - doc: update link to Abstract Modules Records spec (Rich Trott) #49961f63a92bb6c
] - doc: updated building docs for windows (Claudio W) #49767ad17126501
] - doc: update CHANGELOG_V20 about vm fixes (Joyee Cheung) #4995124458e2ac3
] - doc: document dangerous symlink behavior (Tobias Nießen) #49154337a676d1f
] - doc: add main ARIA landmark to API docs (Rich Trott) #49882959ef7ac6b
] - doc: add navigation ARIA landmark to doc ToC (Rich Trott) #49882a60fbf2ab3
] - doc: mark Node.js 19 as End-of-Life (Richard Lau) #48283c255575699
] - errors: improve performance of determine-specific-type (Aras Abbasi) #49696e66991e6b2
] - errors: improve formatList in errors.js (Aras Abbasi) #49642c71e548b65
] - errors: improve performance of instantiation (Aras Abbasi) #496543b867e4256
] - esm: do not give wrong hints when detecting file format (Antoine du Hamel) #50314a589a1a905
] - (SEMVER-MINOR) esm: detect ESM syntax in ambiguous JavaScript (Geoffrey Booth) #50096c64490e9aa
] - esm: improve check for ESM syntax (Geoffrey Booth) #50127ee65e44c31
] - esm: use import attributes instead of import assertions (Antoine du Hamel) #501404de838fdeb
] - esm: bypass CommonJS loader under --default-type (Geoffrey Booth) #4998627e02b633d
] - esm: unflag extensionless javascript and wasm in module scope (Geoffrey Booth) #499741e762ddf63
] - esm: improvegetFormatOfExtensionlessFile
speed (Yagiz Nizipli) #49965112cc7f9f2
] - esm: improve JSDoc annotation of internal functions (Antoine du Hamel) #49959c48cd84188
] - esm: fix cache collision on JSON files using file: URL (Antoine du Hamel) #49887dc80ccef25
] - esm: --experimental-default-type flag to flip module defaults (Geoffrey Booth) #4986901039795a2
] - esm: require braces for modules code (Geoffrey Booth) #49657e49ebf8f9a
] - fs: improve error performance forreadSync
(Jungku Lee) #50033eb33f70260
] - fs: improve error performance forfsyncSync
(Jungku Lee) #498808d0edc6399
] - fs: improve error performance formkdirSync
(CanadaHonk) #4984736df27509e
] - fs: improve error performance ofrealpathSync
(Yagiz Nizipli) #499624242cb7d7f
] - fs: improve error performance oflchownSync
(Yagiz Nizipli) #4996289e7878e44
] - fs: improve error performance ofsymlinkSync
(Yagiz Nizipli) #49962af6a0611fe
] - fs: improve error performance ofreadlinkSync
(Yagiz Nizipli) #4996212cda31c52
] - fs: improve error performance ofmkdtempSync
(Yagiz Nizipli) #499629dba771acb
] - fs: improve error performance oflinkSync
(Yagiz Nizipli) #49962ea7902de13
] - fs: improve error performance ofchownSync
(Yagiz Nizipli) #4996239f31a38cf
] - fs: improve error performance ofrenameSync
(Yagiz Nizipli) #4996235164fa466
] - (SEMVER-MINOR) fs: add flush option to appendFile() functions (Colin Ihrig) #5009506aa4b9fe9
] - fs: improve error performance ofreaddirSync
(Yagiz Nizipli) #50131b5aecebcd6
] - fs: fixunlinkSync
typings (Yagiz Nizipli) #498596ddea07225
] - fs: improve error perf of syncchmod
+fchmod
(CanadaHonk) #49859841367078e
] - fs: improve error perf of sync*times
(CanadaHonk) #49864eb52f73e3e
] - fs: improve error performance of writevSync (IlyasShabi) #50038d1aa62f1f5
] - fs: add flush option to createWriteStream() (Colin Ihrig) #5009357eb06edff
] - fs: improve error performance forftruncateSync
(André Alves) #5003222e3eb659a
] - fs: add flush option to writeFile() functions (Colin Ihrig) #50009d7132d9214
] - fs: improve error performance forfdatasyncSync
(Jungku Lee) #49898bc2c0410d3
] - fs: throw errors from sync branches instead of separate implementations (Joyee Cheung) #49913f46bcf1749
] - http: refactor to make servername option normalization testable (Rongjian Zhang) #387331bfcf817af
] - http2: allow streams to complete gracefully after goaway (Michael Lumish) #502025c66ec9e66
] - inspector: simplify dispatchProtocolMessage (Daniel Lemire) #49780251ae1dd72
] - lib: improve performance of validateStringArray and validateBooleanArray (Aras Abbasi) #49756d9c791a508
] - lib: fix compileFunction throws range error for negative numbers (Jithil P Ponnan) #4985524cbc550c2
] - lib: reduce overhead of validateObject (Vinicius Lourenço) #49928b80e9497f3
] - lib: make fetch sync and return a Promise (Matthew Aitken) #49936d9eda6761b
] - lib: fixprimordials
typings (Sam Verschueren) #498953e0d47c1f4
] - lib: update params in jsdoc forHTTPRequestOptions
(Jungku Lee) #49872a01050dec4
] - (SEMVER-MINOR) lib: add WebSocket client (Matthew Aitken) #498305bca8feed2
] - lib,test: do not hardcode Buffer.kMaxLength (Michaël Zasso) #49876e8ebed7a24
] - meta: move Trott to TSC regular member (Rich Trott) #5029727e957cea8
] - meta: ping TSC for offboarding (Tobias Nießen) #50147fab39062d5
] - meta: bump actions/upload-artifact from 3.1.2 to 3.1.3 (dependabot[bot]) #5000046ec82496c
] - meta: bump actions/cache from 3.3.1 to 3.3.2 (dependabot[bot]) #50003a634fb431e
] - meta: bump github/codeql-action from 2.21.5 to 2.21.9 (dependabot[bot]) #50002c221f72911
] - meta: bump actions/checkout from 3.6.0 to 4.1.0 (dependabot[bot]) #50001d356e5e395
] - meta: update website team with new name (Rich Trott) #498832ff4e71452
] - module: move helpers out of cjs loader (Geoffrey Booth) #49912142ac3f82d
] - module, esm: jsdoc for modules files (Geoffrey Booth) #49523e2f0ef2a60
] - node-api: update headers for better wasm support (Toyo Li) #49037db2a07fcd6
] - node-api: run finalizers directly from GC (Vladimir Morozov) #42651c25716be8b
] - os: cache homedir, remove getCheckedFunction (Aras Abbasi) #50037e8f024b4db
] - perf_hooks: reduce overhead of new user timings (Vinicius Lourenço) #49914a517be0a5a
] - perf_hooks: reducing overhead of performance observer entry list (Vinicius Lourenço) #5000842e49ec381
] - perf_hooks: reduce overhead of new resource timings (Vinicius Lourenço) #49837c99e51ed1b
] - src: generate default snapshot with --predictable (Joyee Cheung) #4874947164e238f
] - src: fix TLSWrap lifetime bug in ALPN callback (Ben Noordhuis) #49635e1df69e73e
] - src: set port in node_options to uint16_t (Yagiz Nizipli) #491511eb2af29b4
] - src: name scoped lock (Mohammed Keyvanzadeh) #500105131fde655
] - src: use exact return value foruv_os_getenv
(Yagiz Nizipli) #49149ba169be5ca
] - src: move const variable innode_file.h
tonode_file.cc
(Jungku Lee) #496885a2351d3ab
] - src: remove unused variable (Michaël Zasso) #49665f2f993a32f
] - stream: simplify prefinish (Robert Nagy) #502046d7274e3ca
] - stream: reduce scope of readable bitmap details (Robert Nagy) #49963ffdc357167
] - (SEMVER-MINOR) stream: allow pass stream class tostream.compose
(Alex Yang) #501874861ad6431
] - stream: call helper function from push and unshift (Raz Luvaton) #50173e60b3ab31b
] - stream: use private symbol for bitmap state (Robert Nagy) #49993ecbfb23f6b
] - stream: lazy allocate back pressure buffer (Robert Nagy) #5001388c739bef4
] - stream: avoid unnecessary drain for sync stream (Robert Nagy) #500144b27087b30
] - stream: optimize Writable (Robert Nagy) #50012def55f80a1
] - stream: avoid tick in writable hot path (Robert Nagy) #4996635ec93115d
] - stream: writable state bitmap (Robert Nagy) #498996e0f0fafe4
] - test: use ppc and ppc64 to skip SEA tests on PowerPC (Joyee Cheung) #50828a528bbceca
] - test: mark SEA tests as flaky on PowerPC (Joyee Cheung) #507504e34f9a26e
] - test: relax version check with shared OpenSSL (Luigi Pinca) #5050541ca1132eb
] - test: fix crypto-dh error message for OpenSSL 3.x (Kerem Kat) #50395a6a05e8a88
] - test: fix testsuite against zlib version 1.3 (Dominique Leuenberger) #503648dd895e574
] - test: replace forEach with for..of in test-process-env (Niya Shiyas) #4982581886c66d1
] - test: replace forEach with for..of in test-http-url (Niya Shiyas) #498407d8a18b257
] - test: improve watch mode test (Moshe Atlow) #50319baa04b79ca
] - test: settest-watch-mode-inspect
as flaky (Yagiz Nizipli) #502593d9130bc2e
] - Revert "test: settest-esm-loader-resolve-type
as flaky" (Antoine du Hamel) #5031572626f9a35
] - test: replace forEach with for..of in test-http-perf_hooks.js (Niya Shiyas) #49818379a7255e8
] - test: replace forEach with for..of in test-net-isipv4.js (Niya Shiyas) #49822b55fcd75da
] - test: deflaketest-esm-loader-resolve-type
(Antoine du Hamel) #502730134af3eeb
] - test: replace forEach with for..of in test-http2-server (Niya Shiyas) #498198c15281d06
] - test: replace forEach with for..of in test-http2-client-destroy.js (Niya Shiyas) #49820c37a75a898
] - test: updateurl
web platform tests (Yagiz Nizipli) #50264ab5985d0e9
] - test: settest-emit-after-on-destroyed
as flaky (Yagiz Nizipli) #5024650181a19b8
] - test: set inspector async stack test as flaky (Yagiz Nizipli) #50244b9e0fed995
] - test: set test-worker-nearheaplimit-deadlock flaky (StefanStojanovic) #502772cfc4007d1
] - test: settest-cli-node-options
as flaky (Yagiz Nizipli) #50296788714b28f
] - test: reduce the number of requests and parsers (Luigi Pinca) #502400dce19c8f6
] - test: set crypto-timing test as flaky (Yagiz Nizipli) #502325d4b5ff1b8
] - test: settest-structuredclone-*
as flaky (Yagiz Nizipli) #502615c56081d67
] - test: deflaketest-loaders-workers-spawned
(Antoine du Hamel) #502513441e1982d
] - test: improve code coverage of diagnostics_channel (Jithil P Ponnan) #50053696ba93329
] - test: settest-esm-loader-resolve-type
as flaky (Yagiz Nizipli) #502268b260c5d6b
] - test: set inspector async hook test as flaky (Yagiz Nizipli) #50252f3296d25e8
] - test: skip test-benchmark-os.js on IBM i (Abdirahim Musse) #50208fefe17b02e
] - test: set parallel http server test as flaky (Yagiz Nizipli) #50227228c87f329
] - test: set test-worker-nearheaplimit-deadlock flaky (Stefan Stojanovic) #50238c2c2506eab
] - test: settest-runner-watch-mode
as flaky (Yagiz Nizipli) #5022116a07983d4
] - test: set sea snapshot tests as flaky (Yagiz Nizipli) #502237cd406a0b8
] - test: fix defect path traversal tests (Tobias Nießen) #501241cf3f8da32
] - test: replace forEach with for..of in test-net-isipv6.js (Niya Shiyas) #49823214997a99e
] - test: reduce number of repetition in test-heapdump-shadowrealm.js (Chengzhong Wu) #501049d836516e6
] - test: replace forEach with for..of in test-parse-args.mjs (Niya Shiyas) #49824fee8b24603
] - test: replace forEach() in test-net-perf_hooks with for of (Narcisa Codreanu) #498314c58b92ba8
] - test: change forEach to for...of (Tiffany Lastimosa) #4979901b01527d7
] - test: update skip for movedtest-wasm-web-api
(Richard Lau) #49958179e293103
] - Revert "test: mark test-runner-output as flaky" (Luigi Pinca) #49905829eb99afd
] - test: disambiguate AIX and IBM i (Richard Lau) #48056126407d438
] - test: deflake test-perf-hooks.js (Joyee Cheung) #49892393fd5b7c9
] - test: migrate message error tests from Python to JS (Yiyun Lei) #497215dfe4236f8
] - test: fix edge snapshot stack traces (Geoffrey Booth) #49659d164e537bf
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #5003955a03fedae
] - test_runner: add test location for FileTests (Colin Ihrig) #4999910b35cfb6e
] - test_runner: replace spurious if with else (Colin Ihrig) #4994327558c4314
] - test_runner: catch reporter errors (Moshe Atlow) #49646709c6c0cab
] - (SEMVER-MINOR) test_runner, cli: add --test-concurrency flag (Colin Ihrig) #4999664ef108dd9
] - test_runner,test: fix flaky test-runner-cli-concurrency.js (Colin Ihrig) #50108d2def152d9
] - tls: reduce TLS 'close' event listener warnings (Tim Perry) #50136294b650f5c
] - tls: handle cases where the raw socket is destroyed (Luigi Pinca) #4998052b5693949
] - tls: ciphers allow bang syntax (Chemi Atlow) #4971205ee35028b
] - tools: update comment inupdate-uncidi.sh
andacorn_version.h
(Jungku Lee) #5017535b160e6a3
] - tools: refactor checkimports.py (Mohammed Keyvanzadeh) #50011b959d36b77
] - tools: fix comments referencing dep_updaters scripts (Keksonoid) #50165bd5d5331b0
] - tools: remove no-return-await lint rule (翠 / green) #50118b9adf3d66e
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #500834978bdc4ec
] - tools: update eslint to 8.51.0 (Node.js GitHub Bot) #50084e323a367fd
] - tools: remove genv8constants.py (Ben Noordhuis) #500231cc6cbff26
] - tools: update eslint to 8.50.0 (Node.js GitHub Bot) #49989924231be2a
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #49983732b5661ea
] - tools: add navigation ARIA landmark to generated API ToC (Rich Trott) #49882353a14278e
] - tools: update github_reporter to 1.5.3 (Node.js GitHub Bot) #498770aaab45d7c
] - tools: improve macOS notarization process output readability (Ulises Gascón) #50389ad326033e2
] - tools: remove unusedversion
function (Ulises Gascón) #503902f32472544
] - tools: drop support for osx notarization with gon (Ulises Gascón) #502913b1c15aeb0
] - tools: use osx notarytool for future releases (Ulises Gascon) #487010ddb87ede3
] - typings: useSymbol.dispose
andSymbol.asyncDispose
in types (Niklas Mollenhauer) #50123bf5b2115a0
] - util: remove internal mime fns from benchmarks (Aras Abbasi) #50201ac02cdb0ad
] - util: lazy parse mime parameters (Aras Abbasi) #498899853fd96df
] - vm: reject in importModuleDynamically without --experimental-vm-modules (Joyee Cheung) #501373697c19c80
] - vm: use internal versions of compileFunction and Script (Joyee Cheung) #5013756bbc30a44
] - vm: unify host-defined option generation in vm.compileFunction (Joyee Cheung) #5013757efd5292c
] - (SEMVER-MINOR) vm: use import attributes instead of import assertions (Antoine du Hamel) #5014117581c2716
] - vm: use default HDO when importModuleDynamically is not set (Joyee Cheung) #4995065e18aa8e7
] - wasi: address coverity warning (Michael Dawson) #498665b695d6a8d
] - wasi: fix up wasi tests for ibmi (Michael Dawson) #49953b86e1f5cbd
] - (SEMVER-MINOR) wasi: updates required for latest uvwasi version (Michael Dawson) #49908b4d149b4d6
] - worker: handle detachedMessagePort
from a different context (Juan José) #49150f564ed4e05
] - zlib: fix discovery of cpu-features.h for android (MatteoBax) #49828v20.9.0
: 2023-10-24, Version 20.9.0 'Iron' (LTS), @richardlauCompare Source
Notable Changes
This release marks the transition of Node.js 20.x into Long Term Support (LTS)
with the codename 'Iron'. The 20.x release line now moves into "Active LTS"
and will remain so until October 2024. After that time, it will move into
"Maintenance" until end of life in April 2026.
Known issue
Collecting code coverage via the
NODE_V8_COVERAGE
environment variable maylead to a hang. This is not thought to be a regression in Node.js 20 (some
reports are on Node.js 18). For more information, including some potential
workarounds, see issue #49344.
v20.8.1
: 2023-10-13, Version 20.8.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
nghttp2
Security Release (High)undici
Security Release (High)More detailed information on each of the vulnerabilities can be found in October 2023 Security Releases blog post.
Commits
c86883e844
] - deps: update nghttp2 to 1.57.0 (James M Snell) #501212860631359
] - deps: update undici to v5.26.3 (Matteo Collina) #50153cd37838bf8
] - lib: let deps requirenode
prefixed modules (Matthew Aitken) #50047f5c90b2951
] - module: fix code injection through export names (Tobias Nießen) nodejs-private/node-private#461fa5dae1944
] - permission: fix Uint8Array path traversal (Tobias Nießen) nodejs-private/node-private#456cd35275111
] - permission: improve path traversal protection (Tobias Nießen) nodejs-private/node-private#456a4cb7fc7c0
] - policy: use tamper-proof integrity check function (Tobias Nießen) nodejs-private/node-private#462v20.8.0
: 2023-09-28, Version 20.8.0 (Current), @ruyadornoCompare Source
Notable Changes
Stream performance improvements
Performance improvements to writable and readable streams, improving the creation and destruction by ±15% and reducing the memory overhead each stream takes in Node.js
Contributed by Benjamin Gruenbaum in #49745 and Raz Luvaton in #49834.
Performance improvements for readable webstream, improving readable stream async iterator consumption by ±140% and improving readable stream
pipeTo
consumption by ±60%Contributed by Raz Luvaton in #49662 and #49690.
Rework of memory management in
vm
APIs with theimportModuleDynamically
optionThis rework addressed a series of long-standing memory leaks and use-after-free issues in the following APIs that support
importModuleDynamically
:vm.Script
vm.compileFunction
vm.SyntheticModule
vm.SourceTextModule
This should enable affected users (in particular Jest users) to upgrade from older versions of Node.js.
Contributed by Joyee Cheung in #48510.
Other notable changes
32d4d29d02
] - deps: add v8::Object::SetInternalFieldForNodeCore() (Joyee Cheung) #498740e686d096b
] - doc: deprecatefs.F_OK
,fs.R_OK
,fs.W_OK
,fs.X_OK
(Livia Medeiros) #49683a5dd057540
] - doc: deprecateutil.toUSVString
(Yagiz Nizipli) #497257b6a73172f
] - doc: deprecate callingpromisify
on a function that returns a promise (Antoine du Hamel) #496471beefd5f16
] - esm: set all hooks as release candidate (Geoffrey Booth) #49597b0ce78a75b
] - module: fix the leak in SourceTextModule and ContextifySript (Joyee Cheung) #485104e578f8ab1
] - module: fix leak of vm.SyntheticModule (Joyee Cheung) #4851069e4218772
] - module: use symbol in WeakMap to manage host defined options (Joyee Cheung) #4851014ece0aa76
] - (SEMVER-MINOR) src: allow embedders to override NODE_MODULE_VERSION (Cheng Zhao) #492799fd67fbff0
] - stream: use bitmap in writable state (Raz Luvaton) #498340ccd4638ac
] - stream: use bitmap in readable state (Benjamin Gruenbaum) #497457c5e322346
] - stream: improve webstream readable async iterator performance (Raz Luvaton) #4966280b342cc38
] - (SEMVER-MINOR) test_runner: accepttestOnly
inrun
(Moshe Atlow) #4975317a05b141d
] - (SEMVER-MINOR) test_runner: add junit reporter (Moshe Atlow) #49614Commits
4879e3fbbe
] - benchmark: add a benchmark for read() of ReadableStreams (Debadree Chatterjee) #4962278a6c73157
] - benchmark: shorten pipe-to by reducing number of chunks (Raz Luvaton) #495774126a6e4c9
] - benchmark: fix webstream pipe-to (Raz Luvaton) #495526010a91825
] - bootstrap: do not expand argv1 for snapshots (Joyee Cheung) #495068480280c4b
] - bootstrap: only use the isolate snapshot when compiling code cache (Joyee Cheung) #49288b30754aa87
] - build: run embedtest using node executable (Joyee Cheung) #4950631db0b8e2b
] - build: add --write-snapshot-as-array-literals to configure.py (Joyee Cheung) #493126fcb51d3ba
] - debugger: useinternal/url.URL
instead ofurl.parse
(LiviaMedeiros) #4959032d4d29d02
] - deps: add v8::Object::SetInternalFieldForNodeCore() (Joyee Cheung) #49874ad37cadc3f
] - deps: V8: backportde9a5de
(Joyee Cheung) #49703cdd1c66222
] - deps: V8: cherry-pickb33bf2d
(Joyee Cheung) #4970361d18d6473
] - deps: update undici to 5.24.0 (Node.js GitHub Bot) #49559b8a4fef393
] - deps: remove pthread-fixes.c from uv.gyp (Ben Noordhuis) #497446c86c0683c
] - deps: update googletest tod1467f5
(Node.js GitHub Bot) #496761424404742
] - deps: update nghttp2 to 1.56.0 (Node.js GitHub Bot) #4958215b54ff95d
] - deps: update googletest to8a6feab
(Node.js GitHub Bot) #494632ceab877c2
] - deps: update corepack to 0.20.0 (Node.js GitHub Bot) #494644814872ddc
] - doc: fixDEP0176
number (LiviaMedeiros) #498580e686d096b
] - doc: deprecatefs.F_OK
,fs.R_OK
,fs.W_OK
,fs.X_OK
(Livia Medeiros) #496835877c403a2
] - doc: add mertcanaltin as a triager (mert.altin) #49826864fe56432
] - doc: addgit node backport
way to the backporting guide (Raz Luvaton) #49760e0f93492d5
] - doc: improve documentation about ICU data fallback (Joyee Cheung) #49666a5dd057540
] - doc: deprecateutil.toUSVString
(Yagiz Nizipli) #49725774c1cfd52
] - doc: add missing function call to example forutil.promisify
(Jungku Lee) #49719fe78a34845
] - doc: update output of example inmimeParams.set()
(Deokjin Kim) #497184175ea33bd
] - doc: add missedinspect
with numericSeparator to example (Deokjin Kim) #497173a88571972
] - doc: fix history comments (Antoine du Hamel) #49701db4ab1ccbb
] - doc: add missing history info forimport.meta.resolve
(Antoine du Hamel) #49700a304d1ee19
] - doc: link maintaining deps to pull-request.md (Marco Ippolito) #4971635294486ad
] - doc: fix print results inevents
(Jungku Lee) #495489f0b0e15c9
] - doc: alphabetize cli.md sections (Geoffrey Booth) #496687b6a73172f
] - doc: deprecate callingpromisify
on a function that returns a promise (Antoine du Hamel) #49647d316b32fff
] - doc: updatecorepack.md
to account for 0.20.0 changes (Antoine du Hamel) #49486c2eac7dc7c
] - doc: remove@anonrig
from performance initiative (Yagiz Nizipli) #496413d839fbf87
] - doc: mark Node.js 16 as End-of-Life (Richard Lau) #4965153fb5aead8
] - doc: save user preference for JS flavor (Vidar Eldøy) #49526e3594d5658
] - doc: update documentation for node:process warning (Shubham Pandey) #495178e033c3963
] - doc: rename possibly confusing variable and CSS class (Antoine du Hamel) #49536d0e0eb4bb3
] - doc: update outdated history info (Antoine du Hamel) #49530b4724e2e3a
] - doc: close a parenthesis (Sébastien Règne) #495250471c5798e
] - doc: cast GetInternalField() return type to v8::Value in addons.md (Joyee Cheung) #494399f8bea3dda
] - doc: fix documentation for input option in child_process (Ariel Weiss) #49481f3fea92f8a
] - doc: fix missing imports intest.run
code examples (Oshri Asulin) #49489e426b77b67
] - doc: fix documentation for fs.createWriteStream highWaterMark option (Mert Can Altın) #494562b119108ff
] - doc: updated releasers instructions for node.js website (Claudio W) #49427b9d4a80183
] - doc: editimport.meta.resolve
documentation (Antoine du Hamel) #49247f67433f666
] - doc,tools: switch to@node-core/utils
(Michaël Zasso) #49851142e256fc5
] - errors: improve classRegExp in errors.js (Uzlopak) #496436377f1bce2
] - errors: usedetermineSpecificType
in more error messages (Antoine du Hamel) #4958005f0fcb4c4
] - esm: identify parent importing a url with invalid host (Jacob Smith) #497368a6f5fb8f3
] - esm: fix return type ofimport.meta.resolve
(Antoine du Hamel) #49698a6140f1b8c
] - esm: update loaders warning (Geoffrey Booth) #49633521a9327e0
] - esm: fix support forURL
instances inregister
(Antoine du Hamel) #496553a9ea0925a
] - esm: clarify ERR_REQUIRE_ESM errors (Daniel Compton) #495211beefd5f16
] - esm: set all hooks as release candidate (Geoffrey Booth) #49597be48267888
] - esm: remove return value forModule.register
(Antoine du Hamel) #49529e74a075124
] - esm: refactor test-esm-loader-resolve-type (Geoffrey Booth) #4949317823b3533
] - esm: refactor test-esm-named-exports (Geoffrey Booth) #49493f34bd15ac1
] - esm: refactor mocking test (Geoffrey Booth) #49465ec323bbd99
] - fs: replaceSetMethodNoSideEffect
in node_file (CanadaHonk) #498576acf800123
] - fs: improve error performance forunlinkSync
(CanadaHonk) #4985631702c9403
] - fs: improvereadFileSync
with file descriptors (Yagiz Nizipli) #49691835f9fe7b9
] - fs: fix file descriptor validator (Yagiz Nizipli) #49752b618fe262f
] - fs: improve error performance ofopendirSync
(Yagiz Nizipli) #49705938471ef55
] - fs: improve error performance of sync methods (Yagiz Nizipli) #49593db3fc6d087
] - fs: fix readdir and opendir recursive with unknown file types (William Marlow) #496030f020ed22d
] - gyp: put cctest filenames in variables (Cheng Zhao) #491780ce1e94d12
] - lib: update encoding sets inWHATWG API
(Jungku Lee) #49610efd6815a7a
] - lib: fixinternalBinding
typings (Yagiz Nizipli) #497421287d5b74e
] - lib: allow byob reader for 'blob.stream()' (Debadree Chatterjee) #49713bbc710522d
] - lib: reset the cwd cache before execution (Maël Nison) #49684f62d649e4d
] - lib: use internalfileURLToPath
(Deokjin Kim) #49558e515046941
] - lib: use internalpathToFileURL
(Livia Medeiros) #4955300608e8070
] - lib: check SharedArrayBuffer availability in freeze_intrinsics.js (Milan Burda) #494828bfbe7079c
] - meta: fix linter error (Antoine du Hamel) #4975558f7a9e096
] - meta: add primordials strategic initiative (Benjamin Gruenbaum) #497065366027756
] - meta: bump github/codeql-action from 2.21.2 to 2.21.5 (dependabot[bot]) #49438fe26b74082
] - meta: bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1 (dependabot[bot]) #49437b0ce78a75b
] - module: fix the leak in SourceTextModule and ContextifySript (Joyee Cheung) #485104e578f8ab1
] - module: fix leak of vm.SyntheticModule (Joyee Cheung) #4851069e4218772
] - module: use symbol in WeakMap to manage host defined options (Joyee Cheung) #4851096874e8fbc
] - node-api: enable uncaught exceptions policy by default (Chengzhong Wu) #49313b931aeadfd
] - perf_hooks: reduce overhead of new performance_entries (Vinicius Lourenço) #49803ad043bac31
] - process: add custom dir support for heapsnapshot-signal (Jithil P Ponnan) #478548a7c10194c
] - repl: don't accumulate excess indentation in .load (Daniel X Moore) #4946110a2adeed5
] - src: improve error message when ICU data cannot be initialized (Joyee Cheung) #49666ce37688bac
] - src: remove unnecessary todo (Rafael Gonzaga) #49227f611583b71
] - src: use SNAPSHOT_SERDES to log snapshot ser/deserialization (Joyee Cheung) #49637a597cb8457
] - src: port Pipe to uv_pipe_bind2, uv_pipe_connect2 (Geoff Goodman) #49667fb21062338
] - src: set --rehash-snapshot explicitly (Joyee Cheung) #4955614ece0aa76
] - (SEMVER-MINOR) src: allow embedders to override NODE_MODULE_VERSION (Cheng Zhao) #492794b5e23c71b
] - src: set ModuleWrap internal fields only once (Joyee Cheung) #493912d3f5c7cab
] - src: fix fs_type_to_name default value (Mustafa Ateş Uzun) #49239cfbcb1059c
] - src: fix comment on StreamResource (rogertyang) #4919339fb83ad16
] - src: do not rely on the internal field being default to undefined (Joyee Cheung) #494139fd67fbff0
] - stream: use bitmap in writable state (Raz Luvaton) #498340ccd4638ac
] - stream: use bitmap in readable state (Benjamin Gruenbaum) #49745b29d927010
] - stream: improve readable webstreampipeTo
(Raz Luvaton) #496907c5e322346
] - stream: improve webstream readable async iterator performance (Raz Luvaton) #49662be211ef818
] - test: deflake test-vm-contextified-script-leak (Joyee Cheung) #49710355f10dab2
] - test: use checkIfCollectable in vm leak tests (Joyee Cheung) #4967117cfc531aa
] - test: add checkIfCollectable to test/common/gc.js (Joyee Cheung) #49671e49a573752
] - test: add os setPriority, getPriority test coverage (Wael) #387715f02711522
] - test: deflake test-runner-output (Moshe Atlow) #49878cd9754d6a7
] - test: mark test-runner-output as flaky (Joyee Cheung) #498545ad00424dd
] - test: use mustSucceed instead of mustCall (SiddharthDevulapalli) #497883db9b40081
] - test: refactor test-readline-async-iterators into a benchmark (Shubham Pandey) #492372cc5ad7859
] - Revert "test: mark test-http-regr-gh-2928 as flaky" (Luigi Pinca) #49708e5185b053c
] - test: usefs.constants
forfs.access
constants (Livia Medeiros) #49685b9e5b43462
] - test: deflake test-http-regr-gh-2928 (Luigi Pinca) #495741fffda504e
] - test: fix argument computation in embedtest (Joyee Cheung) #495066e56f2db52
] - test: skip test-child-process-stdio-reuse-readable-stdio on Windows (Joyee Cheung) #49621ab3afb330d
] - test: mark test-runner-watch-mode as flaky (Joyee Cheung) #49627185d9b50db
] - test: deflake test-tls-socket-close (Luigi Pinca) #49575c70c74a9e6
] - test: show more info on failure in test-cli-syntax-require.js (Joyee Cheung) #49561ed7c6d1114
] - test: mark test-http-regr-gh-2928 as flaky (Joyee Cheung) #495653599eebab9
] - test: use spawnSyncAndExitWithoutError in sea tests (Joyee Cheung) #49543f79b153e89
] - test: use spawnSyncAndExitWithoutError in test/common/sea.js (Joyee Cheung) #49543c079c73769
] - test: use setImmediate() in test-heapdump-shadowrealm.js (Joyee Cheung) #49573667a92493c
] - test: skip test-child-process-pipe-dataflow.js on Windows (Joyee Cheung) #4956391af0a9a3c
] - Revert "test: ignore the copied entry_point.c" (Chengzhong Wu) #49515567afc71b8
] - test: avoid copying test source files (Chengzhong Wu) #49515ced25a976d
] - test: increase coverage ofModule.register
andinitialize
hook (Antoine du Hamel) #49532be02fbdb8a
] - test: isolateglobalPreload
tests (Geoffrey Booth) #49545f214428845
] - test: split test-crypto-dh to avoid timeout on slow machines in the CI (Joyee Cheung) #494923987094569
] - test: maketest-dotenv-node-options
locale-independent (Livia Medeiros) #4947034c1741792
] - test: add test for urlstrings usage innode:fs
(Livia Medeiros) #49471c3c6c4f007
] - test: make test-worker-prof more robust (Joyee Cheung) #49274843df1a4da
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #4971480b342cc38
] - (SEMVER-MINOR) test_runner: accepttestOnly
inrun
(Moshe Atlow) #4975376865515b9
] - test_runner: fix test runner watch mode when no positional arguments (Moshe Atlow) #4957817a05b141d
] - (SEMVER-MINOR) test_runner: add junit reporter (Moshe Atlow) #496145672e38457
] - test_runner: add jsdocs to mock.js (Caio Borghi) #49555b4d42a8f2b
] - test_runner: fix invalid timer call (Erick Wendel) #49477f755e6786b
] - test_runner: add jsdocs to MockTimers (Erick Wendel) #49476e7285d4bf0
] - test_runner: fix typescript coverage (Moshe Atlow) #4940607a2e29bf3
] - tools: support updating @reporters/github manually (Moshe Atlow) #498715ac6722031
] - tools: skip ruff on tools/node_modules (Moshe Atlow) #49838462228bd24
] - tools: fix uvwasi updater (Michael Dawson) #49682ff81bfb958
] - tools: update lint-md-dependencies to rollup@3.29.2 (Node.js GitHub Bot) #4967908ffc6344c
] - tools: restrict internal code from using publicurl
module (LiviaMedeiros) #49590728ebf6c97
] - tools: update eslint to 8.49.0 (Node.js GitHub Bot) #4958620d038ffb1
] - tools: update lint-md-dependencies to rollup@3.29.0 unified@11.0.3 (Node.js GitHub Bot) #49584210c15bd12
] - tools: allow passing absolute path of config.gypi in js2c (Cheng Zhao) #49162e341efe173
] - tools: configure never-stale label correctly (Michaël Zasso) #49498a8a8a498ce
] - tools: update doc dependencies (Node.js GitHub Bot) #49467ac06607f9e
] - typings: fix missing property inExportedHooks
(Antoine du Hamel) #49567097b59807a
] - url: improve invalid url performance (Yagiz Nizipli) #496927c2060cfac
] - util: addgetCwdSafe
internal util fn (João Lenon) #48434c23c60f545
] - zlib: disable CRC32 SIMD optimization (Luigi Pinca) #49511v20.7.0
: 2023-09-18, Version 20.7.0 (Current), @UlisesGasconCompare Source
Notable Changes
022f1b70c1
] - src: support multiple--env-file
declarations (Yagiz Nizipli) #495424a1d1cad61
] - crypto: update root certificates to NSS 3.93 (Node.js GitHub Bot) #49341a1a65f593c
] - deps: upgrade npm to 10.1.0 (npm team) #495706c2480cad9
] - (SEMVER-MINOR) deps: upgrade npm to 10.0.0 (npm team) #49423bef900e56b
] - doc: move and rename loaders section (Geoffrey Booth) #49261db4ce8a593
] - doc: add release key for Ulises Gascon (Ulises Gascón) #4919611c85ffa98
] - (SEMVER-MINOR) lib: add api to detect whether source-maps are enabled (翠 / green) #46391ec51e25ed7
] - src,permission: add multiple allow-fs-* flags (Carlos Espa) #49047efdc95fbc0
] - (SEMVER-MINOR) test_runner: expose location of tests (Colin Ihrig) #48975Commits
e84515594e
] - benchmark: usetmpdir.resolve()
(Livia Medeiros) #49137f37444e896
] - bootstrap: build code cache from deserialized isolate (Joyee Cheung) #49099af6dc1754d
] - bootstrap: do not generate code cache in an unfinalized isolate (Joyee Cheung) #49108cade5716df
] - build: add symlink tocompile_commands.json
file if needed (Juan José) #4926034a2590b05
] - build: expand when we run internet tests (Michael Dawson) #49218f637fd46ab
] - build: fix typolibray
->library
(configure.py) (michalbiesek) #49106ef3d8dd493
] - crypto: remove webcrypto EdDSA key checks and properties (Filip Skokan) #494084a1d1cad61
] - crypto: update root certificates to NSS 3.93 (Node.js GitHub Bot) #493417eb10a38ea
] - crypto: remove getDefaultEncoding() (Tobias Nießen) #49170772496c030
] - crypto: remove default encoding from DiffieHellman (Tobias Nießen) #49169c795083232
] - crypto: remove default encoding from Hash/Hmac (Tobias Nießen) #4916708197aa010
] - crypto: remove default encoding from sign/verify (Tobias Nießen) #49145a1a65f593c
] - deps: upgrade npm to 10.1.0 (npm team) #495706c2480cad9
] - (SEMVER-MINOR) deps: upgrade npm to 10.0.0 (npm team) #4942384195d9584
] - deps: add missing thread-common.c in uv.gyp (Santiago Gimeno) #494105b70b68b3d
] - deps: V8: cherry-pickeadaef5
(Adam Majer) #49401fe34d632e8
] - deps: update zlib to 1.2.13.1-motley-f5fd0ad (Node.js GitHub Bot) #49252db4ce8a593
] - doc: add release key for Ulises Gascon (Ulises Gascón) #49196e5f3a694cf
] - doc: fix node-api call example (Chengzhong Wu) #49395021345a724
] - doc: add news issue for Diagnostics WG (Michael Dawson) #49306f82347266b
] - doc: clarify policy expectations (Rafael Gonzaga) #4894773cfd9c895
] - doc: add print results for examples inStringDecoder
(Jungku Lee) #4932663ab591416
] - doc: update outdated reference to NIST SP 800-131A (Tobias Nießen) #49316935dfe2afd
] - doc: usecjs
as block code's type inMockTimers
(Deokjin Kim) #493097c0cd2fb87
] - doc: updateoptions.filter
description forfs.cp
(Shubham Pandey) #49289f72e79ea67
] - doc: add riscv64 to list of architectures (Stewart X Addison) #49284d19c710064
] - doc: avoid "not currently recommended" (Tobias Nießen) #49300ae656101c0
] - doc: update module hooks docs (Geoffrey Booth) #49265fefbdb92f2
] - doc: modify param description for end(),write() inStringDecoder
(Jungku Lee) #4928559e66a1ebe
] - doc: use NODE_API_SUPPORTED_VERSION_MAX in release doc (Cheng Zhao) #49268ac3b88449b
] - doc: fix typo instream.finished
documentation (Antoine du Hamel) #492717428ebf6c3
] - doc: update description forpercent_encode
sets inWHATWG API
(Jungku Lee) #49258bef900e56b
] - doc: move and rename loaders section (Geoffrey Booth) #49261a22e0d9696
] - doc: clarify use of Uint8Array for n-api (Fedor Indutny) #487421704f24cb9
] - doc: add signature formodule.register
(Geoffrey Booth) #492515a363bb01b
] - doc: caveat unavailability ofimport.meta.resolve
in custom loaders (Jacob Smith) #492428101f2b259
] - doc: use same name in the doc as in the code (Hyunjin Kim) #49216edf278d60d
] - doc: add notable-change label mention to PR template (Rafael Gonzaga) #491883df2251a6a
] - doc: add h1 summary to security release process (Rafael Gonzaga) #491129fcd99a744
] - doc: update to semver-minor releases by default (Rafael Gonzaga) #49175777931f499
] - doc: fix wording in napi_async_init (Tobias Nießen) #49180f45c8e10c0
] - doc,test: add known path resolution issue in permission model (Tobias Nießen) #49155a6cfea3f74
] - esm: align sync and async load implementations (Antoine du Hamel) #491529fac310b33
] - fs: add the options param description in openAsBlob() (Yeseul Lee) #4930892772a8175
] - fs: remove redundant code in readableWebStream() (Deokjin Kim) #4929888ba79b083
] - fs: make sure to write entire buffer (Robert Nagy) #4921111c85ffa98
] - (SEMVER-MINOR) lib: add api to detect whether source-maps are enabled (翠 / green) #46391c12711ebfe
] - lib: implement WeakReference on top of JS WeakRef (Joyee Cheung) #490539a0891f88d
] - meta: bump step-security/harden-runner from 2.5.0 to 2.5.1 (dependabot[bot]) #49435ae67f41ef1
] - meta: bump actions/checkout from 3.5.3 to 3.6.0 (dependabot[bot]) #4943671b4411fb2
] - meta: bump actions/setup-node from 3.7.0 to 3.8.1 (dependabot[bot]) #4943483b7d3a395
] - meta: remove modules team from CODEOWNERS (Benjamin Gruenbaum) #4941281ff68c45c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #49264ab975233cc
] - meta: mention nodejs/tsc when changing GH templates (Rafael Gonzaga) #49189ceaa5494de
] - meta: add test/reporters to codeowners (Chemi Atlow) #49186de0a51b7cf
] - net: improve performance of isIPv4 and isIPv6 (Uzlopak) #495688d0913bf95
] - net: use asserts in JS Socket Stream to catch races in future (Tim Perry) #494002486836a7d
] - net: fix crash due to simultaneous close/shutdown on JS Stream Sockets (Tim Perry) #494007a808340cd
] - node-api: fix compiler warning in node_api.h (Michael Graeb) #4910330f26a99f4
] - permission: ensure to resolve path when calling mkdtemp (RafaelGSS) nodejs-private/node-private#4405051c75a5b
] - policy: fix path to URL conversion (Antoine du Hamel) #49133173aed4757
] - report: fix recent coverity warning (Michael Dawson) #48954d7ff78b442
] - sea: generate code cache with deserialized isolate (Joyee Cheung) #49226022f1b70c1
] - src: support multiple--env-file
declarations (Yagiz Nizipli) #49542154b1c2115
] - src: don't overwrite environment from .env file (Phil Nash) #49424dc4de1c69b
] - src: modify code for empty string (pluris) #49336701c46f967
] - src: remove unused PromiseWrap-related code (Joyee Cheung) #493354a094dc7af
] - src: rename IsAnyByteSource to IsAnyBufferSource (Tobias Nießen) #4934655d6649175
] - src: support snapshot deserialization in RAIIIsolate (Joyee Cheung) #49226dc092864ef
] - src: remove unused functionGetName()
in node_perf (Jungku Lee) #49244f2552a410e
] - src: use ARES_SUCCESS instead of 0 (Jungku Lee) #490484a9ae31519
] - src: add a condition if the argument ofDomainToUnicode
is empty (Jungku Lee) #49097f460362cdf
] - src: remove C++ WeakReference implementation (Joyee Cheung) #490532a35383b3e
] - src: use per-realm GetBindingData() wherever applicable (Joyee Cheung) #49007184bbddcf5
] - src: add per-realm GetBindingData() method (Joyee Cheung) #49007e9946885f9
] - src: serialize both BaseObject slots (Joyee Cheung) #48996ec51e25ed7
] - src,permission: add multiple allow-fs-* flags (Carlos Espa) #490478aac95de4b
] - stream: improve tee perf by reduceReflectConstruct
usages (Raz Luvaton) #495460eea7fd8fb
] - stream: use Buffer.from when constructor is a Buffer (Matthew Aitken) #49250b961d9bd52
] - stream: addhighWaterMark
for the map operator (Raz Luvaton) #49249ca1384166d
] - test: fix warning for comment in embedtest (Jungku Lee) #494162a35782809
] - test: simplify test-crypto-dh-group-setters (Tobias Nießen) #494046740f3c209
] - test: verify dynamic import call with absolute path strings (Chengzhong Wu) #492756ed47bd8fb
] - test: reduce length in crypto keygen tests (Joyee Cheung) #492214faa30c553
] - test: split JWK async elliptic curve keygen tests (Joyee Cheung) #49221e04a2603d8
] - test: split test-crypto-keygen.js (Joyee Cheung) #492210d23c1d4ce
] - test: rename test-crypto-modp1-error (Tobias Nießen) #4934848e41569e2
] - test: migrate message source map tests from Python to JS (Yiyun Lei) #49238a11e64e09c
] - test: fix compiler warning in NodeCryptoEnv (Tobias Nießen) #49206345543938f
] - test: handle EUNATCH (Abdirahim Musse) #48050e391f4b197
] - test: usetmpdir.resolve()
(Livia Medeiros) #49136910378f93f
] - test: reduce flakiness oftest-esm-loader-hooks
(Antoine du Hamel) #492484a85f70462
] - test: add spawnSyncAndExit() and spawnSyncAndExitWithoutError() (Joyee Cheung) #492009610008b79
] - test: make test-perf-hooks more robust and work with workers (Joyee Cheung) #49197dc8fff9a75
] - test: use gcUntil() in test-v8-serialize-leak (Joyee Cheung) #49168ca9f801332
] - test: make WeakReference tests robust (Joyee Cheung) #49053de103a4686
] - test: add test for effect of UV_THREADPOOL_SIZE (Tobias Nießen) #4916547d24f144b
] - test: use expectSyncExit{WithErrors} in snapshot tests (Joyee Cheung) #49020c441f5a097
] - test: add expectSyncExitWithoutError() and expectSyncExit() utils (Joyee Cheung) #490204d184b5251
] - test: remove --no-warnings flag in test_runner fixtures (Raz Luvaton) #4898925e967a90b
] - test: reorder test files fixtures for better understanding (Raz Luvaton) #48787fac56dbcc0
] - test,benchmark: usetmpdir.fileURL()
(Livia Medeiros) #4913836763fa532
] - test_runner: preserve original property descriptor (Erick Wendel) #4943340e9fcdbea
] - test_runner: add support for setImmediate (Erick Wendel) #4939723216f1935
] - test_runner: report covered lines, functions and branches to reporters (Phil Nash) #49320283f2806b1
] - test_runner: expose spec reporter as newable function (Chemi Atlow) #49184546ad5f770
] - test_runner: reland run global after() hook earlier (Colin Ihrig) #49116efdc95fbc0
] - (SEMVER-MINOR) test_runner: expose location of tests (Colin Ihrig) #489754bc0a8fe99
] - test_runner: fix global after not failing the tests (Raz Luvaton) #4891308738b2664
] - test_runner: fix timeout in *Each hook failing further tests (Raz Luvaton) #48925c2f1830f66
] - test_runner: cleanup test timeout abort listener (Raz Luvaton) #4891575333f38b2
] - test_runner: fix global before not called when no global test exists (Raz Luvaton) #48877b28b85adf8
] - tls: remove redundant code in onConnectSecure() (Deokjin Kim) #4945783fc4dccbc
] - tls: refactor to use validateFunction (Deokjin Kim) #494228949cc79dd
] - tls: ensure TLS Sockets are closed if the underlying wrap closes (Tim Perry) #493271df56e6f01
] - tools: update eslint to 8.48.0 (Node.js GitHub Bot) #49343ef50ec5b57
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #493429a8fb4fc34
] - tools: remove v8_dump_build_config action (Cheng Zhao) #4930191b2d4314b
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #49253b51946ebdd
] - tools: fix github reporter appended multiple times (Moshe Atlow) #49199ae40cb1612
] - url: validatepathToFileURL(path)
argument as string (LiviaMedeiros) #49161e787673dcf
] - url: handle unicode hostname if empty (Yagiz Nizipli) #493966ee74be87f
] - vm: store MicrotaskQueue in ContextifyContext directly (Joyee Cheung) #489820179c6dc8f
] - worker: protect against user mutating well-known prototypes (Antoine du Hamel) #49270v20.6.1
: 2023-09-08, Version 20.6.1 (Current), @ruyadorno and @RafaelGSSCompare Source
Commit
8acbe6d8e8
] - esm: fix loading of CJS modules from ESM (Antoine du Hamel) #49500v20.6.0
: 2023-09-04, Version 20.6.0 (Current), @juanarbol prepared by @UlisesGasconCompare Source
Notable changes
built-in
.env
file supportStarting from Node.js v20.6.0, Node.js supports
.env
files for configuring environment variables.Your configuration file should follow the INI file format, with each line containing a key-value pair for an environment variable.
To initialize your Node.js application with predefined configurations, use the following CLI command:
node --env-file=config.env index.js
.For example, you can access the following environment variable using
process.env.PASSWORD
when your application is initialized:In addition to environment variables, this change allows you to define your
NODE_OPTIONS
directly in the.env
file, eliminating the need to include it in yourpackage.json
.This feature was contributed by Yagiz Nizipli in #48890.
import.meta.resolve
unflaggedIn ES modules,
import.meta.resolve(specifier)
can be used to get an absolute URL string to whichspecifier
resolves, similar torequire.resolve
in CommonJS. This aligns Node.js with browsers and other server-side runtimes.This feature was contributed by Guy Bedford in #49028
New
node:module
APIregister
for module customization hooks; newinitialize
hookThere is a new API
register
available onnode:module
to specify a file that exports module customization hooks, and pass data to the hooks, and establish communication channels with them. The “define the file with the hooks” part was previously handled by a flag--experimental-loader
, but when the hooks moved into a dedicated thread in 20.0.0 there was a need to provide a way to communicate between the main (application) thread and the hooks thread. This can now be done by callingregister
from the main thread and passing data, includingMessageChannel
instances.We encourage users to migrate to an approach that uses
--import
withregister
, such as:Using
--import
ensures that the customization hooks are registered before any application code runs, even the entry point.This feature was contributed by Izaak Schroeder in #48842 and #48559
Module customization
load
hook can now support CommonJSAuthors of module customization hooks can how handle both ES module and CommonJS sources in the
load
hook. This works for CommonJS modules referenced via eitherimport
orrequire
, so long as the main entry point of the application is handled by the ES module loader (such as because the entry point is an ES module file, or if the--import
flag is passed). This should simplify the customization of the Node.js module loading process, as package authors can customize more of Node.js without relying on deprecated APIs such asrequire.extensions
.This feature was contributed by Antoine du Hamel in #47999
Node.js C++ addons now have experimental support for cppgc (Oilpan), a C++ garbage collection library in V8.
Now when Node.js starts up, it makes sure that there is a
v8::CppHeap
attached to the V8 isolate. This enables users to allocate in thev8::CppHeap
using<cppgc/*>
headers from V8, which are now also included into the Node.js headers available to addons. Note that since Node.js only bundles the cppgc library coming from V8, the ABI stability of cppgc is currently not guaranteed in semver-minor and -patch updates, but we do not expect the ABI to break often, as it has been stable and battle-tested in Chromium for years. We may consider including cppgc into the ABI stability guarantees when it gets enough adoption internally and externally.To help addon authors create JavaScript-to-C++ references of which V8's garbage collector can be aware, a helper function
node::SetCppgcReference(isolate, js_object, cppgc_object)
has been added tonode.h
. V8 may provide a native alternative in the future, which could then replace this Node.js-specific helper. In the mean time, users can use this API to avoid having to hard-code the layout of JavaScript wrapper objects. An example of how to create garbage-collected C++ objects in the unified heap and wrap it in a JavaScript object can be found in the Node.js addon tests.The existing
node::ObjectWrap
helper would continue to work, while cppgc-based object management serves as an alternative with some advantages mentioned in the V8 blog post about Oilpan.This feature was contributed by Daryl Haresign and Joyee Cheung in #48660 and #45704.
Other notable changes
d6862b085c
] - deps: V8: cherry-pick9327503
(Joyee Cheung) #4866000fc8bb8b3
] - doc: add rluvaton to collaborators (Raz Luvaton) #49215d649339abd
] - doc: add new TSC members (Michael Dawson) #4884167f9896247
] - (SEMVER-MINOR) inspector: open addSymbolDispose
(Chemi Atlow) #487655aef593db3
] - module: implementregister
utility (João Lenon) #46826Commits
771abcb5da
] - benchmark: add benchmarks for the test_runner (Raz Luvaton) #489316b27bb0dab
] - benchmark: add pm startup benchmark (Rafael Gonzaga) #489051f35c0ca55
] - child_process: harden against prototype pollution (Livia Medeiros) #48726d6862b085c
] - deps: V8: cherry-pick9327503
(Joyee Cheung) #48660f71e383948
] - deps: update simdutf to 3.2.17 (Node.js GitHub Bot) #49019e14f0456ae
] - deps: update googletest to7e33b6a
(Node.js GitHub Bot) #49034bfaa0fb500
] - deps: update zlib to 1.2.13.1-motley-526382e (Node.js GitHub Bot) #49033b79c652c85
] - deps: update undici to 5.23.0 (Node.js GitHub Bot) #490216ead86145c
] - deps: update googletest toc875c4e
(Node.js GitHub Bot) #489644b0e50501e
] - deps: update ada to 2.6.0 (Node.js GitHub Bot) #48896d960ee0ba3
] - deps: upgrade npm to 9.8.1 (npm team) #48838d92b0139ca
] - deps: update zlib to 1.2.13.1-motley-61dc0bd (Node.js GitHub Bot) #487882a7835c376
] - deps: V8: cherry-pick9f4b769
(Joyee Cheung) #48830c8e17829ac
] - deps: V8: cherry-pickc1a54d5
(Joyee Cheung) #48830318e075b6f
] - deps: update googletest tocc36671
(Node.js GitHub Bot) #48789114e088267
] - diagnostics_channel: fix last subscriber removal (Gabriel Schulhof) #4893300fc8bb8b3
] - doc: add rluvaton to collaborators (Raz Luvaton) #4921521949c45b6
] - doc: add print results for examples inWebStreams
(Jungku Lee) #49143032107a6fe
] - doc: fixType
notation in webstreams (Deokjin Kim) #4912191d41e7c5a
] - doc: fix name of the flag ininitialize()
docs (Antoine du Hamel) #49158aa4caf810e
] - doc: make the NODE_VERSION_IS_RELEASE revert clear (Rafael Gonzaga) #49114f888a1dbe3
] - doc: update process.binding deprecation text (Tobias Nießen) #4908689fa3faf92
] - doc: update with latest security release (Rafael Gonzaga) #490853d36e7a941
] - doc: add description for--port
flag ofnode inspect
(Michael Bianco) #48785e9d9ca12a3
] - doc: add missing period (Rich Trott) #490947e7b554de0
] - doc: add ESM examples in http.md (btea) #4776348f8ccfd54
] - doc: detailed description of keystrokes Ctrl-Y and Meta-Y (Ray) #43529195885c8f8
] - doc: add "type" to test runner event details (Phil Nash) #490146ce25f8415
] - doc: reserve 118 for Electron 27 (David Sanders) #490239c26c0f296
] - doc: clarify use of process.env in worker threads on Windows (Daeyeon Jeong) #490087186e02aa0
] - doc: remove v14 mention (Rafael Gonzaga) #490059641ac6c65
] - doc: drop github actions check in sec release process (Rafael Gonzaga) #48978f3d62abb19
] - doc: improved joinDuplicateHeaders definition (Matteo Bianchi) #488590db104a08b
] - doc: fix second parameter name ofevents.addAbortListener
(Deokjin Kim) #489225173c559b7
] - doc: add new reporter events to custom reporter examples (Chemi Atlow) #48903660da785e6
] - doc: run license-builder (github-actions[bot]) #48898092f9fe92a
] - doc: change duration to duration_ms on test documentation (Ardi_Nugraha) #488925e4730858d
] - doc: improve requireHostHeader (Guido Penta) #48860045e3c549a
] - doc: add ver of 18.x where Node-api 9 is supported (Michael Dawson) #48876c20d35df34
] - doc: include experimental features assessment (Rafael Gonzaga) #48824d649339abd
] - doc: add new TSC members (Michael Dawson) #48841aeac327f2b
] - doc: refactor node-api support matrix (Michael Dawson) #48774388c7d9232
] - doc: declarepath
on example ofasync_hooks.executionAsyncId()
(Deokjin Kim) #48556fe20528c8e
] - doc: remove the . in the end to reduce confusing (Jason) #48719e69c8e173f
] - doc: nodejs-social over nodejs/tweet (Rafael Gonzaga) #48769ea547849fd
] - doc: expand on squashing and rebasing to land a PR (Chengzhong Wu) #4875131442b96a5
] - esm: fixglobalPreload
warning (Antoine du Hamel) #49069eb1215878b
] - esm: unflag import.meta.resolve (Guy Bedford) #4902857b24a34e6
] - esm: import.meta.resolve exact module not found errors should return (Guy Bedford) #49038f23b2a3066
] - esm: protectERR_UNSUPPORTED_DIR_IMPORT
against prototype pollution (Antoine du Hamel) #49060386e826a56
] - esm: addinitialize
hook, integrate withregister
(Izaak Schroeder) #4884274a2e1e0ab
] - esm: fix typoparentUrl
->parentURL
(Antoine du Hamel) #489990a4f7c669a
] - esm: unflagModule.register
and allow nested loaderimport()
(Izaak Schroeder) #48559a5597470ce
] - esm: add backglobalPreload
tests and fix failing ones (Antoine du Hamel) #48779d568600b42
] - events: remove weak listener for event target (Raz Luvaton) #489523d942d9842
] - fs: fix readdir recursive sync & callback (Ethan Arrowood) #48698c14ff69d69
] - fs: mentionURL
in NUL character error message (LiviaMedeiros) #48828d634d781d7
] - fs: makemkdtemp
accept buffers and URL (LiviaMedeiros) #488284515a285a4
] - fs: remove redundantnullCheck
(Livia Medeiros) #48826742597b14a
] - http: start connections checking interval on listen (Paolo Insogna) #4861167f9896247
] - (SEMVER-MINOR) inspector: open addSymbolDispose
(Chemi Atlow) #48765b66a3c1c96
] - lib: fix MIME overmatch in data URLs (André Alves) #49104dca8678a22
] - lib: fix to add resolve() before return at Blob.stream()'s source.pull() (bellbind) #48935420b85c00f
] - lib: remove invalid parameter to toASCII (Yagiz Nizipli) #48878a12ce11b09
] - lib,permission: drop repl autocomplete when pm enabled (Rafael Gonzaga) #48920458eaf5e75
] - meta: bump github/codeql-action from 2.20.1 to 2.21.2 (dependabot[bot]) #489864f88cb10e0
] - meta: bump step-security/harden-runner from 2.4.1 to 2.5.0 (dependabot[bot]) #4898522fc2a6ec6
] - meta: bump actions/setup-node from 3.6.0 to 3.7.0 (dependabot[bot]) #4898440103adabd
] - meta: bump actions/setup-python from 4.6.1 to 4.7.0 (dependabot[bot]) #4898384c0c6848c
] - meta: add mailmap entry for atlowChemi (Chemi Atlow) #488101a6e9450b8
] - module: make CJS load from ESM loader (Antoine du Hamel) #47999a5322c4b4a
] - module: ensure successful import returns the same result (Antoine du Hamel) #466625aef593db3
] - module: implementregister
utility (João Lenon) #46826015c4f788d
] - node-api: avoid macro redefinition (Tobias Nießen) #4887953ee98566b
] - permission: move PrintTree into unnamed namespace (Tobias Nießen) #4887430ea480135
] - permission: fix data types in PrintTree (Tobias Nießen) #487708380800375
] - readline: add paste bracket mode (Jakub Jankiewicz) #47150bc009d0c10
] - sea: add support for V8 bytecode-only caching (Darshan Sen) #48191f2f4ce9e29
] - src: use effective cppgc wrapper id to deduce non-cppgc id (Joyee Cheung) #48660bf7ff369f6
] - src: add built-in.env
file support (Yagiz Nizipli) #488908d6948f8e2
] - src: remove duplicated code inGenerateSingleExecutableBlob()
(Jungku Lee) #49119b030004cee
] - src: refactor vector writing in snapshot builder (Joyee Cheung) #48851497df8288d
] - src: add ability to overload fast api functions (Yagiz Nizipli) #48993e5b0dfa359
] - src: remove redundant code for uv_handle_type (Jungku Lee) #49061f126b9e3d1
] - src: modernize use-equals-default (Jason) #48735db4370fc3e
] - src: avoid string copy in BuiltinLoader::GetBuiltinIds (Yagiz Nizipli) #487219d13503c4e
] - src: fix callback_queue.h missing header (Jason) #487336c389df3aa
] - src: cast v8::Object::GetInternalField() return value to v8::Value (Joyee Cheung) #489437b9adff0be
] - src: do not pass user input to format string (Antoine du Hamel) #48973e0fdb7b092
] - src: remove ContextEmbedderIndex::kBindingDataStoreIndex (Joyee Cheung) #48836578c3d1e14
] - src: use ARES_SUCCESS instead of 0 (Hyunjin Kim) #48834ed23426aac
] - src: save the performance milestone time origin in the AliasedArray (Joyee Cheung) #487085dec186663
] - src: support snapshot in single executable applications (Joyee Cheung) #46824d759d4f631
] - src: remove unnecessary temporary creation (Jason) #48734409cc692db
] - src: fix nullptr access on realm (Jan Olaf Krems) #4880207d0fd61b1
] - src: remove OnScopeLeaveImpl's move assignment overload (Jason) #4873241cc3efa23
] - src: use string_view for utf-8 string creation (Yagiz Nizipli) #4872262a46d9335
] - src,permission: restrict by default when pm enabled (Rafael Gonzaga) #48907099159ce04
] - src,tools: initialize cppgc (Daryl Haresign) #48660600c08d197
] - stream: improve WebStreams performance (Raz Luvaton) #49089609b25fa99
] - stream: implement ReadableStream.from (Debadree Chatterjee) #48395750cca2738
] - test: usetmpdir.resolve()
(Livia Medeiros) #491286595367649
] - test: usetmpdir.resolve()
(Livia Medeiros) #49127661b055e75
] - test: usetmpdir.resolve()
in fs tests (Livia Medeiros) #49126b3c56d206f
] - test: usetmpdir.resolve()
in fs tests (Livia Medeiros) #491253ddb155d16
] - test: fix assertion message in test_async.c (Tobias Nießen) #491461d17c1032d
] - test: refactortest-esm-loader-hooks
for easier debugging (Antoine du Hamel) #4913113bd7a0293
] - test: addtmpdir.resolve()
(Livia Medeiros) #4907989b1bce56d
] - test: documentfixtures.fileURL()
(Livia Medeiros) #490832fcb855c76
] - test: reduce flakiness oftest-esm-loader-hooks
(Antoine du Hamel) #491057816e040df
] - test: stabilize the inspector-open-dispose test (Chemi Atlow) #49000e70e9747e4
] - test: print instruction for creating missing snapshot in assertSnapshot (Raz Luvaton) #48914669ac03520
] - test: addtmpdir.fileURL()
(Livia Medeiros) #49040b945d7be35
] - test: usespawn
andspawnPromisified
instead ofexec
(Antoine du Hamel) #48991b3a7427583
] - test: refactortest-node-output-errors
(Antoine du Hamel) #489926c3e5c4d69
] - test: usefixtures.fileURL
when appropriate (Antoine du Hamel) #489909138b78bcb
] - test: validate error code rather than message (Antoine du Hamel) #48972b4ca4a6f80
] - test: fix snapshot tests when cwd contains spaces or backslashes (Antoine du Hamel) #48959d4398d458c
] - test: ordercommon.mjs
in ASCII order (Antoine du Hamel) #48960b5991f5250
] - test: fix some assumptions in tests (Antoine du Hamel) #4895862e23f83f9
] - test: improve internal/worker/io.js coverage (Yoshiki Kurihara) #42387314bd6095c
] - test: fixes-module/test-esm-initialization
(Antoine du Hamel) #488803680a66df4
] - test: validate host with commas on url.parse (Yagiz Nizipli) #4887824c3742372
] - test: delete test-net-bytes-per-incoming-chunk-overhead (Michaël Zasso) #48811e01cce50f5
] - test: skip experimental test with pointer compression (Colin Ihrig) #48738d5e93b1074
] - test: fix flaky test-string-decode.js on x86 (Stefan Stojanovic) #487509136667d7d
] - test_runner: dont set exit code on todo tests (Moshe Atlow) #4892952c94908c0
] - test_runner: fix todo and only in spec reporter (Moshe Atlow) #489295ccfb8d515
] - test_runner: unwrap error message in TAP reporter (Colin Ihrig) #48942fa19b0ed05
] - test_runner: add__proto__
null (Raz Luvaton) #4866365d23940bf
] - test_runner: fix async callback in describe not awaited (Raz Luvaton) #488564bd5e55b43
] - test_runner: fix test_runnertest:fail
event type (Ethan Arrowood) #4885441058beed8
] - test_runner: call abort on test finish (Raz Luvaton) #48827821b11a59f
] - tls: fix bugs of double TLS (rogertyang) #489694439327e73
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #4912221dc844309
] - tools: use spec reporter in actions (Moshe Atlow) #491293471758696
] - tools: use @reporters/github when running in github actions (Moshe Atlow) #4912995a6e7661e
] - tools: add @reporters/github to tools (Moshe Atlow) #49129995cbf93eb
] - tools: update eslint to 8.47.0 (Node.js GitHub Bot) #49124ed065bc56e
] - tools: update lint-md-dependencies to rollup@3.27.2 (Node.js GitHub Bot) #49035a5f37178ad
] - tools: limit the number of auto start CIs (Antoine du Hamel) #49067c1bd680f89
] - tools: update eslint to 8.46.0 (Node.js GitHub Bot) #48966e09a6b4821
] - tools: update lint-md-dependencies to rollup@3.27.0 (Node.js GitHub Bot) #489650cd2393bd9
] - tools: update lint-md-dependencies to rollup@3.26.3 (Node.js GitHub Bot) #4888841929a2906
] - tools: update lint-md-dependencies to @rollup/plugin-commonjs@25.0.3 (Node.js GitHub Bot) #487911761bdfbd9
] - tools: update eslint to 8.45.0 (Node.js GitHub Bot) #48793b82f05cc4b
] - typings: update JSDoc forcwd
inchild_process
(LiviaMedeiros) #49029be7b511255
] - typings: sync JSDoc with the actual implementation (Hyunjin Kim) #4885345c860035d
] - url: overloadcanParse
V8 fast api method (Yagiz Nizipli) #4899360d614157b
] - url: fixisURL
detection by checkingpath
(Zhuo Zhang) #48928b12c3b5240
] - url: ensure getter access do not mutate observable symbols (Antoine du Hamel) #4889730fb7b7535
] - url: reducepathToFileURL
cpp calls (Yagiz Nizipli) #48709c3dbd0c1e4
] - util: useprimordials.ArrayPrototypeIndexOf
instead of mutable method (DaisyDogs07) #48586b79b2927ca
] - watch: decrease debounce rate (Moshe Atlow) #48926a12996298e
] - watch: use debounce instead of throttle (Moshe Atlow) #48926v20.5.1
: 2023-08-09, Version 20.5.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in August 2023 Security Releases blog post.
Commits
92300b51b4
] - deps: update archs files for openssl-3.0.10+quic1 (Node.js GitHub Bot) #49036559698abf2
] - deps: upgrade openssl sources to quictls/openssl-3.0.10+quic1 (Node.js GitHub Bot) #490361bf3429e8e
] - lib,permission: restrict process.binding when pm is enabled (RafaelGSS) nodejs-private/node-private#43898a83a67e6
] - permission: ensure to resolve path when calling mkdtemp (RafaelGSS) nodejs-private/node-private#4641f0cde466b
] - permission: handle buffer path on fs calls (RafaelGSS) nodejs-private/node-private#439bd094d60ea
] - permission: handle fstatfs and add pm supported list (RafaelGSS) nodejs-private/node-private#4417337d21484
] - policy: handle Module.constructor and main.extensions bypass (RafaelGSS) nodejs-private/node-private#417cf348ec640
] - policy: disable process.binding() when enabled (Tobias Nießen) nodejs-private/node-private#397v20.5.0
: 2023-07-18, Version 20.5.0 (Current), @juanarbolCompare Source
Notable Changes
45be29d89f
] - doc: add atlowChemi to collaborators (atlowChemi) #48757a316808136
] - (SEMVER-MINOR) events: allow safely adding listener to abortSignal (Chemi Atlow) #48596986b46a567
] - fs: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) #486580ef73ff6f0
] - (SEMVER-MINOR) test_runner: add shards support (Raz Luvaton) #48639Commits
eb0aba59b8
] - bootstrap: use correct descriptor for Symbol.{dispose,asyncDispose} (Jordan Harband) #48703e2d0195dcf
] - bootstrap: hide experimental web globals with flag kNoBrowserGlobals (Chengzhong Wu) #4854567a1018389
] - build: do not pass target toolchain flags to host toolchain (Ivan Trubach) #485977d843bb942
] - child_process: use addAbortListener (atlowChemi) #485504e08160f8c
] - child_process: supportSymbol.dispose
(Moshe Atlow) #48551ef7728bf36
] - deps: update nghttp2 to 1.55.1 (Node.js GitHub Bot) #487901454f02499
] - deps: update nghttp2 to 1.55.0 (Node.js GitHub Bot) #48746fa94debf46
] - deps: update minimatch to 9.0.3 (Node.js GitHub Bot) #48704c73cfcc144
] - deps: update acorn to 8.10.0 (Node.js GitHub Bot) #48713b7a076a052
] - deps: V8: cherry-pickcb00db4
(Keyhan Vakil) #48671150e15536b
] - deps: upgrade npm to 9.8.0 (npm team) #48665c47b2cbd35
] - dgram: socket addasyncDispose
(atlowChemi) #48717002ce31cca
] - dgram: use addAbortListener (atlowChemi) #4855045be29d89f
] - doc: add atlowChemi to collaborators (atlowChemi) #4875769b55d2261
] - doc: fix ambiguity in http.md and https.md (an5er) #48692caccb051c7
] - doc: clarify transform._transform() callback argument logic (Rafael Sofi-zada) #48680999ae0c8c3
] - doc: fix copy node executable in Windows (Yoav Vainrich) #486247daefaeb44
] - doc: drop <b> of v20 changelog (Rafael Gonzaga) #48649dd7ea3e1df
] - doc: mention git node release prepare (Rafael Gonzaga) #48644cc7809df21
] - esm: fix emit deprecation on legacy main resolve (Antoine du Hamel) #4866467b13d1dba
] - events: fix bug listenerCount don't compare wrapped listener (yuzheng14) #48592a316808136
] - (SEMVER-MINOR) events: allow safely adding listener to abortSignal (Chemi Atlow) #48596986b46a567
] - fs: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) #48658e4333ac41f
] - http2: use addAbortListener (atlowChemi) #485504a0b66e4f9
] - http2: send RST code 8 on AbortController signal (Devraj Mehta) #485731295c76fce
] - lib: use addAbortListener (atlowChemi) #48550dff6c25a36
] - meta: bump actions/checkout from 3.5.2 to 3.5.3 (dependabot[bot]) #48625b5cb69ceaa
] - meta: bump step-security/harden-runner from 2.4.0 to 2.4.1 (dependabot[bot]) #48626332e480b46
] - meta: bump ossf/scorecard-action from 2.1.3 to 2.2.0 (dependabot[bot]) #4862825c5a0aaee
] - meta: bump github/codeql-action from 2.3.6 to 2.20.1 (dependabot[bot]) #486276406f50ab1
] - module: add SourceMap.lineLengths (Isaac Z. Schlueter) #48461cfa69bd48c
] - net: server addasyncDispose
(atlowChemi) #48717ac11264cc5
] - net: use addAbortListener (atlowChemi) #4855082d6b13bf6
] - permission: add debug log when inserting fs nodes (Rafael Gonzaga) #48677f4333b1cdd
] - permission: v8.writeHeapSnapshot and process.report (Rafael Gonzaga) #48564f691dca6c9
] - readline: use addAbortListener (atlowChemi) #48550227e6bd898
] - src: pass syscall onfs.readFileSync
fail operation (Yagiz Nizipli) #48815a9a4b73653
] - src: make BaseObject iteration order deterministic (Joyee Cheung) #48702d99ea4845a
] - src: remove kEagerCompile for CompileFunction (Keyhan Vakil) #48671df363d0010
] - src: deduplicate X509 getter implementations (Tobias Nießen) #485639cf2e1f55b
] - src,lib: reducing C++ calls of esm legacy main resolve (Vinicius Lourenço) #48325daeb21dde9
] - stream: fix deadlock when pipeing to full sink (Robert Nagy) #486915a382d02d6
] - stream: use addAbortListener (atlowChemi) #485506e82077dd4
] - test: deflake test-net-throttle (Luigi Pinca) #48599d378b2c822
] - test: move test-net-throttle to parallel (Luigi Pinca) #48599dfa0aee5bf
] - Revert "test: remove test-crypto-keygen flaky designation" (Luigi Pinca) #486520ef73ff6f0
] - (SEMVER-MINOR) test_runner: add shards support (Raz Luvaton) #48639e2442bb7ef
] - timers: support Symbol.dispose (Moshe Atlow) #486334398ade426
] - tools: run fetch_deps.py with Python 3 (Richard Lau) #4872938ce95d054
] - tools: update doc to unist-util-select@5.0.0 unist-util-visit@5.0.0 (Node.js GitHub Bot) #48714b25e78a998
] - tools: update lint-md-dependencies to rollup@3.26.2 (Node.js GitHub Bot) #48705a1f4ff7c59
] - tools: update eslint to 8.44.0 (Node.js GitHub Bot) #4863242dc6eb698
] - tools: update lint-md-dependencies to rollup@3.26.0 (Node.js GitHub Bot) #4863107bfcc45ab
] - url: fixcanParse
false value when v8 optimizes (Yagiz Nizipli) #48817v20.4.0
: 2023-07-05, Version 20.4.0 (Current), @RafaelGSSCompare Source
Notable Changes
Mock Timers
The new feature allows developers to write more reliable and predictable tests for time-dependent functionality.
It includes
MockTimers
with the ability to mocksetTimeout
,setInterval
fromglobals
,node:timers
, andnode:timers/promises
.The feature provides a simple API to advance time, enable specific timers, and release all timers.
This feature was contributed by Erick Wendel in #47775.
Support to the explicit resource management proposal
Node is adding support to the explicit resource management
proposal to its resources allowing users of TypeScript/babel to use
using
/await using
withV8 support for everyone else on the way.
This feature was contributed by Moshe Atlow and Benjamin Gruenbaum in #48518.
Other notable changes
fe333d2584
] - crypto: update root certificates to NSS 3.90 (Node.js GitHub Bot) #4841660c2ea4e79
] - doc: add vmoroz to collaborators (Vladimir Morozov) #485275cacdf9e6b
] - doc: add kvakil to collaborators (Keyhan Vakil) #48449504d1d7bdc
] - (SEMVER-MINOR) tls: add ALPNCallback server option for dynamic ALPN negotiation (Tim Perry) #45190Commits
8a611a387f
] - benchmark: add bar.R (Rafael Gonzaga) #4772912fa716cf9
] - benchmark: refactor crypto oneshot (Filip Skokan) #48267d6ecbde592
] - benchmark: add crypto.create*Key (Filip Skokan) #48284e60b6dedd8
] - bootstrap: unify snapshot builder and embedder entry points (Joyee Cheung) #4824240662957b1
] - bootstrap: simplify initialization of source map handlers (Joyee Cheung) #483046551538079
] - build: fixconfigure --link-module
(Richard Lau) #48522f7f32089e7
] - build: sync libuv header change (Jiawen Geng) #48429f60205c915
] - build: update action to close stale PRs (Michael Dawson) #481964f4d0b802e
] - child_process: improve spawn performance on Linux (Keyhan Vakil) #48523fe333d2584
] - crypto: update root certificates to NSS 3.90 (Node.js GitHub Bot) #4841689aaf16237
] - crypto: remove OPENSSL_FIPS guard for OpenSSL 3 (Richard Lau) #483926199e1946c
] - deps: upgrade to libuv 1.46.0 (Santiago Gimeno) #486181b2b930fda
] - deps: add loong64 config into openssl gypi (Shi Pujin) #48043ba8d048929
] - deps: update acorn to 8.9.0 (Node.js GitHub Bot) #48484d96f921d06
] - deps: update zlib to 1.2.13.1-motley-f81f385 (Node.js GitHub Bot) #48541ed1d047e8f
] - deps: update googletest toec4fed9
(Node.js GitHub Bot) #48538f43d718c67
] - deps: update minimatch to 9.0.2 (Node.js GitHub Bot) #485422f66147cbf
] - deps: update corepack to 0.19.0 (Node.js GitHub Bot) #48540d91b0fde73
] - deps: V8: cherry-pick1a782f6
(Keyhan Vakil) #48523112335e342
] - deps: update corepack to 0.18.1 (Node.js GitHub Bot) #484832b141c413f
] - deps: update icu to 73.2 (Node.js GitHub Bot) #48502188b34d4a1
] - deps: upgrade npm to 9.7.2 (npm team) #48514bf0444b5d9
] - deps: update zlib to 1.2.13.1-motley-3ca9f16 (Node.js GitHub Bot) #48413b339d80a56
] - deps: upgrade npm to 9.7.1 (npm team) #483784132931b87
] - deps: update simdutf to 3.2.14 (Node.js GitHub Bot) #483448cd56c1e85
] - deps: update ada to 2.5.1 (Node.js GitHub Bot) #4831978cffcd645
] - deps: update zlib to982b036
(Node.js GitHub Bot) #483276d00c2e33b
] - doc: fix options order (Luigi Pinca) #486177ad2d3a5d1
] - doc: update security release stewards (Rafael Gonzaga) #48569cc3a056fdd
] - doc: update return type for describe (Shrujal Shah) #4857299ae0b98af
] - doc: run license-builder (github-actions[bot]) #485529750d8205c
] - doc: add description of autoAllocateChunkSize in ReadableStream (Debadree Chatterjee) #48004417927bb41
] - doc: fixfilename
type inwatch
result (Dmitry Semigradsky) #48032ca2ae86bd7
] - doc: unnestmime
andMIMEParams
from MIMEType constructor (Dmitry Semigradsky) #47950bda1228135
] - doc: update security-release-process.md (Rafael Gonzaga) #4850460c2ea4e79
] - doc: add vmoroz to collaborators (Vladimir Morozov) #4852737bc0eac4a
] - doc: improve inspector.close() description (mary marchini) #484942a403cdad5
] - doc: link to Runtime Keys in export conditions (Jacob Hummer) #48408e2d579e644
] - doc: update fs flags documentation (sinkhaha) #4846338bf290115
] - doc: reviseerror.md
introduction (Antoine du Hamel) #48423641a2e9c6d
] - doc: add preveen-stack to triagers (Preveen P) #483874ab5e8d2e3
] - doc: refine when file is undefined in test events (Moshe Atlow) #484515cacdf9e6b
] - doc: add kvakil to collaborators (Keyhan Vakil) #48449b9c643e3ef
] - doc: add additional info on TSFN dispatch (Michael Dawson) #4836717a0e1d1bf
] - doc: add link for news from security wg (Michael Dawson) #483963a62994a4f
] - doc: fix typo in events.md (Darshan Sen) #48436e10a4cdf68
] - doc: run license-builder (github-actions[bot]) #4833619fde638fd
] - fs: call the callback with an error if writeSync fails (killa) #479494cad9fd8bd
] - fs: remove unneeded return statement (Luigi Pinca) #48526d367b73f43
] - fs: use kResistStopPropagation (Chemi Atlow) #48521e50c3169af
] - fs, stream: initialSymbol.dispose
andSymbol.asyncDispose
support (Moshe Atlow) #485187d8a0b6eb7
] - http: null the joinDuplicateHeaders property on cleanup (Luigi Pinca) #4860894ebb02f59
] - http: server add async dispose (atlowChemi) #48548c6a69e31a3
] - http: remove useless ternary in test (geekreal) #484812f0f40328f
] - http: fix for handling on boot timers headers and request (Franciszek Koltuniuk) #482915378ad8ab1
] - http2: server addasyncDispose
(atlowChemi) #4854897a58c5970
] - https: server addasyncDispose
(atlowChemi) #4854840ae6eb6aa
] - https: fix connection checking interval not clearing on server close (Nitzan Uziely) #4838315530fea4c
] - lib: merge cjs and esm package json reader caches (Yagiz Nizipli) #4847732bda81c31
] - lib: reduce url getters onmakeRequireFunction
(Yagiz Nizipli) #484920da03f01ba
] - lib: remove duplicated requires in check_syntax (Yagiz Nizipli) #4850897b00c347d
] - lib: add option to force handling stopped events (Chemi Atlow) #48301fe16749649
] - lib: fix output message when repl is used with pm (Rafael Gonzaga) #484388c2c02d28a
] - lib: create weakRef only if any signals provided (Chemi Atlow) #48448b6ae411ea9
] - lib: remove obsolete deletion of bufferBinding.zeroFill (Chengzhong Wu) #47881562b3d4856
] - lib: move web global bootstrapping to the expected file (Chengzhong Wu) #47881f9c0d5acac
] - lib: fix blob.stream() causing hanging promises (Debadree Chatterjee) #482320162a0f5bf
] - lib: add support for inherited custom inspection methods (Antoine du Hamel) #48306159ab6627a
] - lib: reduce URL invocations on http2 origins (Yagiz Nizipli) #48338f0709fdc59
] - module: add SourceMap.findOrigin (Isaac Z. Schlueter) #477904ec2d925b1
] - module: reduce url invocations in esm/load.js (Yagiz Nizipli) #483372c363971cc
] - net: improve network family autoselection handle handling (Paolo Insogna) #48464dbf9e9ffc8
] - node-api: provide napi_define_properties fast path (Gabriel Schulhof) #4844087ad657777
] - node-api: implement external strings (Gabriel Schulhof) #483394efa6807ea
] - permission: handle end nodes with children cases (Rafael Gonzaga) #4853184fe811108
] - repl: display dynamic import variant in static import error messages (Hemanth HM) #48129bdcc037470
] - report: disable js stack when no context is entered (Chengzhong Wu) #4849597bd9ccd04
] - src: fix uninitialized field access in AsyncHooks (Jan Olaf Krems) #48566404958fc96
] - src: fix Coverity issue regarding unnecessary copy (Yagiz Nizipli) #48565c4b8edea24
] - src: refactorSplitString
in util (Yagiz Nizipli) #484915bc13a4772
] - src: revert IS_RELEASE (Rafael Gonzaga) #485054971e46051
] - src: add V8 fast api toguessHandleType
(Yagiz Nizipli) #48349954e46e792
] - src: return uint32 forguessHandleType
(Yagiz Nizipli) #4834905009675da
] - src: make realm binding data store weak (Chengzhong Wu) #47688120ac74352
] - src: remove aliased buffer weak callback (Chengzhong Wu) #476886591826e99
] - src: handle wasm out of bound in osx will raise SIGBUS correctly (Congcong Cai) #465611b84ddeec2
] - src: implement constants binding directly (Joyee Cheung) #4818606d49c1f10
] - src: implement natives binding without special casing (Joyee Cheung) #48186325441abf5
] - src: add missing to_ascii method in dns queries (Daniel Lemire) #4835484d0eb74b8
] - stream: fix premature pipeline end (Robert Nagy) #484353df7368735
] - test: add missing assertions to test-runner-cli (Moshe Atlow) #4859307eb310b0d
] - test: remove test-crypto-keygen flaky designation (Luigi Pinca) #4857575aa0a7682
] - test: remove test-timers-immediate-queue flaky designation (Luigi Pinca) #48575a9756f3126
] - test: add Symbol.dispose support to mock timers (Benjamin Gruenbaum) #485490f912a7248
] - test: mark test-child-process-stdio-reuse-readable-stdio flaky (Luigi Pinca) #4853730f4bc4985
] - test: make IsolateData per-isolate in cctest (Joyee Cheung) #48450407ce3fdcb
] - test: define NAPI_VERSION before including node_api.h (Chengzhong Wu) #4837624a8fa95f0
] - test: remove unnecessary noop function args tomustNotCall()
(Antoine du Hamel) #4851309af579775
] - test: skip test-runner-watch-mode on IBMi (Moshe Atlow) #4847377cb1ee0b2
] - test: add missing <algorithm> include for std::find (Sam James) #483807c790ca03c
] - test: fix flaky test-watch-mode (Moshe Atlow) #481471398829746
] - test: fixtest-net-autoselectfamily
for kernel without IPv6 support (Livia Medeiros) #48265764119ba4b
] - test: update url web-platform tests (Yagiz Nizipli) #48319f1ead59629
] - test: ignore the copied entry_point.c (Luigi Pinca) #48297fc5d1bddcb
] - test: refactor test-gc-http-client-timeout (Luigi Pinca) #4829246a3d068a0
] - test: update encoding web-platform tests (Yagiz Nizipli) #48320141e5aad83
] - test: update FileAPI web-platform tests (Yagiz Nizipli) #4832283cfc67099
] - test: update user-timing web-platform tests (Yagiz Nizipli) #483212c56835a33
] - test_runner: fixedtest
shorthands return type (Shocker) #485557d01c8894a
] - (SEMVER-MINOR) test_runner: add initial draft for fakeTimers (Erick Wendel) #47775de4f14c249
] - test_runner: add enqueue and dequeue events (Moshe Atlow) #484285ebe3a4ea7
] - test_runner: make--test-name-pattern
recursive (Moshe Atlow) #4838293bf447308
] - test_runner: refactor coverage report output for readability (Damien Seguin) #47791504d1d7bdc
] - (SEMVER-MINOR) tls: add ALPNCallback server option for dynamic ALPN negotiation (Tim Perry) #45190203c3cf4ca
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #48544333907b19d
] - tools: speedup compilation of js2c output (Keyhan Vakil) #4816010bd5f4d97
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #4848652de27b9fe
] - tools: pin ruff version number (Rich Trott) #485054345526644
] - tools: replace sed with perl (Luigi Pinca) #484996c590835f3
] - tools: automate update openssl v16 (Marco Ippolito) #4837790b5335338
] - tools: update eslint to 8.43.0 (Node.js GitHub Bot) #48487cd83530a11
] - tools: update doc to to-vfile@8.0.0 (Node.js GitHub Bot) #48485e500b439bd
] - tools: prepare tools/doc for to-vfile 8.0.0 (Rich Trott) #48485d623616813
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #48417a2e107dde4
] - tools: update create-or-update-pull-request-action (Richard Lau) #483988009e2c3be
] - tools: update eslint-plugin-jsdoc (Richard Lau) #4839310385c8565
] - tools: add version update to external dependencies (Andrea Fassina) #48081b1cef81b18
] - tools: update eslint to 8.42.0 (Node.js GitHub Bot) #483280923dc0b8e
] - tools: disable jsdoc/no-defaults rule (Luigi Pinca) #48328b03146da85
] - typings: remove unused primordials (Yagiz Nizipli) #48509e9c9d187b9
] - typings: fix JSDoc in ESM loader modules (Antoine du Hamel) #48424fafe651d23
] - url: conform to origin getter spec changes (Yagiz Nizipli) #48319v20.3.1
: 2023-06-20, Version 20.3.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
mainModule.__proto__
Bypass Experimental Policy Mechanism (High)More detailed information on each of the vulnerabilities can be found in June 2023 Security Releases blog post.
Commits
dac08dafc9
] - crypto: handle cert with invalid SPKI gracefully (Tobias Nießen) nodejs-private/node-private#393d274c3babc
] - crypto,https,tls: disable engines if perms enabled (Tobias Nießen) nodejs-private/node-private#4095621c1de38
] - deps: update archs files for openssl-3.0.9-quic1 (Node.js GitHub Bot) #48402771caa9f1c
] - deps: upgrade openssl sources to quictls/openssl-3.0.9-quic1 (Node.js GitHub Bot) #484020459bf9c99
] - doc,test: clarify behavior of DH generateKeys (Tobias Nießen) nodejs-private/node-private#42627e20501aa
] - http: disable request smuggling via empty headers (Paolo Insogna) nodejs-private/node-private#4279c17e335f1
] - msi: do not create AppData\Roaming\npm (Tobias Nießen) nodejs-private/node-private#408b51124c637
] - permission: handle fs path traversal (RafaelGSS) nodejs-private/node-private#403ebc5927adc
] - permission: handle fs.openAsBlob (RafaelGSS) nodejs-private/node-private#405c39a43bff5
] - permission: handle fs.watchFile (RafaelGSS) nodejs-private/node-private#404d0a8264ec9
] - policy: handle mainModule.__proto__ bypass (RafaelGSS) nodejs-private/node-private#4163df13d5a79
] - src,permission: restrict inspector when pm enabled (RafaelGSS) nodejs-private/node-private#410v20.3.0
: 2023-06-08, Version 20.3.0 (Current), @targosCompare Source
Notable Changes
bfcb3d1d9a
] - deps: upgrade to libuv 1.45.0, including significant performance improvements to file system operations on Linux (Santiago Gimeno) #480785094d1b292
] - doc: add Ruy Adorno to list of TSC members (Michael Dawson) #481722f5dbca690
] - doc: mark Node.js 14 as End-of-Life (Richard Lau) #48023b1828b325e
] - (SEMVER-MINOR) lib: implementAbortSignal.any()
(Chemi Atlow) #47821f380953103
] - module: change default resolver to not throw on unknown scheme (Gil Tayar) #47824a94f87ed99
] - (SEMVER-MINOR) node-api: define version 9 (Chengzhong Wu) #481519e2b13dfa7
] - stream: deprecateasIndexedPairs
(Chemi Atlow) #48102Commits
35c96156d1
] - benchmark: usecluster.isPrimary
instead ofcluster.isMaster
(Deokjin Kim) #480023e6e3abf32
] - bootstrap: throw ERR_NOT_SUPPORTED_IN_SNAPSHOT in unsupported operation (Joyee Cheung) #47887c480559347
] - bootstrap: put is_building_snapshot state in IsolateData (Joyee Cheung) #4788750c0a15535
] - build: set v8_enable_webassembly=false when lite mode is enabled (Cheng Shao) #482484562805cf6
] - build: speed up compilation of mksnapshot output (Keyhan Vakil) #481628b89f13933
] - build: add action to close stale PRs (Michael Dawson) #480515d92202220
] - build: replace js2c.py with js2c.cc (Joyee Cheung) #469976cf2adc36e
] - cluster: use ObjectPrototypeHasOwnProperty (Daeyeon Jeong) #48141f564b03c38
] - crypto: use openssl's own memory BIOs in crypto_context.cc (GauriSpears) #47160ac8dd61fc3
] - crypto: remove default encoding from cipher (Tobias Nießen) #4799815c2de4407
] - crypto: fix setEngine() when OPENSSL_NO_ENGINE set (Tobias Nießen) #479779e2dd5b5e2
] - deps: update zlib to337322d
(Node.js GitHub Bot) #48218bfcb3d1d9a
] - deps: upgrade to libuv 1.45.0 (Santiago Gimeno) #4807813930f092f
] - deps: update ada to 2.5.0 (Node.js GitHub Bot) #482233047caebec
] - deps: setCARES_RANDOM_FILE
for c-ares (Richard Lau) #481560db79a0872
] - deps: update histogram 0.11.8 (Marco Ippolito) #4774299af6716f5
] - deps: update histogram to 0.11.7 (Marco Ippolito) #47742d4922bc985
] - deps: update c-ares to 1.19.1 (Node.js GitHub Bot) #48115f6ccdb289f
] - deps: update simdutf to 3.2.12 (Node.js GitHub Bot) #481183ed0afc778
] - deps: update minimatch to 9.0.1 (Node.js GitHub Bot) #48094df7540fb73
] - deps: update ada to 2.4.2 (Node.js GitHub Bot) #4809207df5c48e8
] - deps: update corepack to 0.18.0 (Node.js GitHub Bot) #48091d95a5bb559
] - deps: update uvwasi to 0.0.18 (Node.js GitHub Bot) #47866443477e041
] - deps: update uvwasi to 0.0.17 (Node.js GitHub Bot) #4786603f67d6d6d
] - deps: upgrade npm to 9.6.7 (npm team) #48062d3e3a911fd
] - deps: update nghttp2 to 1.53.0 (Node.js GitHub Bot) #47997f7c4daaf67
] - deps: update ada to 2.4.1 (Node.js GitHub Bot) #48036c6a752560d
] - deps: add loongarch64 into openssl Makefile and gen openssl-loongarch64 (Shi Pujin) #46401d194241716
] - deps: update undici to 5.22.1 (Node.js GitHub Bot) #4799402e919f4a2
] - deps,test: update postject to 1.0.0-alpha.6 (Node.js GitHub Bot) #480722c19f596ad
] - doc: clarify array args to Buffer.from() (Bryan English) #48274d681e5f456
] - doc: document watch option for node:test run() (Moshe Atlow) #4825696e54ddbca
] - doc: reserve 117 for Electron 26 (Calvin) #482459aff8c7818
] - doc: update documentation for FIPS support (Richard Lau) #481948c5338648f
] - doc: improve the documentation of the stdio option (Kumar Arnav) #4811011918d705f
] - doc: update Buffer.allocUnsafe description (sinkhaha) #481832b51ee5e22
] - doc: update codeowners with website team (Claudio Wunder) #48197360df25d04
] - doc: fix broken link to new folder doc/contributing/maintaining (Andrea Fassina) #4820513e95e21a4
] - doc: add atlowChemi to triagers (Chemi Atlow) #481045f83ce530f
] - doc: fix typo in readline completer function section (Vadym) #481883c82165d27
] - doc: remove broken link for keygen (Rich Trott) #481760ca90a1e6d
] - doc: addauto
intrinsic height to prevent jitter/flicker (Daniel Holbert) #48195f117855092
] - doc: add version info on the SEA docs (Antoine du Hamel) #481735094d1b292
] - doc: add Ruy to list of TSC members (Michael Dawson) #4817239d8140227
] - doc: update socket.remote* properties documentation (Saba Kharanauli) #481395497c13efe
] - doc: update outdated section on TLSv1.3-PSK (Tobias Nießen) #48123281dfaf727
] - doc: improve HMAC key recommendations (Tobias Nießen) #48121bd311b6c70
] - doc: clarify mkdir() recursive behavior (Stephen Odogwu) #481095b061c8922
] - doc: fix typo in crypto legacy streams API section (Tobias Nießen) #4812210ccb2bd81
] - doc: update SEA source link (Rich Trott) #48080415bf7f532
] - doc: clarify tty.isRaw (Roberto Vidal) #480550ac4b33c76
] - doc: correct line break for Windows terminals (Alex Schwartz) #48083f30ba5c320
] - doc: fix Windows code snippet tags (Antoine du Hamel) #4810012fef9b68c
] - doc: harmonize fenced code snippet flags (Antoine du Hamel) #4808213f163eace
] - doc: use secure key length for HMAC generateKey (Tobias Nießen) #480521e3e7c9f33
] - doc: update broken EVP_BytesToKey link (Rich Trott) #480645917ba1838
] - doc: update broken spkac link (Rich Trott) #480630e4a3b7db1
] - doc: document node-api version process (Chengzhong Wu) #4797285bbaa94ea
] - doc: update process.versions properties (Saba Kharanauli) #480197660eb591a
] - doc: fix typo in binding functions (Deokjin Kim) #480032f5dbca690
] - doc: mark Node.js 14 as End-of-Life (Richard Lau) #480233b94a739f2
] - doc: clarify CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED (Tobias Nießen) #479769e381cfa89
] - doc: add heading for permission model limitations (Tobias Nießen) #47989802db923e0
] - doc,vm: clarify usage of cachedData in vm.compileFunction() (Darshan Sen) #4819311a3434810
] - esm: remove support for arrays inimport
internal method (Antoine du Hamel) #482963b00f3afef
] - esm: handleglobalPreload
hook returning a nullish value (Antoine du Hamel) #482493c7846d7e1
] - esm: handle more error types thrown from the loader thread (Antoine du Hamel) #4824760ce2bcabc
] - http: send implicit headers on HEAD with no body (Matteo Collina) #4810872de4e7170
] - lib: do not disable linter for entire files (Antoine du Hamel) #4829910cc60fc91
] - lib: use existingisWindows
variable (sinkhaha) #48134a90010aae9
] - lib: support FORCE_COLOR for non TTY streams (Moshe Atlow) #48034b1828b325e
] - (SEMVER-MINOR) lib: implement AbortSignal.any() (Chemi Atlow) #478218f1b86961f
] - meta: bump github/codeql-action from 2.3.3 to 2.3.6 (dependabot[bot]) #482871b87ccdf70
] - meta: bump actions/setup-python from 4.6.0 to 4.6.1 (dependabot[bot]) #4828610715aea26
] - meta: bump codecov/codecov-action from 3.1.3 to 3.1.4 (dependabot[bot]) #4828579f73778ab
] - meta: remove dont-land-on-v14 auto labeling (Shrujal Shah) #480319c5711f3ea
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #480106d6bf3ee52
] - module: reduce the number of URL initializations (Yagiz Nizipli) #48272f380953103
] - module: change default resolver to not throw on unknown scheme (Gil Tayar) #47824950185b0c0
] - net: fix address iteration with autoSelectFamily (Fedor Indutny) #482585ddca72e62
] - net: fix family autoselection SSL connection handling (Paolo Insogna) #48189750e53ca3c
] - net: fix family autoselection timeout handling (Paolo Insogna) #47860a94f87ed99
] - (SEMVER-MINOR) node-api: define version 9 (Chengzhong Wu) #48151e834979818
] - node-api: add status napi_cannot_run_js (Gabriel Schulhof) #47986eafe0c3ec6
] - node-api: napi_ref on all types is experimental (Vladimir Morozov) #479759a034746f5
] - src: add Realm document in the src README.md (Chengzhong Wu) #47932b8f4070f71
] - src: check node_extra_ca_certs after openssl cfg (Raghu Saxena) #481590347a18056
] - src: include missing header in node_sea.h (Joyee Cheung) #4815245c3782c20
] - src: remove INT_MAX asserts in SecretKeyGenTraits (Tobias Nießen) #48053b25e7045ad
] - src: avoid prototype access in binding templates (Joyee Cheung) #4791333aa373eec
] - src: use Blob{Des|S}erializer for SEA blobs (Joyee Cheung) #479629e2b13dfa7
] - stream: deprecate asIndexedPairs (Chemi Atlow) #4810296c323dee2
] - test: mark test-child-process-pipe-dataflow as flaky (Moshe Atlow) #483349875885357
] - test: adapt tests for OpenSSL 3.1 (OttoHollmann) #478593440d7c6bf
] - test: unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) #48078215b2bc72c
] - test: fix zlib version regex (Luigi Pinca) #48227e12ee59d26
] - test: use lower security level in s_client (Luigi Pinca) #481921dabc7390c
] - Revert "test: unskip negative-settimeout.any.js WPT" (Filip Skokan) #48182c1c4796a86
] - test: mark test_cannot_run_js as flaky (Keyhan Vakil) #481818c49d74002
] - test: fix flaky test-runner-watch-mode (Moshe Atlow) #481446388766862
] - test: skip test-http-pipeline-flood on IBM i (Abdirahim Musse) #480488d2a3b1952
] - test: ignore helper files in WPTs (Filip Skokan) #480797a96d825fd
] - test: movetest-cluster-primary-error
flaky test (Yagiz Nizipli) #48039a80dd3a8b3
] - test: fix suite signal (Benjamin Gruenbaum) #47800a41cfd183f
] - test: fix parsing test flags (Daeyeon Jeong) #480124d4e506f2b
] - test,doc,sea: run SEA tests on ppc64 (Darshan Sen) #4811144411fc40c
] - test_runner: applyrunOnly
on suites (Moshe Atlow) #482793f259b7a30
] - test_runner: emittest:watch:drained
event (Moshe Atlow) #48259c9f8e8c562
] - test_runner: stop watch mode when abortSignal aborted (Moshe Atlow) #48259f3268d64cb
] - test_runner: fix global after hook (Moshe Atlow) #4823115336c3139
] - test_runner: remove redundant check from coverage (Colin Ihrig) #48070750d3e8606
] - test_runner: pass FORCE_COLOR to child process (Moshe Atlow) #480573278542243
] - test_runner: dont split lines ontest:stdout
(Moshe Atlow) #48057027c531766
] - test_runner: fix test deserialize edge cases (Moshe Atlow) #481062b797a6d39
] - test_runner: delegate stderr and stdout formatting to reporter (Shiba) #4804523d310bee8
] - test_runner: display dot report as wide as the terminal width (Raz Luvaton) #48038fd2620dcf1
] - tls: reapply servername on happy eyeballs connect (Fedor Indutny) #4825562f847d0b3
] - tools: update rollup lint-md-dependencies (Node.js GitHub Bot) #483293e97826a66
] - Revert "tools: open issue when update workflow fails" (Marco Ippolito) #483125f08bfe35f
] - tools: don't gitignore base64 config.h (Ben Noordhuis) #48174ded0e2d755
] - tools: update LICENSE and license-builder.sh (Santiago Gimeno) #4807807aa264366
] - tools: automate histogram update (Marco Ippolito) #481711416b75eaa
] - tools: use shasum instead of sha256sum (Luigi Pinca) #48229b81e9d9b7b
] - tools: harmonizedep_updaters
scripts (Antoine du Hamel) #48201a60bc41e53
] - tools: deps update authenticate github api request (Andrea Fassina) #482007478ed014e
] - tools: order dependency jobs alphabetically (Luca) #48184568a705799
] - tools: refactor v8_pch config (Michaël Zasso) #47364801573ba46
] - tools: log and verify sha256sum (Andrea Fassina) #48088db62325e18
] - tools: open issue when update workflow fails (Marco Ippolito) #48018ad8a68856d
] - tools: alphabetize CODEOWNERS (Rich Trott) #481244cf5a9edaf
] - tools: use latest upstream commit for zlib updates (Andrea Fassina) #480548d93af381b
] - tools: add security-wg as dep updaters owner (Marco Ippolito) #481135325be1d99
] - tools: port js2c.py to C++ (Joyee Cheung) #469976c60d90277
] - tools: fix race condition when npm installing (Tobias Nießen) #481010ab840a58f
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #48098a298193378
] - tools: update cpplint to 1.6.1 (Yagiz Nizipli) #48098f6725751b7
] - tools: update eslint to 8.41.0 (Node.js GitHub Bot) #480976539361f4e
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #480965d94dbb951
] - tools: update doc to remark-parse@10.0.2 (Node.js GitHub Bot) #480952226088048
] - tools: add debug logs (Marco Ippolito) #480600c8c383583
] - tools: fix zconf.h path (Luigi Pinca) #480896adaf4c648
] - tools: update remark-preset-lint-node to 4.0.0 (Node.js GitHub Bot) #4799592b3334231
] - url: clean vertical alignment of docs (Robin Ury) #48037ebb6536775
] - url: callada::can_parse
directly (Yagiz Nizipli) #47919ed4514294a
] - vm: properly handle defining symbol props (Nicolas DUBIEN) #47572v20.2.0
: 2023-05-16, Version 20.2.0 (Current), @targosCompare Source
Notable Changes
c092df9094
] - doc: add ovflowd to collaborators (Claudio Wunder) #478444197a9a5a0
] - (SEMVER-MINOR) http: prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #47732c4596b9ce7
] - (SEMVER-MINOR) sea: add option to disable the experimental SEA warning (Darshan Sen) #4758817befe008c
] - (SEMVER-MINOR) test_runner: addskip
,todo
, andonly
shorthands totest
(Chemi Atlow) #47909a0634d7f89
] - (SEMVER-MINOR) url: add value argument toURLSearchParams
has
anddelete
methods (Sankalp Shubham) #47885Commits
456fca0d9c
] - bootstrap: initialize per-isolate properties of bindings separately (Joyee Cheung) #47768d6d12bf978
] - bootstrap: log isolate data info in mksnapshot debug logs (Joyee Cheung) #47768e457d89a1b
] - buffer: combine checking range of sourceStart inbuf.copy
(Deokjin Kim) #4775800668fcfb4
] - child_process: use signal.reason in child process abort (Debadree Chatterjee) #47817d7993474ea
] - crypto: remove default encoding from scrypt (Tobias Nießen) #4794309fb74a7cc
] - crypto: fix webcrypto private/secret import with empty usages (Filip Skokan) #47877e9c6ee74f3
] - crypto: remove default encoding from pbkdf2 (Tobias Nießen) #47869b7f13a8679
] - deps: update simdutf to 3.2.9 (Node.js GitHub Bot) #47983b16f6da153
] - deps: V8: cherry-pick5f025d1
(Michaël Zasso) #4761099f8fcab45
] - deps: V8: cherry-picka8a11a8
(Michaël Zasso) #47610c2b14b4c78
] - deps: update ada to 2.4.0 (Node.js GitHub Bot) #47922cad42e7a56
] - deps: V8: cherry-pick1b471b7
(Lu Yahan) #473997b2f17ca59
] - deps: upgrade npm to 9.6.6 (npm team) #47862d23b1af562
] - deps: update ada to 2.3.1 (Node.js GitHub Bot) #4789372340c98fb
] - dgram: convert macro to template (Tobias Nießen) #478919be922892f
] - dns: callada::idna::to_ascii
directly from c++ (Yagiz Nizipli) #479204a1e97156a
] - doc: add missing deprecated blocks to cluster (Tobias Nießen) #4798113118a19ee
] - doc: update description of global (Tobias Nießen) #47969372796440b
] - doc: update measure memory rejection information (Yash Ladha) #416397ecc6740e4
] - doc: fix broken link to TC39 import attributes proposal (Rich Trott) #47954b9771c95c7
] - doc: fix broken link (Rich Trott) #479536f5ba92e61
] - doc: remove broken link (Rich Trott) #47942c9ffc555f1
] - doc: document make lint-md-clean (Matteo Collina) #479267ed99e8ba5
] - doc: mark global object as legacy (Mert Can Altın) #47819bf39f2d252
] - doc: ntfs junction points must link to directories (Ben Noordhuis) #479074dfc3890d8
] - doc: improvepermission.has
description (Daeyeon Jeong) #4787593f1aa2856
] - doc: fix params names (Dmitry Semigradsky) #478539a362aa2fb
] - doc: update supported version of FreeBSD to 12.4 (Michaël Zasso) #4783889c70dc6e6
] - doc: add stability experimental to pm (Rafael Gonzaga) #47890f96fb2eee7
] - doc: swap Matteo with Rafael in the stewards (Rafael Gonzaga) #478411666a146e3
] - doc: add valgrind suppression details (Kevin Eady) #47760e53e8231ff
] - doc: replace EOL versions in README (Tobias Nießen) #47833c092df9094
] - doc: add ovflowd to collaborators (Claudio Wunder) #47844f7106765b3
] - doc: update BUILDING.md previous versions links (Tobias Nießen) #47835811b43c215
] - doc,test: update the v8.startupSnapshot doc and test the example (Joyee Cheung) #474681ec640ac70
] - esm: do not use'beforeExit'
on the main thread (Antoine du Hamel) #47964106dc612d6
] - fs: make readdir recursive algorithm iterative (Ethan Arrowood) #47650a0da2348a8
] - fs: move fs_use_promises_symbol to per-isolate symbols (Joyee Cheung) #477684197a9a5a0
] - (SEMVER-MINOR) http: prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #47732a4d6543598
] - http2: improve nghttp2 error callback (Tobias Nießen) #47840a4fed6c580
] - lib: update comment (sinkhaha) #47884fd8bec7b2b
] - meta: bump step-security/harden-runner from 2.3.1 to 2.4.0 (Rich Trott) #47980f5b4b6d5dc
] - meta: bump github/codeql-action from 2.3.2 to 2.3.3 (Rich Trott) #47979c05c0a2359
] - meta: bump actions/setup-python from 4.5.0 to 4.6.0 (Rich Trott) #479682a3d6d97cb
] - meta: add security-wg ping to permission.js (Rafael Gonzaga) #479416c158e8dd1
] - meta: bump step-security/harden-runner from 2.2.1 to 2.3.1 (dependabot[bot]) #47808f7a8094d37
] - meta: bump actions/setup-python from 4.5.0 to 4.6.0 (dependabot[bot]) #478060f58e48792
] - meta: bump actions/checkout from 3.3.0 to 3.5.2 (dependabot[bot]) #47805652b06dd82
] - meta: remove extra space in scorecard workflow (Mestery) #478059f06eaccaf
] - meta: bump github/codeql-action from 2.2.9 to 2.3.2 (dependabot[bot]) #47809977fd7cf35
] - meta: bump codecov/codecov-action from 3.1.1 to 3.1.3 (dependabot[bot]) #47807c19385c154
] - module: refactor to usenormalizeRequirableId
in the CJS module loader (Darshan Sen) #47896739113f2fc
] - module: block requiringtest/reporters
without scheme (Moshe Atlow) #47831f489c6710c
] - (NODE-API-SEMVER-MAJOR) node-api: get Node API version used by addon (Vladimir Morozov) #457157222f9d74b
] - path: indicate index of wrong resolve() parameter (sosoba) #476607dd32f1536
] - permission: remove unused function declaration (Deokjin Kim) #47957af86625a05
] - permission: resolve reference to absolute path only for fs permission (Daeyeon Jeong) #479301625ae11fe
] - quic: address recent coverity warning (Michael Dawson) #47753c4596b9ce7
] - (SEMVER-MINOR) sea: add option to disable the experimental SEA warning (Darshan Sen) #475881a7fc186bc
] - sea: allow requiring core modules with the "node:" prefix (Darshan Sen) #47779786a1c5398
] - src: deduplicate X509Certificate::Fingerprint* (Tobias Nießen) #47978060c1d502b
] - src: stop copying code cache, part 2 (Keyhan Vakil) #479581aec718619
] - (SEMVER-MINOR) src: add cjs_module_lexer_version base64_version (Jithil P Ponnan) #456290c06bfd8dc
] - src: move BlobSerializerDeserializer to a separate header file (Darshan Sen) #47933bd553e7521
] - src: rename SKIP_CHECK_SIZE to SKIP_CHECK_STRLEN (Tobias Nießen) #47845190596c189
] - src: register external references for source code (Keyhan Vakil) #470554293cc47f4
] - src: support V8 experimental shared values in messaging (Shu-yu Guo) #477069bc5d78f0c
] - src: register ext reference for Fingerprint512 (Tobias Nießen) #47892a11507e23b
] - src: stop copying code cache (Keyhan Vakil) #47144515c9b8de6
] - src: clarify the parameter name inPermission::Apply
(Daeyeon Jeong) #47874c4217613f5
] - src: fix creating an ArrayBuffer from a Blob created withopenAsBlob
(Daeyeon Jeong) #476914bc17fd67b
] - src: avoid strcmp() with Utf8Value (Tobias Nießen) #47827d358317f70
] - src: get binding data store directly from the realm (Joyee Cheung) #47437b04d51a0b5
] - src: prefer data accessor of string and vector (Mohammed Keyvanzadeh) #477502952cc576c
] - src: add per-isolate SetFastMethod and Set[Fast]MethodNoSideEffect (Joyee Cheung) #47768010d2ecf94
] - test: mark test-esm-loader-http-imports as flaky (Tobias Nießen) #47987bb33c74c07
] - test: add getRandomValues return length (Jithil P Ponnan) #463576e019586f7
] - test: unskip negative-settimeout.any.js WPT (Filip Skokan) #479468f547afe5f
] - test: use appropriate usages for a negative import test (Filip Skokan) #478787e34f77518
] - test: fix webcrypto wrap unwrap tests (Filip Skokan) #4787630f4f35244
] - test: fix output tests when path includes node version (Moshe Atlow) #4784354607bfd68
] - test: reduce WPT concurrency (Filip Skokan) #4783417945a2495
] - test: migrate a pseudo_tty test to use assertSnapshot (Moshe Atlow) #47803c9233679e8
] - test: fix WPT state when process exits but workers are still running (Filip Skokan) #4782634bfb69b5b
] - test: migrate message tests to use assertSnapshot (Moshe Atlow) #47498d25c785c2a
] - test: allow SIGBUS in signal-handler abort test (Michaël Zasso) #47851aa2c7e00d7
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47921da27542058
] - test_runner: use v8.serialize instead of TAP (Moshe Atlow) #4786717befe008c
] - (SEMVER-MINOR) test_runner: add shorthands totest
(Chemi Atlow) #4790942db1d50a0
] - test_runner: fix ordering of test hooks (Phil Nash) #47931d81c54e3a8
] - test_runner: omit inaccessible files from coverage (Colin Ihrig) #47850a4e261e910
] - tools: debug log for nghttp3 (Marco Ippolito) #47992f6ff318d4c
] - tools: automate icu-small update (Marco Ippolito) #47727706c305381
] - tools: update lint-md-dependencies to rollup@3.21.5 (Node.js GitHub Bot) #47903e22c686ca9
] - tools: update eslint to 8.40.0 (Node.js GitHub Bot) #4790636f7cfac93
] - tools: update eslint to 8.39.0 (Node.js GitHub Bot) #477897323902a40
] - tools: fix jsdoc lint (Moshe Atlow) #47789a0634d7f89
] - (SEMVER-MINOR) url: add value argument to has and delete methods (Sankalp Shubham) #478851b06c1e003
] - url: improveisURL
detection (Yagiz Nizipli) #478862bd869d20c
] - vm: fix crash when setting __proto__ on context's globalThis (Feng Yu) #47939e6685f9e82
] - vm,lib: refactor microtaskQueue assignment logic (Khaidi Chu) #4776547fea13dac
] - worker: support more cases when (de)serializing errors (Moshe Atlow) #479256f3876c035
] - worker: use snapshot in workers spawned by workers (Joyee Cheung) #47731v20.1.0
: 2023-05-03, Version 20.1.0 (Current), @targosCompare Source
Notable Changes
5e99598639
] - assert: deprecateCallTracker
(Moshe Atlow) #477402d97c89c6f
] - crypto: update root certificates to NSS 3.89 (Node.js GitHub Bot) #47659ce8820e292
] - (SEMVER-MINOR) dns: exposegetDefaultResultOrder
(btea) #469739d30f469aa
] - doc: add KhafraDev to collaborators (Matthew Aitken) #47510439ea47a77
] - (SEMVER-MINOR) fs: addrecursive
option toreaddir
andopendir
(Ethan Arrowood) #41439a54e898dc8
] - (SEMVER-MINOR) fs: add support formode
flag to specify the copy behavior of thecp
methods (Tetsuharu Ohzeki) #470844fa773964b
] - (SEMVER-MINOR) http: addhighWaterMark
optionhttp.createServer
(HinataKah0) #474052b411f4b42
] - (SEMVER-MINOR) stream: preserve object mode incompose
(Raz Luvaton) #474135327483f31
] - (SEMVER-MINOR) test_runner: addtestNamePatterns
torun
API (Chemi Atlow) #47628bdd02a467d
] - (SEMVER-MINOR) test_runner: executebefore
hook on test (Chemi Atlow) #475860e70c187bc
] - (SEMVER-MINOR) test_runner: support combining coverage reports (Colin Ihrig) #4768675c1d1b66e
] - (SEMVER-MINOR) wasi: makereturnOnExit
true by default (Michael Dawson) #47390Commits
33d1bd3e02
] - assert: deprecate callTracker (Moshe Atlow) #477406d87355e83
] - benchmark: add eventtarget creation bench (Rafael Gonzaga) #4777440324a1dea
] - benchmark: differentiate whatwg and legacy url (Yagiz Nizipli) #47377936d7cb069
] - benchmark: add a benchmark fordefaultResolve
(Antoine du Hamel) #47543202042ee93
] - bootstrap: support namespaced builtins in snapshot scripts (Joyee Cheung) #4746730af5cee55
] - build: use pathlib for paths (Mohammed Keyvanzadeh) #47581089c9c51e9
] - build: refactor configure.py (Mohammed Keyvanzadeh) #476675b851c8074
] - build: add devcontainer configuration (Tierney Cyren) #4082535e8b3b467
] - build: bump ossf/scorecard-action from 2.1.2 to 2.1.3 (dependabot[bot]) #4736778c08243df
] - build: replace Python linter flake8 with ruff (Christian Clauss) #475192d97c89c6f
] - crypto: update root certificates to NSS 3.89 (Node.js GitHub Bot) #47659420feb41cf
] - crypto: remove INT_MAX restriction in randomBytes (Tobias Nießen) #475596046779dd9
] - deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #4745000d461e93f
] - deps: V8: cherry-pickc5ab3e4
(Richard Lau) #47736d08dd8069f
] - deps: update ada to 2.3.0 (Node.js GitHub Bot) #47737996245976b
] - deps: update undici to 5.22.0 (Node.js GitHub Bot) #47679f3ee3126df
] - deps: update ada to 2.2.0 (Node.js GitHub Bot) #476781391d3b9ff
] - deps: add minimatch as a dependency (Moshe Atlow) #47499315454350d
] - deps: update ada to 2.1.0 (Node.js GitHub Bot) #475987f7735cad9
] - deps: update ICU to 73.1 release (Steven R. Loomis) #4745613105c12b7
] - deps: patch V8 to 11.3.244.8 (Michaël Zasso) #47536ede69d272a
] - deps: update undici to 5.21.2 (Node.js GitHub Bot) #4750864b5a5f872
] - deps: update simdutf to 3.2.8 (Node.js GitHub Bot) #475072664536796
] - deps: V8: cherry-pick8e10685
(Jiawen Geng) #47440ba9ec91f0e
] - deps: update undici to 5.21.1 (Node.js GitHub Bot) #47488ce8820e292
] - (SEMVER-MINOR) dns: expose getDefaultResultOrder (btea) #469734c26e28c33
] - doc: create maintaining folder for deps (Marco Ippolito) #47589aa0ef3eabd
] - doc: fix --allow-* CLI flag references (Tobias Nießen) #4780498603b6fd3
] - doc: clarify fs permissions only affect fs module (Tobias Nießen) #477823befe5dac9
] - doc: add copy node executable guide on windows (XLor) #4778198450d9892
] - doc: remove MoLow from Triagers (Moshe Atlow) #47792d75036410d
] - doc: fix typo in webstreams.md (Christian Takle) #47766ceba37a74f
] - doc: move BethGriggs to regular member (Rich Trott) #47776b954ea9781
] - doc: mark signing the binary is macOS and Windows only in SEA (Xuguang Mei) #4772226bccbcd10
] - doc: move addaleax to TSC emeriti (Anna Henningsen) #4775220b0de242f
] - doc: add link to news for Node.js core (Michael Dawson) #477045709133dc7
] - doc: fix a typo inpermissions.md
(Daeyeon Jeong) #47730c5c40a89f2
] - doc: async_hooks asynchronous content example add mjs code (btea) #47401a1403a8df2
] - doc: clarify concurrency model of test runner (Tobias Nießen) #47642c0c23fbe42
] - doc: fix a typo infs.openAsBlob
(Daeyeon Jeong) #476934cef98812d
] - doc: fix typos (Mohammed Keyvanzadeh) #47685f30ef242ef
] - doc: fix capitalization of ASan (Mohammed Keyvanzadeh) #4767678a3503406
] - doc: fix typos in SECURITY.md (Mohammed Keyvanzadeh) #476779101630e05
] - doc: update error code of buffer (Deokjin Kim) #47617183f0c3e79
] - doc: change offset of example inBuffer.copyBytesFrom
(Deokjin Kim) #47606d11ff4bc53
] - doc: improve fs permissions description (Tobias Nießen) #47596b58920c3a9
] - doc: remove markdown link from heading (Tobias Nießen) #47585c36634e880
] - doc: fix history ordering ofWASI
constructor (Antoine du Hamel) #47611d3fadd889d
] - doc: fix release-post script location (Rafael Gonzaga) #475172a0bbe7883
] - doc: fix typo in webcrypto metadata (Tobias Nießen) #47595b0b16ee9f6
] - doc: add link for news from uvwasi team (Michael Dawson) #475317ca416af15
] - doc: add missing setEncoding call in ESM example (Anna Henningsen) #47558f9abd59b41
] - doc: update darwin-x64 toolchain used for Node.js 20 releases (Michaël Zasso) #475460dc508070f
] - doc: fix split infinitive in Hooks caveat (Jacob Smith) #475504046280475
] - doc: fix typo in util.types.isNativeError() (Julian Dax) #475329d30f469aa
] - doc: add KhafraDev to collaborators (Matthew Aitken) #47510537c17ec48
] - doc: create maintaining-brotli.md (Marco Ippolito) #4738009ff9eafd9
] - doc,fs: update description of fs.stat() method (Mert Can Altın) #47654185d6090cd
] - doc,test: fix concurrency option of test() (Tobias Nießen) #47734a793cf401d
] - esm: renameURLCanParse
to be consistent (Antoine du Hamel) #47668fbb6b72f87
] - esm: remove support for deprecated hooks (Antoine du Hamel) #47580c150976c4f
] - esm: initializeimport.meta
on eval (Antoine du Hamel) #4755155f70f6395
] - esm: propagateprocess.exit
from the loader thread to the main thread (Antoine du Hamel) #47548269482f61f
] - esm: avoid accessing lazy getters for urls (Yagiz Nizipli) #47542889add68e5
] - esm: avoid try/catch when validating urls (Yagiz Nizipli) #47541439ea47a77
] - (SEMVER-MINOR) fs: add recursive option to readdir and opendir (Ethan Arrowood) #41439a54e898dc8
] - (SEMVER-MINOR) fs: add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #4708496f93cc500
] - (SEMVER-MINOR) http: remove internal error in assignSocket (Matteo Collina) #477234fa773964b
] - (SEMVER-MINOR) http: add highWaterMark opt in http.createServer (HinataKah0) #4740594a5abb1e0
] - inspector: add tips for Session (theanarkh) #4719521ff33127a
] - lib: improve esm resolve performance (Yagiz Nizipli) #46652b8bdaf86c4
] - lib: disallow file-backed blob cloning (James M Snell) #47574e8bc03b372
] - lib: use webidl DOMString converter in EventTarget (Matthew Aitken) #4751491e4a7cdee
] - loader: use default loader as cascaded loader in the in loader worker (Joyee Cheung) #47620d5089fe00a
] - meta: fix dependabot commit message (Mestery) #4781092794400ce
] - meta: ping nodejs/startup for startup test changes (Joyee Cheung) #477718d43689077
] - meta: add mailmap entry for KhafraDev (Rich Trott) #475124d02901935
] - node-api: test passing NULL to napi_define_class (Gabriel Schulhof) #47567568256dca0
] - node-api: test passing NULL to number APIs (Gabriel Schulhof) #4754912f0fa386d
] - node-api: remove unused mark_arraybuffer_as_untransferable (Chengzhong Wu) #47557e8ea83416a
] - quic: add more QUIC implementation (James M Snell) #47494af227b159d
] - readline: fix issue with newline-less last line (Ian Harris) #47317e948bec969
] - src: avoid copying string in fs_permission (Yagiz Nizipli) #47746dc43ce7706
] - src: replace idna functions with ada::idna (Yagiz Nizipli) #477351f9e7ce7e8
] - src: fix typo in comment in quic/sessionticket.cc (Tobias Nießen) #477542acb57b777
] - src: mark fatal error functions as noreturn (Chengzhong Wu) #476954431df7481
] - src: split BlobSerializer/BlobDeserializer (Joyee Cheung) #47458bf9a52cb3d
] - src: prevent changing FunctionTemplateInfo after publish (Shelley Vohr) #46979872e6706ca
] - src: add v8 fast api for url canParse (Matthew Aitken) #47552cfafe431f2
] - src: make AliasedBuffers in the binding data weak (Joyee Cheung) #47354cf48db0034
] - src: use v8::Boolean(b) over b ? True() : False() (Tobias Nießen) #47554ba255eda37
] - src: fix typo in process.env accessor error message (Moritz Raho) #47014daf0c78232
] - src: replace static const string_view by static constexpr (Daniel Lemire) #4752457e7ed7f47
] - src: fix CSPRNG when length exceeds INT_MAX (Tobias Nießen) #47515cda36bfd8f
] - src: use correct variable in node_builtins.cc (Michaël Zasso) #47343adc1601ccd
] - src: slim down stream_base-inl.h (lilsweetcaligula) #46972f88132f1b8
] - stream: prevent pipeline hang with generator functions (Debadree Chatterjee) #477122b411f4b42
] - (SEMVER-MINOR) stream: preserve object mode in compose (Raz Luvaton) #47413159cf02920
] - test: refactor to usegetEventListeners
in timers (Deokjin Kim) #4775997a3d39b8f
] - test: add and use tmpdir.hasEnoughSpace() (Tobias Nießen) #477675bb7b26bb5
] - test: remove spaces from test runner test names (Tobias Nießen) #4773384fa9fd725
] - test: refactor WPTRunner and enable parallel WPT execution (Filip Skokan) #476359d3768eb01
] - Revert "test: run WPT files in parallel again" (Filip Skokan) #47627826f4041d1
] - test: mark test-cluster-primary-error flaky on asan (Yagiz Nizipli) #47422e5251e31eb
] - test_runner: fix --require with --experimental-loader (Moshe Atlow) #477516ee5e42c73
] - (SEMVER-MINOR) test_runner: support combining coverage reports (Colin Ihrig) #47686f8581e7629
] - test_runner: remove no-op validation (Colin Ihrig) #4768740b38797c5
] - test_runner: fix test runner concurrency (Moshe Atlow) #476752d7cac0c5b
] - test_runner: fix test counting (Moshe Atlow) #476755a9b71a52e
] - test_runner: fix nested hooks (Moshe Atlow) #476485327483f31
] - (SEMVER-MINOR) test_runner: add testNamePatterns to run api (Chemi Atlow) #47628b6fb7914ca
] - test_runner: support coverage of unnamed functions (Colin Ihrig) #476521f120a396f
] - test_runner: move coverage collection to root.postRun() (Colin Ihrig) #47651bdd02a467d
] - (SEMVER-MINOR) test_runner: execute before hook on test (Chemi Atlow) #47586ec24abaa03
] - test_runner: avoid reporting parents of failing tests in summary (Moshe Atlow) #475794203057740
] - test_runner: fix spec skip detection (Moshe Atlow) #4753757c69987ba
] - tls: accept SecureContext object in server.addContext() (HinataKah0) #47570c620eb80a0
] - tools: update doc to highlight.js@11.8.0 (Node.js GitHub Bot) #47786326c3f1593
] - tools: add the missing LoongArch64 definition in the v8.gyp file (Sun Haiyong) #476418d1588acdc
] - tools: update lint-md-dependencies to rollup@3.21.1 (Node.js GitHub Bot) #47787226e5b83ee
] - tools: move update-npm to dep updaters (Marco Ippolito) #476199d0bef6c0a
] - tools: fix update-v8-patch cache (Marco Ippolito) #4772563e8c95a66
] - tools: automate v8 patch update (Marco Ippolito) #47594d2994e52d3
] - tools: fix skip message in update-cjs-module-lexer (Tobias Nießen) #47701ccf9c37b43
] - tools: update lint-md-dependencies to @rollup/plugin-commonjs@24.1.0 (Node.js GitHub Bot) #475770887fa0464
] - tools: keep PR titles/description up-to-date (Tobias Nießen) #47621b8927ddf16
] - tools: fix updating root certificates (Richard Lau) #4760787cae0cb59
] - tools: update PR label config (Mohammed Keyvanzadeh) #47593c17f2688b8
] - Revert "tools: ensure failed daily wpt run still generates a report" (Filip Skokan) #47627fbe7d73234
] - tools: add execution permission to uvwasi script (Mert Can Altın) #47600e3f4ff439e
] - tools: add update script for googletest (Tobias Nießen) #474827c552e650a
] - tools: add option to run workflow with specific tool id (Michaël Zasso) #475911509312170
] - tools: automate zlib update (Marco Ippolito) #474176af7f1ee03
] - tools: add url and whatwg-url labels automatically (Yagiz Nizipli) #47545ff73c05d54
] - tools: add performance label to benchmark changes (Yagiz Nizipli) #475459e3e0b0a84
] - tools: automate uvwasi dependency update (Ranieri Innocenti Spada) #47509233b628f22
] - tools: add missing pinned dependencies (Mateo Nunez) #47346e4d95859f5
] - tools: automate ngtcp2 and nghttp3 update (Marco Ippolito) #474022e8338126b
] - tools: move update-undici.sh to dep_updaters and create maintain md (Marco Ippolito) #473808712eafc87
] - typings: fix syntax error in tsconfig (Mohammed Keyvanzadeh) #47584e4b6b79f18
] - url: reduce revokeObjectURL cpp calls (Yagiz Nizipli) #477289aae76727f
] - url: handle URL.canParse without base parameter (Yagiz Nizipli) #47547180d365439
] - url: validate URL constructor arg length (Matthew Aitken) #475134839fc4369
] - url: validate argument length in canParse (Matthew Aitken) #47513606523d37e
] - v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructor (Chengzhong Wu) #4772175c1d1b66e
] - (SEMVER-MINOR) wasi: make returnOnExit true by default (Michael Dawson) #47390v20.0.0
: 2023-04-18, Version 20.0.0 (Current), @RafaelGSSCompare Source
We're excited to announce the release of Node.js 20! Highlights include the new Node.js Permission Model,
a synchronous
import.meta.resolve
, a stable test_runner, updates of the V8 JavaScript engine to 11.3, Ada to 2.0,and more!
As a reminder, Node.js 20 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months.
We encourage you to explore the new features and benefits offered by this latest release and evaluate their potential impact on your applications.
Notable Changes
Permission Model
Node.js now has an experimental feature called the Permission Model.
It allows developers to restrict access to specific resources during program execution, such as file system operations,
child process spawning, and worker thread creation.
The API exists behind a flag
--experimental-permission
which when enabled will restrict access to all available permissions.By using this feature, developers can prevent their applications from accessing or modifying sensitive data or running potentially harmful code.
More information about the Permission Model can be found in the Node.js documentation.
The Permission Model was a contribution by Rafael Gonzaga in #44004.
Custom ESM loader hooks run on dedicated thread
ESM hooks supplied via loaders (
--experimental-loader=foo.mjs
) now run in a dedicated thread, isolated from the main thread.This provides a separate scope for loaders and ensures no cross-contamination between loaders and application code.
Synchronous
import.meta.resolve()
In alignment with browser behavior, this function now returns synchronously.
Despite this, user loader
resolve
hooks can still be defined as async functions (or as sync functions, if the author prefers).Even when there are async
resolve
hooks loaded,import.meta.resolve
will still return synchronously for application code.Contributed by Anna Henningsen, Antoine du Hamel, Geoffrey Booth, Guy Bedford, Jacob Smith, and Michaël Zasso in #44710
V8 11.3
The V8 engine is updated to version 11.3, which is part of Chromium 113.
This version includes three new features to the JavaScript API:
The V8 update was a contribution by Michaël Zasso in #47251.
Stable Test Runner
The recent update to Node.js, version 20, includes an important change to the test_runner module. The module has been marked as stable after a recent update.
Previously, the test_runner module was experimental, but this change marks it as a stable module that is ready for production use.
Contributed by Colin Ihrig in #46983
Ada 2.0
Node.js v20 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements
to URL parsing, including enhancements to the
url.domainToASCII
andurl.domainToUnicode
functions innode:url
.Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the
improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4,
while also eliminating the need for the ICU requirement for URL hostname parsing.
Contributed by Yagiz Nizipli and Daniel Lemire in #47339
Preparing single executable apps now requires injecting a Blob
Building a single executable app now requires injecting a blob prepared by
Node.js from a JSON config instead of injecting the raw JS file.
This opens up the possibility of embedding multiple co-existing resources into the SEA (Single Executable Apps).
Contributed by Joyee Cheung in #47125
Web Crypto API
Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations.
This further improves interoperability with other implementations of Web Crypto API.
This change was made by Filip Skokan in #46067.
Official support for ARM64 Windows
Node.js now includes binaries for ARM64 Windows, allowing for native execution on the platform.
The MSI, zip/7z packages, and executable are available from the Node.js download site along with all other platforms.
The CI system was updated and all changes are now fully tested on ARM64 Windows, to prevent regressions and ensure compatibility.
ARM64 Windows was upgraded to tier 2 support by Stefan Stojanovic in #47233.
WASI version must now be specified
When
new WASI()
is called, the version option is now required and has no default value.Any code that relied on the default for the version will need to be updated to request a specific version.
This change was made by Michael Dawson in #47391.
Deprecations and Removals
3bed5f11e0
] - (SEMVER-MAJOR) url: runtime-deprecate url.parse() with invalid ports (Rich Trott) #45526url.parse()
accepts URLs with ports that are not numbers. This behavior might result in host name spoofing with unexpected input.These URLs will throw an error in future versions of Node.js, as the WHATWG URL API does already.
Starting with Node.js 20, these URLS cause
url.parse()
to emit a warning.Semver-Major Commits
9fafb0a090
] - (SEMVER-MAJOR) async_hooks: deprecate the AsyncResource.bind asyncResource property (James M Snell) #464321948d37595
] - (SEMVER-MAJOR) buffer: check INSPECT_MAX_BYTES with validateNumber (Umuoy) #465997bc0e6a4e7
] - (SEMVER-MAJOR) buffer: graduate File from experimental and expose as global (Khafra) #47153671ffd7825
] - (SEMVER-MAJOR) buffer: use min/max ofvalidateNumber
(Deokjin Kim) #45796ab1614d280
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #47251c1bcdbcf79
] - (SEMVER-MAJOR) build: warn for gcc versions earlier than 10.1 (Richard Lau) #46806649f68fc1e
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Yagiz Nizipli) #455799374700d7a
] - (SEMVER-MAJOR) crypto: remove DEFAULT_ENCODING (Tobias Nießen) #471821640aeb680
] - (SEMVER-MAJOR) crypto: remove obsolete SSL_OP_* constants (Tobias Nießen) #47073c2e4b1fa9a
] - (SEMVER-MAJOR) crypto: remove ALPN_ENABLED (Tobias Nießen) #470283ef38c4bd7
] - (SEMVER-MAJOR) crypto: use WebIDL converters in WebCryptoAPI (Filip Skokan) #4606708af023b1f
] - (SEMVER-MAJOR) crypto: runtime deprecate replaced rsa-pss keygen parameters (Filip Skokan) #456537eb0ac3cb6
] - (SEMVER-MAJOR) deps: patch V8 to support compilation on win-arm64 (Michaël Zasso) #47251a7c129f286
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #472516f5655a18e
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #47251f226350fcb
] - (SEMVER-MAJOR) deps: update V8 to 11.3.244.4 (Michaël Zasso) #47251d6dae7420e
] - (SEMVER-MAJOR) deps: V8: cherry-pickf1c888e
(Michaël Zasso) #4557956c436533e
] - (SEMVER-MAJOR) deps: fix V8 build on Windows with MSVC (Michaël Zasso) #4557951ab98c71b
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #455799f84d3eea8
] - (SEMVER-MAJOR) deps: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) #45579f2318cd4b5
] - (SEMVER-MAJOR) deps: fix V8 build issue with inline methods (Jiawen Geng) #4557916e03e7968
] - (SEMVER-MAJOR) deps: update V8 to 10.9.194.4 (Yagiz Nizipli) #455796473f5e7f7
] - (SEMVER-MAJOR) doc: update toolchains used for Node.js 20 releases (Richard Lau) #47352cc18fd9608
] - (SEMVER-MAJOR) events: refactor to usevalidateNumber
(Deokjin Kim) #45770ff92b40ffc
] - (SEMVER-MAJOR) http: close the connection after sending a body without declared length (Tim Perry) #463332a29df6464
] - (SEMVER-MAJOR) http: keep HTTP/1.1 conns alive even if the Connection header is removed (Tim Perry) #46331391dc74a10
] - (SEMVER-MAJOR) http: throw error if options of http.Server is array (Deokjin Kim) #46283ed3604cd64
] - (SEMVER-MAJOR) http: server check Host header, to meet RFC 7230 5.4 requirement (wwwzbwcom) #4559788d71dc301
] - (SEMVER-MAJOR) lib: refactor to use min/max ofvalidateNumber
(Deokjin Kim) #45772e4d641f02a
] - (SEMVER-MAJOR) lib: refactor to use validators in http2 (Debadree Chatterjee) #461740f3e531096
] - (SEMVER-MAJOR) lib: performance improvement on readline async iterator (Thiago Oliveira Santos) #412765b5898ac86
] - (SEMVER-MAJOR) lib,src: update exit codes as per todos (Debadree Chatterjee) #4584155321bafd1
] - (SEMVER-MAJOR) net: enable autoSelectFamily by default (Paolo Insogna) #467902d0d99733b
] - (SEMVER-MAJOR) process: removeprocess.exit()
,process.exitCode
coercion to integer (Daeyeon Jeong) #43716dc06df31b6
] - (SEMVER-MAJOR) readline: refactor to usevalidateNumber
(Deokjin Kim) #45801295b2f3ff4
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 115 (Michaël Zasso) #472513803b028dd
] - (SEMVER-MAJOR) src: share common code paths for SEA and embedder script (Anna Henningsen) #46825e8bddac3e9
] - (SEMVER-MAJOR) src: apply ABI-breaking API simplifications (Anna Henningsen) #46705f84de0ad4c
] - (SEMVER-MAJOR) src: use uint32_t for process initialization flags enum (Anna Henningsen) #46427a6242772ec
] - (SEMVER-MAJOR) src: fix ArrayBuffer::Detach deprecation (Michaël Zasso) #45579dd5c39a808
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 112 (Yagiz Nizipli) #4557963eca7fec0
] - (SEMVER-MAJOR) stream: validate readable defaultEncoding (Marco Ippolito) #464309e7093f416
] - (SEMVER-MAJOR) stream: validate writable defaultEncoding (Marco Ippolito) #46322fb91ee4f26
] - (SEMVER-MAJOR) test: make trace-gc-flag tests less strict (Yagiz Nizipli) #45579eca618071e
] - (SEMVER-MAJOR) test: adapt test-v8-stats for V8 update (Michaël Zasso) #45579c03354d3e0
] - (SEMVER-MAJOR) test: test case for multiple res.writeHead and res.getHeader (Marco Ippolito) #45508c733cc0c7f
] - (SEMVER-MAJOR) test_runner: mark module as stable (Colin Ihrig) #469837ce223273d
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 11.1 (Michaël Zasso) #47251ca4bd3023e
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 11.0 (Michaël Zasso) #4725158b06a269a
] - (SEMVER-MAJOR) tools: update V8 gypfiles (Michaël Zasso) #45579027841c964
] - (SEMVER-MAJOR) url: use private properties for brand check (Yagiz Nizipli) #469043bed5f11e0
] - (SEMVER-MAJOR) url: runtime-deprecate url.parse() with invalid ports (Rich Trott) #455267c76fddf25
] - (SEMVER-MAJOR) util,doc: mark parseArgs() as stable (Colin Ihrig) #467184b52727976
] - (SEMVER-MAJOR) wasi: make version non-optional (Michael Dawson) #47391Semver-Minor Commits
d4b440bfac
] - (SEMVER-MINOR) fs: implement byob mode for readableWebStream() (Debadree Chatterjee) #4693300c222593e
] - (SEMVER-MINOR) src,process: add permission model (Rafael Gonzaga) #44004978b57d750
] - (SEMVER-MINOR) wasi: no longer require flag to enable wasi (Michael Dawson) #47286Semver-Patch Commits
e50c6b9a22
] - bootstrap: do not expand process.argv[1] for snapshot entry points (Joyee Cheung) #47466c81e1143e4
] - bootstrap: store internal loaders in C++ via a binding (Joyee Cheung) #472158e673bdb84
] - build: add node-core-utils to setup (Jiawen Geng) #474425b561d72a6
] - build: sync cares source change (Jiawen Geng) #473598e6ee53e4e
] - build: remove non-exist build file (Jiawen Geng) #473619a4d21d1d9
] - build, deps, tools: avoid excessive LTO (Konstantin Demin) #4731348c01485cd
] - crypto: replace THROW with CHECK for scrypt keylen (Tobias Nießen) #474074c1a27716b
] - crypto: re-add padding for AES-KW wrapped JWKs (Filip Skokan) #46563b66eb15d12
] - deps: update simdutf to 3.2.7 (Node.js GitHub Bot) #474733fc11477ba
] - deps: update corepack to 0.17.2 (Node.js GitHub Bot) #47474c1776531ab
] - deps: upgrade npm to 9.6.4 (npm team) #47432e7ca09f310
] - deps: update zlib to upstream5edb52d
(Luigi Pinca) #4715188387ccd12
] - deps: update ada to 2.0.0 (Node.js GitHub Bot) #473399f468cc37e
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46570eeab210b1b
] - deps: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) #46570d93d7716c7
] - deps: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) #465710f69ec4dd7
] - deps: patch V8 to 10.9.194.9 (Michaël Zasso) #459955890d09644
] - deps: patch V8 to 10.9.194.6 (Michaël Zasso) #45748c02a7e7e93
] - diagnostics_channel: fix ref counting bug when reaching zero subscribers (Stephen Belanger) #47520c7ad5bb37d
] - doc: info on handling unintended breaking changes (Michael Dawson) #474267d2d40ed0d
] - doc: add performance initiative (Yagiz Nizipli) #47424d56c0f7318
] - doc: do not create a backup file (Luigi Pinca) #47151412d27b65b
] - doc: add MoLow to the TSC (Colin Ihrig) #47436f131cca0c0
] - doc: reserve 116 for Electron 25 (Keeley Hammond) #473751022c6f424
] - doc: add experimental stages (Geoffrey Booth) #4610042d3d74717
] - doc: clarify release notes for Node.js 16.19.0 (Richard Lau) #45846533c6512da
] - doc: clarify release notes for Node.js 14.21.2 (Richard Lau) #4584697165fc1a6
] - doc: fix doc metadata for Node.js 16.19.0 (Richard Lau) #45863a266b8b702
] - doc: add registry number for Electron 23 & 24 (Keeley Hammond) #456612613a9ced9
] - esm: move hook execution to separate thread (Jacob Smith) #44710841f6b3abf
] - esm: increase test coverage of edge cases (Antoine du Hamel) #470330d575fe61a
] - gyp: put filenames in variables (Cheng Zhao) #4696541b186722c
] - lib: distinguish webidl interfaces with the extended property "Exposed" (Chengzhong Wu) #468099b7db62276
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#358d43b532789
] - lib: refactor to usevalidateBuffer
(Deokjin Kim) #464899a76a2521b
] - meta: ping security-wg team on permission model changes (Rafael Gonzaga) #47483a4dadde1ba
] - meta: ping startup and realm team on src/node_realm* changes (Joyee Cheung) #47448631c3ef3de
] - module: do less CJS module loader initialization at run time (Joyee Cheung) #471948bcf0a42f7
] - permission: fix chmod,chown improve fs coverage (Rafael Gonzaga) #4752954d17ff4b5
] - permission: support fs.mkdtemp (Rafael Gonzaga) #47470b441b5dc65
] - permission: drop process.permission.deny (Rafael Gonzaga) #47335aa30e16716
] - permission: fix some vulnerabilities in fs (Tobias Nießen) #470911726da9300
] - permission: add path separator to loader check (Rafael Gonzaga) #47030b164038c86
] - permission: fix spawnSync permission check (RafaelGSS) #46975af91400886
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358f8b4e26aee
] - quic: add more QUIC impl (James M Snell) #47348d65ae9f678
] - quic: add additional quic implementation utilities (James M Snell) #472899b104be502
] - quic: do not dereference shared_ptr after move (Tobias Nießen) #4729409a4bb152f
] - quic: add multiple internal utilities (James M Snell) #472632bde0059ca
] - sea: use JSON configuration and blob content for SEA (Joyee Cheung) #4712578c7475493
] - src: allow simdutf::convert_* functions to return zero (Daniel Lemire) #474715250947a53
] - src: track ShadowRealm native objects correctly in the heap snapshot (Joyee Cheung) #473898059764621
] - src: use the internal field to determine if an object is a BaseObject (Joyee Cheung) #47217698508afa8
] - src: bootstrap prepare stack trace callback in shadow realm (Chengzhong Wu) #47107e6b4d30a2f
] - src: bootstrap Web [Exposed=*] APIs in the shadow realm (Chengzhong Wu) #468093646a66044
] - src: fix AliasedBuffer memory attribution in heap snapshots (Joyee Cheung) #468178b2126f63f
] - src: move AliasedBuffer implementation to -inl.h (Joyee Cheung) #468173abbc3829a
] - src: fix useless call in permission.cc (Tobias Nießen) #468337b1e153530
] - src: simplify exit code accesses (Daeyeon Jeong) #451257359b92a41
] - test: remove unnecessary status check on test-release-npm (RafaelGSS) #47516a5a5d2fb7e
] - test: mark test/parallel/test-file-write-stream4 as flaky (Yagiz Nizipli) #4742381ad73a205
] - test: remove unused callback variables (angellovc) #47167757a586ead
] - test: migrate test runner message tests to snapshot (Moshe Atlow) #4739286f890539f
] - test: remove stale entry from known_issues.status (Richard Lau) #474541f3773d0c1
] - test: move more inspector sequential tests to parallel (Joyee Cheung) #47412617b8d44c6
] - test: use random port in test-inspector-enabled (Joyee Cheung) #47412ade0170c4f
] - test: use random port in test-inspector-debug-brk-flag (Joyee Cheung) #474121a78632cd3
] - test: use random port in NodeInstance.startViaSignal() (Joyee Cheung) #4741223f66b137e
] - test: move test-shadow-realm-gc.js to known_issues (Joyee Cheung) #473559dfd0394c5
] - test: remove useless WPT init scripts (Khafra) #472211cfe058778
] - test: fix test-permission-deny-fs-wildcard (win32) (Tobias Nießen) #47095b8ef1b476e
] - test: add coverage for custom loader hooks with permission model (Antoine du Hamel) #469774a7c3e9c50
] - test: fix file path in permission symlink test (Livia Medeiros) #4685910005de6a8
] - tools: makejs2c.py
usable for other build systems (Cheng Zhao) #469301e2f9aca72
] - tools: move update-acorn.sh to dep_updaters and create maintaining md (Marco Ippolito) #47382174662a463
] - tools: update eslint to 8.38.0 (Node.js GitHub Bot) #47475a58ca61f35
] - tools: update eslint to 8.38.0 (Node.js GitHub Bot) #4747537d12730ab
] - tools: automate cjs-module-lexer dependency update (Marco Ippolito) #474464fbfa3c9f2
] - tools: fix notify-on-push Slack messages (Antoine du Hamel) #47453b1f2ff1242
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@15.0.2 (Node.js GitHub Bot) #4743126b2584b84
] - tools: add root certificate update script (Richard Lau) #47425553b052648
] - tools: remove targets for individual test suites inMakefile
(Antoine du Hamel) #46892747ff43e5b
] - url: more sophisticated brand check for URLSearchParams (Timothy Gu) #47414e727eb066f
] - url: do not use object as hashmap (Timothy Gu) #4741581c7875eb7
] - url: drop ICU requirement for parsing hostnames (Yagiz Nizipli) #47339a4895df94a
] - url: use ada::url_aggregator for parsing urls (Yagiz Nizipli) #47339v19.9.0
: 2023-04-10, Version 19.9.0 (Current), @RafaelGSSCompare Source
Notable Changes
Tracing Channel in diagnostic_channel
TracingChannel
adds a new, high-performance channel to publish tracing data about the timing and purpose of function executions.Contributed by Stephen Belanger in #44943
New URL.canParse API
A new API was added to the URL.
URL.canParse
checks if aninput
with an optional base value can be parsed correctlyaccording to WHATWG URL specification.
Contributed by Khafra in #47179
Other notable changes
events:
msi:
node-api:
stream:
test_runner:
Commits
2cea7d8141
] - benchmark: fix invalid requirementsURL (Deokjin Kim) #473786a4076a188
] - benchmark: lower URL.canParse runs (Khafra) #4735123a69d9279
] - buffer: fix blob range error with many chunks (Khafra) #47320e3d98c3e7a
] - buffer: use private properties for brand checks in File (Khafra) #471549dc6aef98d
] - build: bump github/codeql-action from 2.2.6 to 2.2.9 (dependabot[bot]) #47366910d2967f1
] - build: update stale action from v7 to v8 (Rich Trott) #47357666df20ad9
] - build: remove Python pip--no-user
option (Christian Clauss) #473723970537bb4
] - build: avoid usage of pipes library (Mohammed Keyvanzadeh) #47271254a03b2eb
] - crypto: unify validation of checkPrime checks (Tobias Nießen) #471658e1e9edc57
] - deps: update timezone to 2023c (Node.js GitHub Bot) #4730230c043c2b9
] - deps: update timezone to 2023b (Node.js GitHub Bot) #4725640be01bc9c
] - deps: update simdutf to 3.2.3 (Node.js GitHub Bot) #473314b09222569
] - deps: upgrade npm to 9.6.3 (npm team) #473252a6c23ea5e
] - deps: update corepack to 0.17.1 (Node.js GitHub Bot) #4715606b718363d
] - deps: V8: cherry-pick3e4952c
(Richard Lau) #472367e24498d81
] - deps: upgrade npm to 9.6.2 (npm team) #471087a4beaa182
] - deps: V8: cherry-pick215ccd5
(Joyee Cheung) #472128a69929f23
] - deps: V8: cherry-pick975ff4d
(Debadree Chatterjee) #4720910569de53f
] - deps: cherry-pick win/arm64/clang fixes (Cheng Zhao) #47011ff6070eb1d
] - deps: V8: cherry-pickcb30b8e
(Darshan Sen) #473070bbce034f9
] - doc: add a note about os.cpus() returning an empty list (codedokode) #47363f8511e0b27
] - doc: clarify reports are only evaluated on active versions (Rafael Gonzaga) #47341863b4d9c5b
] - doc: remove Vladimir de Turckheim from Security release stewards (Vladimir de Turckheim) #473182192b5b163
] - doc: add importing util to example of `process.report.getReport' (Deokjin Kim) #472981c21fbfa9a
] - doc: vm.SourceTextModule() without context option (Axel Kittenberger) #4729589445fbea9
] - doc: make win arm64 tier 2 platform (Stefan Stojanovic) #47233296577a549
] - doc: document process for sharing project news (Michael Dawson) #47189e29a1462c7
] - doc: revise example of assert.CallTracker (Deokjin Kim) #47252bac893adbe
] - doc: fix typo in SECURITY.md (Rich Trott) #472820949f238d1
] - doc: use serial comma in cli docs (Tobias Nießen) #4726271246247a9
] - doc: improve example for Error.captureStackTrace() (Julian Dax) #468860b2ba441b2
] - doc: clarify http error events after calling destroy() (Zach Bjornson) #46903a21459e0d5
] - doc: update output of example in AbortController (Deokjin Kim) #472277a2090c14c
] - doc: drop one-week branch sync on major releases (Rafael Gonzaga) #47149eb4de0043d
] - doc: fix grammar in the collaborator guide (Mohammed Keyvanzadeh) #47245908798ae19
] - doc: update stream.reduce concurrency note (Raz Luvaton) #4716636c118bc92
] - doc: remove use of DEFAULT_ENCODING in PBKDF2 docs (Tobias Nießen) #471817ec87fd5ce
] - doc: fix typos in async_context.md (Shubham Sharma) #47155a03aaba996
] - doc: update collaborator guide to reflect TSC changes (Rich Trott) #47126c45a6977ec
] - doc: clarify thatfs.create{Read,Write}Stream
supportAbortSignal
(Antoine du Hamel) #4712282c7757177
] - doc: improve documentation for util.types.isNativeError() (Julian Dax) #468408f9b9c17d5
] - doc: rename the startup performance initiative to startup snapshot (#47111) (Joyee Cheung)c08995e897
] - doc: indicate thatname
is no longer an optional argument (Daniel Roe) #47102316d626e61
] - doc: fix "maintaining dependencies" heading typos (Keyhan Vakil) #47082a4b1a7761f
] - esm: skip file: URL conversion to path when possible (Antoine du Hamel) #46305c5cd6b7f3b
] - (SEMVER-MINOR) events: add getMaxListeners method (Khafra) #470392c2b07ce5f
] - fs: invalidate blob created from empty file when written to (Debadree Chatterjee) #47199e33dfce401
] - inspector: log response and requests in the inspector for debugging (Joyee Cheung) #46941f6ec81dc05
] - inspector: fix session.disconnect crash (theanarkh) #46942a738164fed
] - lib: define Event.isTrusted in the prototype (Santiago Gimeno) #469747d37dcdd9a
] - (SEMVER-MINOR) lib: add tracing channel to diagnostics_channel (Stephen Belanger) #4494316d3dfa0aa
] - meta: fix notable-change comment label url (Filip Skokan) #473002c95f6e18b
] - meta: clarify the threat model to explain the JSON.parse case (Matteo Collina) #4727622b9acdbf8
] - meta: update link to collaborators discussion page (Michaël Zasso) #47211dc024d930a
] - meta: automate description requests when notable change label is added (Danielle Adams) #4707854195357f3
] - meta: move TSC voting member(s) to regular member(s) (Node.js GitHub Bot) #47180a3bffbaa11
] - meta: move TSC voting member to regular membership (Node.js GitHub Bot) #46985d2a6aa6ecd
] - meta: update GOVERNANCE.md to reflect TSC charter changes (Rich Trott) #47126b0aad345bf
] - meta: ask expected behavior reason in bug template (Ben Noordhuis) #47049c03e79b141
] - (SEMVER-MINOR) msi: migrate to WiX4 (Stefan Stojanovic) #45943ca981be2b9
] - (SEMVER-MINOR) node-api: deprecate napi_module_register (Vladimir Morozov) #4631977f7200cce
] - node-api: extend type-tagging to externals (Gabriel Schulhof) #4714155f3d215b8
] - node-api: document node-api shutdown finalization (Chengzhong Wu) #45903b3fe2ba59b
] - node-api: verify cleanup hooks order (Chengzhong Wu) #46692d6a12328a6
] - repl: preserve preview on ESCAPE key press (Xuguang Mei) #4687833b0906640
] - sea: fix memory leak detected by asan (Darshan Sen) #47309069515153f
] - src: remove usage ofstd::shared_ptr<T>::unique()
(Darshan Sen) #473154405fc879a
] - src: use stricter compile-time guidance (Tobias Nießen) #46509bbde68e5de
] - src: remove unused variable in crypto_x509.cc (Michaël Zasso) #473447a80312e19
] - src: don't reset embeder signal handlers (Dmitry Vyukov) #47188d0a5e7e342
] - src: fix some recently introduced coverity issues (Michael Dawson) #472400a4ff2f9a0
] - src: replace impossible THROW with CHECK (Tobias Nießen) #471682fd0f79963
] - src: fix duplication of externalized builtin code (Keyhan Vakil) #4707936a026bf44
] - src: remove dead comments about return_code_cache (Keyhan Vakil) #47083aefe26692c
] - src: remove SSL_CTX_get_tlsext_ticket_keys guards (Tobias Nießen) #4706890f4e16350
] - src: fix clang 14 linker error (Keyhan Vakil) #47057b0809a73da
] - src,http2: ensure cleanup if a frame is not sent (ywave620) #472441fc62c7b35
] - (SEMVER-MINOR) stream: add setter & getter for default highWaterMark (#46929) (Robert Nagy) #46929b8c6ceddd5
] - stream: expose stream symbols (Robert Nagy) #45671f37825660c
] - stream: dont wait for next item in take when finished (Raz Luvaton) #471328eceaaeb4d
] - test: fix flaky test-watch-mode-inspect (Moshe Atlow) #47403db95ed0b1b
] - test: move debugger tests with --port=0 to parallel (Joyee Cheung) #47274041885ebd0
] - test: use --port=0 in debugger tests that do not have to work on 9229 (Joyee Cheung) #47274130420b9e1
] - test: run doctool tests in parallel (Joyee Cheung) #472734b4336c34e
] - test: verify tracePromise does not do runStores (Stephen Belanger) #4734954261f3294
] - test: run WPT files in parallel again (Filip Skokan) #47283e2eb0543be
] - test: update wasm/jsapi WPT (Michaël Zasso) #47210d341d0389f
] - test: skip test-wasm-web-api on ARM (Michaël Zasso) #47299567573b16a
] - test: skip instantiateStreaming-bad-imports WPT (Michaël Zasso) #4729245e7b10287
] - test: fix 'checks' validation test for checkPrime (Tobias Nießen) #471395749dfae70
] - test: update URL web-platform-tests (Yagiz Nizipli) #4713549981b93d2
] - test: reduce flakiness of test-http-remove-header-stays-removed.js (Debadree Chatterjee) #468556772aa652a
] - test: fix test-child-process-exec-cwd (Stefan Stojanovic) #4723541a69e772b
] - test: skip broken tests win arm64 (Stefan Stojanovic) #470207bcfd18f2c
] - test: mark test-http-max-sockets as flaky on win32 (Tobias Nießen) #47134b96808b3e2
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #4722265955f1e46
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47131bc6511a243
] - test_runner: color errors only when colors are available (Moshe Atlow) #47394463361e625
] - test_runner: hide failing tests title when all tests pass (Moshe Atlow) #47370eb837ce80d
] - test_runner: stringify AssertError expected and actual (Moshe Atlow) #470886b87f29000
] - test_runner: add code coverage support to spec reporter (Pulkit Gupta) #46674bd4697a2a3
] - test_runner: expose reporter for use in run api (Chemi Atlow) #472383e7f8e8482
] - test_runner: report failing tests after summary (HinataKah0) #471644530582767
] - test_runner: count nested tests (Moshe Atlow) #470945a43586554
] - test_runner: accept \x1b as a escape symbol (Debadree Chatterjee) #47050a5ebc896f1
] - test_runner: support defining test reporter in NODE_OPTIONS (Steve Herzog) #46688a65fe5c29a
] - tools: fix update-openssl.yml compare version (Marco Ippolito) #47384760e13c58d
] - tools: ensure failed daily wpt run still generates a report (Filip Skokan) #473769c975f79f0
] - tools: use ref_name to get branch pushed on (Debadree Chatterjee) #47358b1d6a15028
] - tools: add a at here tag for slack messages (Debadree Chatterjee) #47358c340de6d51
] - tools: disable Codecov commit statuses (Michaël Zasso) #47306034082f0e5
] - tools: update eslint to 8.37.0 (Node.js GitHub Bot) #4733303b6650c81
] - tools: fix duration_ms to be milliseconds (Moshe Atlow) #4449030c667ec3a
] - tools: automate brotli update (Marco Ippolito) #4720583791e5459
] - tools: fix typo in nghttp2 path (Marco Ippolito) #4733053e8dad64a
] - tools: add scorecard workflow (Mateo Nunez) #472542499677d0b
] - tools: pin actions by hash for auto-start-ci.yml (Gabriela Gutierrez) #4682098f64ee724
] - tools: standardize base64 update (Marco Ippolito) #47201c1ef1fde8f
] - tools: update codecov branch (Rich Trott) #472859ecf2a4144
] - tools: update lint-md-dependencies to rollup@3.20.2 (Node.js GitHub Bot) #47255def7e3d908
] - tools: upgrade Windows digital signature to SHA256 (Tobias Nießen) #472060b78ac53ad
] - tools: standardize update-llhttp.sh (Marco Ippolito) #47198deb80b1c46
] - tools: add button to copy code example to clipboard (jakecastelli) #469286dca79f1ce
] - tools: standardize update-nghttp2.sh (Marco Ippolito) #471970c613c9347
] - tools: fix Slack notification action (Antoine du Hamel) #472373f49da5113
] - tools: notify on Slack when invalid commit lands (Antoine du Hamel) #47178337123d657
] - tools: update daily wpt actions summary (Filip Skokan) #4713878ce8d3469
] - tools: allow test tap output to include unicode characters (Moshe Atlow) #471758850dacc88
] - tools: update lint-md-dependencies to rollup@3.19.1 (Node.js GitHub Bot) #47045d1ca5b6d47
] - tools: align update-ada.sh with other scripts (Tony Gorez) #47044b58d52301e
] - tools: update eslint to 8.36.0 (Node.js GitHub Bot) #47046d78bef8a1f
] - tools,meta: update README and tools to reflect changes in TSC charter (Rich Trott) #47126d243115f41
] - url: improve URLSearchParams creation performance (Yagiz Nizipli) #47190461ef04f87
] - url: add pending-deprecation tourl.parse()
(Yagiz Nizipli) #47203ef62e5a59e
] - (SEMVER-MINOR) url: implement URL.canParse (Khafra) #471790b565e8f62
] - url: allow extension of user provided URL objects (Antoine du Hamel) #46989cbb362736b
] - util: fix inspecting error with a throwing getter forcause
(Antoine du Hamel) #471639537672511
] - vm: properly handle defining props on any value (Nicolas DUBIEN) #4661575669e98bf
] - watch: fix watch path with equals (Moshe Atlow) #47369v19.8.1
: 2023-03-15, Version 19.8.1 (Current), @targosCompare Source
Notable Changes
This release contains a single revert of a change that was introduced in v19.8.0
and introduced application crashes.
Fixes: #47096
Commits
f7c8aa4cf1
] - Revert "vm: fix leak in vm.compileFunction when importModuleDynamically is used" (Michaël Zasso) #47101v19.7.0
: 2023-02-21, Version 19.7.0 (Current), @MylesBorinsCompare Source
Notable Changes
60a612607e
] - deps: upgrade npm to 9.5.0 (npm team) #466737d6c27eab1
] - deps: add ada as a dependency (Yagiz Nizipli) #46410a79a8bf85a
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #467160c2c322ee6
] - doc: add deokjinkim to collaborators (Deokjin Kim) #464449b23309f53
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #460178590eb4830
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #46494164bfe82cc
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038f3908411fd
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583c34bac2fed
] - (SEMVER-MINOR) src: allow blobs in addition toFILE*
s in embedder snapshot API (Anna Henningsen) #46491683a1f8f3e
] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #45888658d2f4710
] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #458886801d3753c
] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #45888e77d538d32
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #46368633d3f292d
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #462736119289251
] - test_runner: add initial code coverage support (Colin Ihrig) #46017a51fe3c663
] - url: replace url-parser with ada (Yagiz Nizipli) #46410Commits
731a7ae9da
] - async_hooks: add async local storage propagation benchmarks (Chengzhong Wu) #4641405ad792a07
] - async_hooks: remove experimental onPropagate option (James M Snell) #463866b21170b10
] - benchmark: add trailing commas inbenchmark/path
(Antoine du Hamel) #466284b89ec409f
] - benchmark: add trailing commas inbenchmark/http
(Antoine du Hamel) #46609ff95eb7386
] - benchmark: add trailing commas inbenchmark/crypto
(Antoine du Hamel) #46553638d9b8d4b
] - benchmark: add trailing commas inbenchmark/url
(Antoine du Hamel) #465517524871a9b
] - benchmark: add trailing commas inbenchmark/http2
(Antoine du Hamel) #465529d9b3f856f
] - benchmark: add trailing commas inbenchmark/process
(Antoine du Hamel) #464816c69ad6d43
] - benchmark: add trailing commas inbenchmark/misc
(Antoine du Hamel) #464747f8b292bee
] - benchmark: add trailing commas inbenchmark/buffers
(Antoine du Hamel) #46473897e3c2782
] - benchmark: add trailing commas inbenchmark/module
(Antoine du Hamel) #464617760d40c04
] - benchmark: add trailing commas inbenchmark/net
(Antoine du Hamel) #464398b88d605ca
] - benchmark: add trailing commas inbenchmark/util
(Antoine du Hamel) #464382c8c9f978d
] - benchmark: add trailing commas inbenchmark/async_hooks
(Antoine du Hamel) #46424b364b9bd60
] - benchmark: add trailing commas inbenchmark/fs
(Antoine du Hamel) #46426e15ddba7e7
] - build: add GitHub Action for coverage with --without-intl (Rich Trott) #37954c781a48097
] - build: do not disable inspector when intl is disabled (Rich Trott) #37954b4deb2fcd5
] - crypto: don't assume FIPS is disabled by default (Michael Dawson) #4653260a612607e
] - deps: upgrade npm to 9.5.0 (npm team) #466736c997035fc
] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #467102ed3875eee
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #4671120cb13bf7f
] - deps: update ada to v1.0.1 (Yagiz Nizipli) #46550c0983cfc06
] - deps: copypostject-api.h
andLICENSE
to thedeps
folder (Darshan Sen) #465827d6c27eab1
] - deps: add ada as a dependency (Yagiz Nizipli) #464107e7e2d037b
] - deps: update c-ares to 1.19.0 (Michaël Zasso) #46415a79a8bf85a
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #467166a8b04d709
] - doc: move bcoe to emeriti (Benjamin Coe) #46703a0a6ee0f54
] - doc: add response.strictContentLength to documentation (Marco Ippolito) #46627ffdd64dce3
] - doc: remove unused functions from example ofstreamConsumers.text
(Deokjin Kim) #46581c771d66864
] - doc: fix test runner examples (Richie McColl) #46565375bb22df9
] - doc: update test concurrency description / default values (richiemccoll) #46457a7beac04ba
] - doc: enrich test command with executable (Tony Gorez) #44347aef57cd290
] - doc: fix wrong location ofrequestTimeout
's default value (Deokjin Kim) #464230c2c322ee6
] - doc: add deokjinkim to collaborators (Deokjin Kim) #4644431d3e3c486
] - doc: fix -C flag usage (三咲智子 Kevin Deng) #46388905a6756a3
] - doc: add note about major release rotation (Rafael Gonzaga) #4643633a98c42fa
] - doc: update threat model based on discussions (Michael Dawson) #463739b23309f53
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #46017f192b83800
] - esm: misc test refactors (Geoffrey Booth) #466317f2cdd36cf
] - http: add note about clientError event (Paolo Insogna) #46584d8c527f24f
] - http: use v8::Array::New() with a prebuilt vector (Joyee Cheung) #46447fa600fe003
] - lib: add trailing commas ininternal/process
(Antoine du Hamel) #466874aebee63f0
] - lib: do not crash using workers with disabled shared array buffers (Ruben Bridgewater) #41023a740908588
] - lib: delete module findPath unused params (sinkhaha) #453718b46c763d9
] - lib: enforce use of trailing commas in more files (Antoine du Hamel) #46655aae0020e27
] - lib: enforce use of trailing commas for functions (Antoine du Hamel) #46629da9ebaf138
] - lib: predeclare Event.isTrusted prop descriptor (Santiago Gimeno) #4652735570e970e
] - lib: tightenAbortSignal.prototype.throwIfAborted
implementation (Antoine du Hamel) #465218590eb4830
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #464945d1a729f76
] - meta: update AUTHORS (Node.js GitHub Bot) #46624cb9b9ad879
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #4651317b82c85d9
] - meta: update AUTHORS (Node.js GitHub Bot) #46504bb14a2b098
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #46411152a3c7d1d
] - process: print versions by sort (Himself65) #46428164bfe82cc
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038f3908411fd
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583bdba600d32
] - src: remove icu usage from node_string.cc (Yagiz Nizipli) #4654831fb2e22a0
] - src: add fflush() to SnapshotData::ToFile() (Anna Henningsen) #46531c34bac2fed
] - (SEMVER-MINOR) src: allow blobs in addition toFILE*
s in embedder snapshot API (Anna Henningsen) #46491c3325bfc0d
] - src: make edge names in BaseObjects more descriptive in heap snapshots (Joyee Cheung) #464923c5db8f419
] - src: avoid leaking snapshot fp on error (Tobias Nießen) #464971a808a4aad
] - src: check return value of ftell() (Tobias Nießen) #46495f72f643549
] - src: remove unused includes from main thread (Yagiz Nizipli) #4647160c2a863da
] - src: use string_view instead of std::string& (Yagiz Nizipli) #46471f35f6d2218
] - src: use simdutf utf8 to utf16 instead of icu (Yagiz Nizipli) #4647100b81c7afe
] - src: replace icu with simdutf for char counts (Yagiz Nizipli) #46472683a1f8f3e
] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #45888658d2f4710
] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #458886801d3753c
] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #4588895065c3185
] - src: add additional utilities to crypto::SecureContext (James M Snell) #45912efc59d0843
] - src: add KeyObjectHandle::HasInstance (James M Snell) #45912a8a2d0e2b1
] - src: add GetCurrentCipherName/Version to crypto_common (James M Snell) #459126cf860d3d6
] - src: back snapshot I/O with a std::vector sink (Joyee Cheung) #46463e77d538d32
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #463687756438c81
] - stream: add trailing commas in webstream source files (Antoine du Hamel) #466856b64a945c6
] - stream: add trailing commas in stream source files (Antoine du Hamel) #46686633d3f292d
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273f91260b32a
] - stream: refactor to usevalidateAbortSignal
(Antoine du Hamel) #465206bf7388b62
] - stream: allow transfer of readable byte streams (MrBBot) #45955c2068537fa
] - stream: add pipeline() for webstreams (Debadree Chatterjee) #463074cf4b41c56
] - stream: add suport for abort signal in finished() for webstreams (Debadree Chatterjee) #46403b844a09fa5
] - stream: dont access Object.prototype.type during TransformStream init (Debadree Chatterjee) #463896ad01fd7b5
] - test: fixtest-net-autoselectfamily
for kernel without IPv6 support (Livia Medeiros) #458562239e24306
] - test: fix assertions in test-snapshot-dns-lookup* (Tobias Nießen) #46618c4ca98e786
] - test: cover publicExponent validation in OpenSSL (Tobias Nießen) #46632e60d3f2b1d
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498217f2f6e2a
] - test: add trailing commas intest/pummel
(Antoine du Hamel) #46610641e1771c8
] - test: enable api-invalid-label.any.js in encoding WPTs (Filip Skokan) #4650689aa161173
] - test: fix tap parser fails if a test logs a number (Pulkit Gupta) #46056faba8d4a30
] - test: add trailing commas intest/js-native-api
(Antoine du Hamel) #46385d556ccdd26
] - test: make more crypto tests work with BoringSSL (Shelley Vohr) #46429c7f29b24a6
] - test: add trailing commas intest/known_issues
(Antoine du Hamel) #46408a66e7ca6c5
] - test: add trailing commas intest/internet
(Antoine du Hamel) #464070f75633086
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #46575ddf5002782
] - test_runner: parse non-ascii character correctly (Mert Can Altın) #457365b748114d2
] - test_runner: allow nesting test within describe (Moshe Atlow) #46544c526f9f70a
] - test_runner: fix missing test diagnostics (Moshe Atlow) #46450b31aabb101
] - test_runner: top-level diagnostics not ommited when running with --test (Pulkit Gupta) #464416119289251
] - test_runner: add initial code coverage support (Colin Ihrig) #460176f24f0621e
] - timers: cleanup no-longer relevant TODOs in timers/promises (James M Snell) #464991cd22e7d19
] - tools: fix bug inprefer-primordials
lint rule (Antoine du Hamel) #4665987df34ac28
] - tools: fix update-ada script (Yagiz Nizipli) #46550f62b58a623
] - tools: add a daily wpt.fyi synchronized report upload (Filip Skokan) #46498803f00aa32
] - tools: update eslint to 8.34.0 (Node.js GitHub Bot) #46625f87216bdb2
] - tools: update lint-md-dependencies to rollup@3.15.0 to-vfile@7.2.4 (Node.js GitHub Bot) #466238ee9e48560
] - tools: update doc to remark-html@15.0.2 to-vfile@7.2.4 (Node.js GitHub Bot) #46622148c5d9239
] - tools: update lint-md-dependencies to rollup@3.13.0 vfile-reporter@7.0.5 (Node.js GitHub Bot) #4650351c6c61a58
] - tools: update ESLint custom rules to not use the deprecated format (Antoine du Hamel) #46460a51fe3c663
] - url: replace url-parser with ada (Yagiz Nizipli) #46410129c9e7180
] - url: remove unusedURL::ToFilePath()
(Yagiz Nizipli) #464879a604d67c3
] - url: remove unusedURL::toObject
(Yagiz Nizipli) #46486d6fbebda54
] - url: remove unusedsetURLConstructor
function (Yagiz Nizipli) #4648517b3ee33c2
] - vm: properly support symbols on globals (Nicolas DUBIEN) #46458v19.6.1
: 2023-02-16, Version 19.6.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
process.mainModule.require
(High)More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory and
undici
security update.Commits
97d9d55d2f
] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#3748ac90e6372
] - crypto: clear OpenSSL error on invalid ca cert (RafaelGSS) nodejs-private/node-private#36810a4c47e3a
] - deps: update undici to 5.19.1 (Node.js GitHub Bot) #46634b10fc75e4a
] - deps: update undici to 5.18.0 (Node.js GitHub Bot) #46502e9b64ea8b9
] - deps: update undici to 5.17.1 (Node.js GitHub Bot) #4650266a24cec47
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46573d8559aa6f5
] - deps: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) #46573dc477f547d
] - deps: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) #465732aae197670
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#3586d17b693ec
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358v19.6.0
: 2023-02-02, Version 19.6.0 (Current), @ruyadornoCompare Source
Notable changes
ESM: Leverage loaders when resolving subsequent loaders
Loaders now apply to subsequent loaders, for example:
--experimental-loader ts-node --experimental-loader loader-written-in-typescript
.Upgrade npm to 9.4.0
Added
--install-strategy=linked
option for installations similar to pnpm.Other notable changes
a7c9daa497
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #4635834d70ce615
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320b4ac794923
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255d52f60009a
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #462185ad6c2088e
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046fbdc3f7316
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #45712Commits
524eec70e2
] - benchmark: add trailing commas (Antoine du Hamel) #46370f318a85408
] - benchmark: remove buffer benchmarks redundancy (Brian White) #457356186b3ea14
] - benchmark: introduce benchmark combination filtering (Brian White) #457355ad6c2088e
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #460468c6c4338a6
] - build: export more OpenSSL symbols on Windows (Mohamed Akram) #45486d795d93901
] - build: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) #462288e363cf8e8
] - crypto: includehmac.h
incrypto_util.h
(Adam Langley) #46279c1f3e13c65
] - deps: update acorn to 8.8.2 (Node.js GitHub Bot) #46363813b160bd7
] - deps: upgrade npm to 9.4.0 (npm team) #463539c2f3cea70
] - deps: update undici to 5.15.0 (Node.js GitHub Bot) #46213312e10c1e3
] - deps: update to uvwasi 0.0.15 (Colin Ihrig) #46253c7024eec16
] - doc: correct thesed
command for macOS in release process docs (Juan José) #46397996bac044b
] - doc: include webstreams in finished() and Duplex.from() parameters (Debadree Chatterjee) #46312891d18d55c
] - doc: pass string totextEncoder.encode
as input (Deokjin Kim) #46421968db213f8
] - doc: add tip for session.post function (theanarkh) #46354a64d7f4e31
] - doc: add documentation for socket.destroySoon() (Luigi Pinca) #46337975788899f
] - doc: fix commit message using test instead of deps (Tony Gorez) #463131d44017f52
] - doc: add v8 fast api contribution guidelines (Yagiz Nizipli) #46199e2698c05fb
] - doc: fix small typo error (0xflotus) #46186f39fb8c001
] - doc: mark some parameters as optional in webstreams (Deokjin Kim) #462697a9af38128
] - doc: update output of example inevents.getEventListeners
(Deokjin Kim) #46268729642f30b
] - esm: delete preload mock test (Geoffrey Booth) #464027aac21e90a
] - esm: leverage loaders when resolving subsequent loaders (Maël Nison) #43772a7c9daa497
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #463581ec6270efa
] - http: res.setHeaders first implementation (Marco Ippolito) #46109d4370259e9
] - inspector: allow opening inspector whenNODE_V8_COVERAGE
is set (Moshe Atlow) #46113b966ef9a42
] - lib: remove unnecessary ObjectGetValueSafe (Chengzhong Wu) #463352b06d66289
] - lib: cache parsed source maps to reduce memory footprint (Chengzhong Wu) #46225c38673df91
] - meta: update AUTHORS (Node.js GitHub Bot) #46399c10e602547
] - meta: update AUTHORS (Node.js GitHub Bot) #463039dc026b14a
] - meta: add .mailmap entry (Rich Trott) #463037c514574f7
] - meta: move evanlucas to emeritus (Evan Lucas) #462743a3a6d87f1
] - module: move test reporter loading (Geoffrey Booth) #459234ae2492a33
] - readline: fix detection of carriage return (Antoine du Hamel) #4630643cad78b7a
] - src: stop tracing agent before shutting down libuv (Santiago Gimeno) #46380360a3f3094
] - src: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) #46326e7b507a8cf
] - src: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) #463174c59b60ee8
] - src: add support for ETW stack walking (José Dapena Paz) #46203640d111f95
] - src: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) #46227fb7bee2b6e
] - src: fix c++ exception on bad command line arg (Ben Noordhuis) #4629018c95ec4bd
] - src: remove unreachable UNREACHABLE (Tobias Nießen) #4628135bf93b01a
] - src: replace custom ASCII validation with simdutf one (Anna Henningsen) #462718307a4bbcd
] - src: replace unreachable code with static_assert (Tobias Nießen) #462507cf0da020a
] - src: use explicit C++17 fallthrough (Tobias Nießen) #46251d52f60009a
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #462182e5e7a9261
] - stream: remove brandchecks from stream duplexify (Debadree Chatterjee) #463159675863461
] - stream: fix readable stream as async iterator function (Erick Wendel) #46147232bdd5d16
] - test: add trailing commas intest/node-api
(Antoine du Hamel) #463844cc081815d
] - test: add trailing commas intest/message
(Antoine du Hamel) #46372b83c5d9deb
] - test: add trailing commas intest/pseudo-tty
(Antoine du Hamel) #463718a45c9d231
] - test: fix tap escaping with and without --test (Pulkit Gupta) #46311367dc41299
] - test: set common.bits to 64 for loong64 (Shi Pujin) #453837385edc7d0
] - test: s390x zlib test case fixes (Adam Majer) #46367d5d837bdee
] - test: fix logInTimeout is not function (theanarkh) #46348a1d79546ac
] - test: avoid trying to call sysctl directly (Adam Majer) #46366747f3689e0
] - test: avoid left behind child processes (Richard Lau) #46276940484b7aa
] - test: add failing test for readline with carriage return (Alec Mev) #46075d13116a719
] - test,crypto: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) #46406398a7477b3
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #462678b473affe8
] - test_runner: make built in reporters internal (Colin Ihrig) #46092a49e17e22b
] - test_runner: reportfile
in test runner events (Moshe Atlow) #46030fbdc3f7316
] - test_runner: add reporters (Moshe Atlow) #457126579de8c47
] - tools: update eslint to 8.33.0 (Node.js GitHub Bot) #46400bf62da55ad
] - tools: update doc to unist-util-select@4.0.3 unist-util-visit@4.1.2 (Node.js GitHub Bot) #46364b0acf55197
] - tools: update lint-md-dependencies to rollup@3.12.0 (Node.js GitHub Bot) #4639888b904cf24
] - tools: require more trailing commas (Antoine du Hamel) #463464440b3ef87
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #46302e75faff4bd
] - tools: allow icutrim.py to run on python2 (Michael Dawson) #46263e460d16d73
] - url: refactor to use more primordials (Antoine du Hamel) #45966b4ac794923
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #4625534d70ce615
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320v19.5.0
: 2023-01-24, Version 19.5.0 (Current), @RafaelGSSCompare Source
Notable Changes
Commits
def36946da
] - assert: removeassert.snapshot
(Moshe Atlow) #46112e1c56ec3fd
] - benchmark,tools: use os.availableParallelism() (Deokjin Kim) #46003370f621d4d
] - build: add extra semi check (Jiawen Geng) #46194476c6f892d
] - crypto: avoid hang when no algorithm available (Richard Lau) #462378b22310940
] - (SEMVER-MINOR) crypto: add CryptoKey Symbol.toStringTag (Filip Skokan) #4604278be87b9f9
] - crypto: add cipher update/final methods encoding validation (vitpavlenko) #45990dc0cdaa101
] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #461851146f02dc5
] - crypto: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) #46106961710bb72
] - (SEMVER-MINOR) crypto: add KeyObject Symbol.toStringTag (Filip Skokan) #460439cfdac6c82
] - deps: V8: cherry-picke39af94
(Lu Yahan) #4614226cde8efb7
] - deps: update simdutf to 3.1.0 (Node.js GitHub Bot) #462573f9fb37130
] - deps: cherrypick simdutf patch (Jiawen Geng) #461944ff2822836
] - deps: bump googletest to 2023.01.13 (Jiawen Geng) #4619849556247d2
] - deps: add /deps/**/.github/ to .gitignore (Luigi Pinca) #460910c4df83e0d
] - deps: add simdutf version to metadata (Mike Roth) #4614569aafc3ddd
] - deps: update simdutf to 2.1.0 (Node.js GitHub Bot) #46128a266daccb5
] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #460376cd70573eb
] - deps: upgrade npm to 9.3.1 (npm team) #46242679aae2da8
] - deps: upgrade npm to 9.3.0 (npm team) #4619338dd5061f2
] - dgram: sync the old handle state to new handle (theanarkh) #46041e36af49b35
] - doc: fix mismatched arguments ofNodeEventTarget
(Deokjin Kim) #4567858b836f7c4
] - doc: update events API example to have runnable code (Deokjin Kim) #457605c350298b4
] - doc: add note to tls docs about secureContext availability (Tim Gerk) #4622490924ce198
] - doc: add text around collaborative expectations (Michael Dawson) #461212d328355d4
] - doc: update to match changed--dns-result-order
default (Mordy Tikotzky) #461481015a606b7
] - doc: add Node-API media link (Kevin Eady) #461896e355efcff
] - doc: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) #46168f18ab9405a
] - doc: use "file system" instead of "filesystem" (Rich Trott) #461781b45713b00
] - doc: https update default request timeout (Marco Ippolito) #461844c88721e2f
] - doc: make options of readableStream.pipeTo as optional (Deokjin Kim) #46180538c53f010
] - doc: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) #45962eef7489d24
] - doc: duplex and readable from uncaught execption warning (Marco Ippolito) #46135686fe585b5
] - doc: remove outdated sections frommaintaining-v8
(Antoine du Hamel) #461372e826ad528
] - doc: fix (EC)DHE remark in TLS docs (Tobias Nießen) #461142e22b29add
] - doc: fix ERR_TLS_RENEGOTIATION_DISABLED text (Tobias Nießen) #46122e222a2f1d1
] - doc: fix spelling in SECURITY.md (Vaishno Chaitanya) #461247718e82f0d
] - doc: abort controller emits error in child process (Debadree Chatterjee) #4607276408bc1ed
] - doc: fixevent.cancelBubble
documentation (Deokjin Kim) #4598682023f2570
] - doc: update output of example in inspector (Deokjin Kim) #46073a42fc512b6
] - doc: add personal pronouns option (Filip Skokan) #46118fafae5955d
] - doc: mention how to run ncu-ci citgm (Rafael Gonzaga) #46090e1fd2f24d9
] - doc: include updating release optional step (Rafael Gonzaga) #460891996e610fd
] - doc: describe argument ofSymbol.for
(Deokjin Kim) #46019b002330216
] - doc,crypto: fix WebCryptoAPI import keyData and export return (Filip Skokan) #46076fa3e0c86c7
] - esm: markimportAssertions
as required (Antoine du Hamel) #46164f85a8e4c59
] - events: addinitEvent
to Event (Deokjin Kim) #460695bdfaae680
] - events: change status ofevent.returnvalue
to legacy (Deokjin Kim) #46175ad7846fe97
] - events: change status ofevent.cancelBubble
to legacy (Deokjin Kim) #461465304c89682
] - events: change status ofevent.srcElement
to legacy (Deokjin Kim) #460853dcdab3f16
] - events: check signal before listener (Deokjin Kim) #46054907d67de76
] - http: refactor to usevalidateHeaderName
(Deokjin Kim) #46143ae5141cb8a
] - http: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) #461736e7f9fbc1d
] - http: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) #46115069a30bc4e
] - (SEMVER-MINOR) http: join authorization headers (Marco Ippolito) #4598268cde4cbcc
] - lib: add webstreams to Duplex.from() (Debadree Chatterjee) #461904d73ea708b
] - lib: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) #461831cfa2e6762
] - lib: refactor to use validate function (Deokjin Kim) #461012eb87f23c9
] - lib: reuse invalid state errors on webstreams (Rafael Gonzaga) #460868684dae8d9
] - lib: fix incorrect use of console intrinsic (Colin Ihrig) #46044d044ed1d3e
] - meta: update AUTHORS (Node.js GitHub Bot) #462155261560757
] - meta: update AUTHORS (Node.js GitHub Bot) #461301b557bbee8
] - meta: update comment inCODEOWNERS
to better reflect current policy (Antoine du Hamel) #4594454896ab011
] - module: fix unintended mutation (Antoine du Hamel) #46108bd98e5baba
] - node-api: disambiguate napi_add_finalizer (Chengzhong Wu) #45401f0508894d6
] - perf_hooks: fix checking range ofoptions.figures
in createHistogram (Deokjin Kim) #45999e482d5e42d
] - src: fix endianness of simdutf (Yagiz Nizipli) #46257e2c47cdfad
] - src: make BuiltinLoader threadsafe and non-global (Anna Henningsen) #4594236ae3ccff3
] - src: replace unreachable code with static_assert (Tobias Nießen) #462099d55a1f9a1
] - src: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) #46206d3d62ed82c
] - src: distinguish env stopping flags (Chengzhong Wu) #45907e85f76686c
] - src: remove return after abort (Shelley Vohr) #461727dc9a53b18
] - src: remove unnecessary semicolons (Shelley Vohr) #4617128af831d5a
] - src: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) #46119e8eaa490af
] - src: use constant strings for memory info names (Chengzhong Wu) #46087f4559a1354
] - src: fix typo in node_snapshotable.cc (Vadim) #46103ca8ff08a5c
] - src: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) #46064a936eaeb34
] - src: speed up process.getActiveResourcesInfo() (Darshan Sen) #460145cf595659f
] - src,lib: the handle keeps loop alive in cluster rr mode (theanarkh) #4616118695595e1
] - stream: fix pipeline calling end on destination more than once (Debadree Chatterjee) #46226e5f53b51f0
] - stream: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #462052f23f17f93
] - test: reducefs-write-optional-params
flakiness (LiviaMedeiros) #46238255f177108
] - test: enable more case of bad buffer infs.write
(Deokjin Kim) #46236c09b2036c7
] - test: update postject to 1.0.0-alpha.4 (Node.js GitHub Bot) #462124ac5c7180f
] - test: refactor to avoid mutation of global by a loader (Michaël Zasso) #46220bbf9da8e2c
] - test: improve test coverage for WHATWGTextDecoder
(Juan José) #452414f491d368c
] - test: add fix so that test exits if port 42 is unprivileged (Suyash Nayan) #459046e2f7228f3
] - test: useos.availableParallelism()
(Deokjin Kim) #46003c77b0da512
] - test: fix flaky test-runner-exit-code.js (Colin Ihrig) #46138f309e2acb6
] - test: update Web Events WPT (Deokjin Kim) #460510f60bc9bbc
] - test: add test to once() in event lib (Jonathan Diaz) #461268a8b18678a
] - test,esm: validate more edge cases for dynamic imports (Antoine du Hamel) #460594d3743938f
] - test_runner: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) #46258653b108fdc
] - tools: update eslint to 8.32.0 (Node.js GitHub Bot) #46258a4b0c916e0
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #46214f4465e656d
] - tools: fix macro name in update-undici (Almeida) #462171aa4534c6f
] - tools: add automation for updating postject dependency (Darshan Sen) #46157c150b312cd
] - tools: update create-or-update-pull-request-action (Michaël Zasso) #46169c68a043400
] - tools: update eslint to 8.31.0 (Node.js GitHub Bot) #46131ac90e419d1
] - tools: update lint-md-dependencies to rollup@3.9.1 (Node.js GitHub Bot) #46129750fcf84eb
] - tools: move update-eslint.sh to dep_updaters/ (Luigi Pinca) #460882e8750a18c
] - tools: make update-eslint.sh work with npm@9 (Luigi Pinca) #46088e90a3a6eff
] - tools: fix lint rule recommendation (Colin Ihrig) #460440985ef8bfb
] - tools: addArrayPrototypeConcat
to the list of primordials to avoid (Antoine du Hamel) #44445ed69a3af92
] - tools: addprefer-proto
rule (Jordan Harband) #460834c1c20fae2
] - trace_events: refactor to usevalidateStringArray
(Deokjin Kim) #460126c8a81d2dc
] - vm: refactor to use validate function (Deokjin Kim) #46176v19.4.0
: 2023-01-06, Version 19.4.0 (Current), @RafaelGSSCompare Source
Notable Changes
Commits
54b748acc0
] - async_hooks: refactor to usevalidateObject
(Deokjin Kim) #46004cf2ff81f26
] - benchmark: include webstreams benchmark (Rafael Gonzaga) #458766e3d7f8c2d
] - bootstrap: optimize modules loaded in the built-in snapshot (Joyee Cheung) #45849d181b76374
] - bootstrap: make CJS loader snapshotable (Joyee Cheung) #45849508e830765
] - bootstrap: include event_target into the built-in snapshot (Joyee Cheung) #45849dd77c05480
] - bootstrap: support module_wrap binding in snapshot (Joyee Cheung) #45849fbe399c75c
] - (SEMVER-MINOR) buffer: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) #45947233a66f937
] - build: fix arm64 cross-compile from powershell (Stefan Stojanovic) #45890e7b98a3da2
] - build: add option to disable shared readonly heap (Anna Henningsen) #45887777c551edf
] - crypto: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) #46021f7dba5bef7
] - crypto: fix globalThis.crypto this check (Filip Skokan) #4585756f3ad101b
] - crypto: fix CryptoKey prototype WPT (Filip Skokan) #45857c9747f1140
] - crypto: use globalThis.crypto over require('crypto').webcrypto (Filip Skokan) #458176eede72241
] - crypto: fix CryptoKey WebIDL conformance (Filip Skokan) #45855c9802862b7
] - crypto: fix error when getRandomValues is called without arguments (Filip Skokan) #458543d09754186
] - debugger: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) #45847fdda2ff53b
] - deps: V8: cherry-pick30861a3
(Aaron Friel) #4585171bf513062
] - deps: patch V8 to 10.8.168.25 (Michaël Zasso) #459960552b13232
] - deps: update simdutf to 2.0.9 (Node.js GitHub Bot) #45975e73be1b3b9
] - deps: update to uvwasi 0.0.14 (Colin Ihrig) #45970e4323f01c1
] - deps: fix updater github workflow job (Yagiz Nizipli) #4597205fee67238
] - Revert "deps: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) #4594898fc94a444
] - deps: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) #45803344c5ec0ea
] - deps: add simdutf dependency (Yagiz Nizipli) #458037bdad948c8
] - deps: V8: backport8ca9f77
(Anna Henningsen) #4587129f90cf5af
] - deps: update timezone to 2022g (Node.js GitHub Bot) #4573199fec0bf64
] - deps: update undici to 5.14.0 (Node.js GitHub Bot) #45812faee973fa7
] - deps: V8: cherry-pickbc831f8
(Yagiz Nizipli) #45788e2944109c6
] - deps: V8: cherry-pickbf0bd48
(Michaël Zasso) #45908e113d169ee
] - doc: update isUtf8 description (Yagiz Nizipli) #459739e16406066
] - doc: sort http.createServer() options alphabetically (Luigi Pinca) #4568049253e1a8f
] - doc: use console.error for error case in timers and tls (Deokjin Kim) #460028be1b666a7
] - doc: fix wrong output of example inurl.protocol
(Deokjin Kim) #459549251dce8b2
] - doc: useos.availableParallelism()
in async_context and cluster (Deokjin Kim) #45979952e03ae66
] - doc: make EventEmitterAsyncResource'soptions
as optional (Deokjin Kim) #4598571cc3b3712
] - doc: replace single executable champion in strategic initiatives doc (Darshan Sen) #45956eaf6b63637
] - doc: update error message of example in repl (Deokjin Kim) #45920d8b5b7da75
] - doc: fix typos in packages.md (Eric Mutta) #459574457e051c9
] - doc: remove port from example inurl.hostname
(Deokjin Kim) #45927908f4fab52
] - doc: show output of example in http (Deokjin Kim) #45915faf5c23084
] - (SEMVER-MINOR) doc: add parallelism note to os.cpus() (Colin Ihrig) #458959ed547b73c
] - doc: fix wrong output of example inurl.password
(Deokjin Kim) #45928a89f8c1337
] - doc: fix some history entries indeprecations.md
(Antoine du Hamel) #45891cf30fca23f
] - doc: add tip for NODE_MODULE (theanarkh) #45797d500445aec
] - doc: reduce likelihood of mismerges during release (Richard Lau) #45864e229f060e3
] - doc: add backticks to webcrypto rsaOaepParams (Filip Skokan) #45883dfa58c1947
] - doc: remove release cleanup step (Michaël Zasso) #45858b93a9670a8
] - doc: add stream/promises pipeline and finished to doc (Marco Ippolito) #45832c86f4a17d6
] - doc: remove Juan Jose keys (Rafael Gonzaga) #45827c37a119f90
] - doc: remove last example use of require('crypto').webcrypto (Filip Skokan) #458197e047dfcbb
] - doc: fix wrong output of example in util (Deokjin Kim) #458258046e0ef53
] - errors: refactor to use a method that formats a list string (Daeyeon Jeong) #457932d49e0e635
] - esm: rewrite loader hooks test (Geoffrey Booth) #4601647cc0e4bdb
] - events: fix violation of symbol naming convention (Deokjin Kim) #4597822a66cff66
] - fs: refactor to usevalidateInteger
(Deokjin Kim) #46008bc43922949
] - http: replacevar
withconst
on code of comment (Deokjin Kim) #459517ea72ee421
] - (SEMVER-MINOR) http: improved timeout defaults handling (Paolo Insogna) #457787f1daedf4c
] - lib: update JSDoc ofgetOwnPropertyValueOrDefault
(Deokjin Kim) #4601028f9089b83
] - lib: usekEmptyObject
as default value for options (Deokjin Kim) #46011f6c6673ec4
] - lib: lazy-load deps in modules/run_main.js (Joyee Cheung) #45849e529ea4144
] - lib: lazy-load deps in source_map_cache.js (Joyee Cheung) #45849943852ab83
] - lib: add getLazy() method to internal/util (Joyee Cheung) #4584925d0a94453
] - meta: update AUTHORS (Node.js GitHub Bot) #460400a70316ecc
] - meta: update AUTHORS (Node.js GitHub Bot) #4596886e30fcb4d
] - meta: addnodejs/loaders
to CODEOWNERS (Geoffrey Booth) #45940e95695654d
] - meta: addnodejs/test_runner
to CODEOWNERS (Antoine du Hamel) #45935353dab5bdf
] - meta: update AUTHORS (Node.js GitHub Bot) #458990b3512f690
] - modules: move callbacks and conditions into modules/esm/utils.js (Joyee Cheung) #45849c6ab449d1b
] - modules: move modules/cjs/helpers.js to modules/helpers.js (Joyee Cheung) #458494d62b099b4
] - net: handle socket.write(cb) edge case (Santiago Gimeno) #459228e6b8dbb41
] - net: add autoSelectFamily global getter and setter (Paolo Insogna) #45777f3bb6a38ae
] - node-api: generalize finalizer second pass callback (Chengzhong Wu) #44141d71883e271
] - (SEMVER-MINOR) os: add availableParallelism() (Colin Ihrig) #458954c0850539a
] - process,worker: ensure code after exit() effectless (ywave620) #4562024cae6b4a3
] - repl: improve robustness wrt to prototype pollution (Antoine du Hamel) #45604af25c95b22
] - src: fix typo innode_file.cc
(Vadim) #45998261d6d0726
] - src: fix crash on OnStreamRead on Windows (Santiago Gimeno) #458786c5b7e660b
] - src: add worker per-isolate binding initialization (Chengzhong Wu) #45547db535b6caa
] - src: define per-isolate internal bindings registration callback (Chengzhong Wu) #45547ded87f6dc4
] - src: fix creatingIsolate
s from addons (Anna Henningsen) #45885c2ed0ccb28
] - src: use string_view for FastStringKey implementation (Anna Henningsen) #45914b995138b96
] - src: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) #458864454f5fd71
] - src: fix UB in overflow checks (Ben Noordhuis) #4588227d3201502
] - src: check size of args before using for exec_path (A. Wilcox) #459022f898f2983
] - src: fix tls certificate root store data race (Ben Noordhuis) #45767eff92a61b9
] - src: add undici and acorn toprocess.versions
(Debadree Chatterjee) #45621ab22a8ff4b
] - stream: refactor to usevalidateFunction
(Deokjin Kim) #460070858956f5f
] - stream: fix typo in JSDoc (Deokjin Kim) #459912807efaea6
] - test: useprocess.hrtime.bigint
instead ofprocess.hrtime
(Deokjin Kim) #458770f5a145973
] - test: print failed JS/parallel tests (Geoffrey Booth) #45960c6c094702b
] - test: split parallel fs-watch-recursive tests (Yagiz Nizipli) #4586597a8e055be
] - test: add all WebCryptoAPI globals to WPTRunner's loadLazyGlobals (Filip Skokan) #4585795ce16d8d9
] - test: fix test broken under --node-builtin-modules-path (Geoffrey Booth) #4589497868befe7
] - test: fix mock.method to support class instances (Erick Wendel) #4560871056daf76
] - test: update encoding wpt to latest (Yagiz Nizipli) #4585010367c4cae
] - test: update url wpt to latest (Yagiz Nizipli) #4585253f02cf631
] - test: add CryptoKey transferring tests (Filip Skokan) #458115de08ef275
] - test: add postject to fixtures (Darshan Sen) #45298fea122d51e
] - test: enable idlharness WebCryptoAPI WPTs (Filip Skokan) #458223c2ce5635e
] - test: remove use of --experimental-global-webcrypto flag (Filip Skokan) #45816b5e124537e
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #458607ae24abd7b
] - test_runner: use os.availableParallelism() (Colin Ihrig) #45969c5004d42af
] - test_runner: run t.after() if test body throws (Colin Ihrig) #45870bdbb676bee
] - test_runner: parse yaml (Moshe Atlow) #45815ca9b9b9ce6
] - tls: don't treat fatal TLS alerts as EOF (David Benjamin) #44563d08a574ecf
] - tls: fix re-entrancy issue with TLS close_notify (David Benjamin) #445630f0d22a63e
] - tools: update lint-md-dependencies to rollup@3.9.0 (Node.js GitHub Bot) #460395a8d125fc4
] - tools: update doc to unist-util-select@4.0.2 (Node.js GitHub Bot) #4603854776ffe80
] - tools: add release host var to promotion script (Ruy Adorno) #45913f968fdb78a
] - tools: add url toAUTHORS
update automation (Antoine du Hamel) #459717c518cbac1
] - tools: update lint-md-dependencies to rollup@3.8.1 (Node.js GitHub Bot) #459671282f7f656
] - tools: update GitHub workflow action (Mohammed Keyvanzadeh) #45937f446af78e9
] - tools: update lint-md dependencies (Node.js GitHub Bot) #45813794611ade9
] - tools: enforce use of trailing commas intools/
(Antoine du Hamel) #45889124c2b32d9
] - tools: fix incorrect version history order (Fabien Michel) #4572827cf389c22
] - tools: update eslint to 8.29.0 (Node.js GitHub Bot) #45733ae842a40b5
] - util: add fast path for text-decoder fatal flag (Yagiz Nizipli) #45803389cc3e1d6
] - vm: refactor to usevalidateStringArray
(Deokjin Kim) #460207bd6a2c258
] - wasi: fast calls (snek) #43697v19.3.0
: 2022-12-14, Version 19.3.0 (Current), @targosCompare Source
Notable Changes
Updated npm to 9.2.0
Based on the list of guidelines we've established on integrating
npm
andnode
,here is a grouped list of the breaking changes with the reasoning as to why they
fit within the guidelines linked above. Note that all the breaking changes were
made in 9.0.0.
All subsequent minor and patch releases after
npm@9.0.0
do not contain anybreaking changes.
Engines
npm
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
Filesystem
npm
will no longer attempt to modify ownership of files it creates.Auth
registry found in a config file is no longer supported and will throw errors.
Login
sso
,saml
&legacy
have been consolidated into"legacy"
.auth-type
defaults to"web"
login
andadduser
are now separate commands that send different data to the registry.auth-type
config valuesweb
andlegacy
only try their respective methods,npm no longer tries them all and waits to see which one doesn't fail.
Tarball Packing
npm pack
now follows a strict order of operations when applying ignore rules.If a
files
array is present in thepackage.json
, then rules in.gitignore
and
.npmignore
files from the root will be ignored.Display/Debug/Timing Info
HEAD
instead ofmaster
as the default ref.timing
has been removed as a value for--loglevel
.--timing
will show timing information regardless of--loglevel
, except when--silent
.--timing
flag,npm
now writes timing data to a filealongside the debug log data, respecting the
logs-dir
option and fallingback to
<CACHE>/_logs/
dir, instead of directly inside the cache directory.will create a uniquely named
<ID>-timing.json
file, with the<ID>
portionbeing the same as the debug log.
npm
now outputs some json errors on stdout. Previouslynpm
would outputall json formatted errors on stderr, making it difficult to parse as the
stderr stream usually has logs already written to it.
Config/Command Deprecations or Removals
--install-strategy
.npm config set
will no longer accept deprecated or invalid config options.install-links
config defaults to"true"
.node-version
config has been removed.npm-version
config has been removed.npm access
subcommands have been renamed.npm birthday
has been removed.npm set-script
has been removed.npm bin
has been removed (usenpx
ornpm exec
to execute binaries).Other notable changes
03db415540
] - build: disable v8 snapshot compression by default (Joyee Cheung) #457169f51b9e50d
] - doc: add doc-only deprecation for headers/trailers setters (Rich Trott) #45697b010820c4e
] - doc: add Rafael Gonzaga to the TSC (Michael Dawson) #45691b8b13dccd9
] - (SEMVER-MINOR) net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) #447315d7cd363ab
] - (SEMVER-MINOR) src: add uvwasi version (Jithil P Ponnan) #456394165dcddf0
] - (SEMVER-MINOR) test_runner: add t.after() hook (Colin Ihrig) #45792d1bd7796ad
] - (SEMVER-MINOR) test_runner: don't use a symbol for runHook() (Colin Ihrig) #45792691f58e76c
] - tls: remove trustcor root ca certificates (Ben Noordhuis) #45776Commits
382efdf460
] - benchmark: add variety of inputs to text-encoder (Yagiz Nizipli) #45787102c2dc071
] - benchmark: make benchmarks runnable in older versions of Node.js (Joyee Cheung) #45746e2caf7ced9
] - bootstrap: lazy load non-essential modules (Joyee Cheung) #4565949840d443c
] - buffer: remove unnecessary lazy loading (Antoine du Hamel) #4580717847683dc
] - buffer: make decodeUTF8 params loose (Yagiz Nizipli) #4561003db415540
] - build: disable v8 snapshot compression by default (Joyee Cheung) #4571695a23e24f3
] - build: add python 3.11 support for android (Mohammed Keyvanzadeh) #4576509bc89daba
] - build: rework gyp files for zlib (Richard Lau) #45589b5b56b6b45
] - crypto: simplify lazy loading of internal modules (Antoine du Hamel) #458092e4d37e3f0
] - crypto: fix CipherBase Update int32 overflow (Marco Ippolito) #45769573eab9235
] - crypto: refactor ArrayBuffer to bigint conversion utils (Antoine du Hamel) #45567845f805490
] - crypto: refactor verify acceptable key usage functions (Filip Skokan) #455697cc9998737
] - crypto: fix ECDH webcrypto public CryptoKey usages (Filip Skokan) #45569d030963f37
] - crypto: validate CFRG webcrypto JWK import "d" and "x" are a pair (Filip Skokan) #455699cd106efdc
] - crypto: use DataError for CFRG webcrypto raw and jwk import key checks (Filip Skokan) #455699e2e3de6ce
] - crypto: use DataError for webcrypto keyData import failures (Filip Skokan) #4556940037b4e79
] - crypto: fix X25519 and X448 webcrypto public CryptoKey usages (Filip Skokan) #45569de2b6b97b9
] - crypto: ensure "x" is present when importing private CFRG webcrypto keys (Filip Skokan) #4556975dbce9a07
] - deps: upgrade npm to 9.2.0 (npm team) #45780677eb62bf2
] - deps: upgrade npm to 9.1.3 (npm team) #456931d823a6d30
] - Revert "deps: fix zlib compilation for CPUs without SIMD features" (Luigi Pinca) #455896b15994597
] - deps: update undici to 5.13.0 (Node.js GitHub Bot) #45634fbd2d27789
] - deps: update corepack to 0.15.2 (Node.js GitHub Bot) #4563560c9ac5178
] - deps: update nghttp2 to 1.51.0 (Yagiz Nizipli) #45537c8421204b0
] - deps: patch V8 to 10.8.168.21 (Michaël Zasso) #45749c5277417c9
] - diagnostics_channel: fix diagnostics channel memory leak (theanarkh) #456338a90f5c784
] - doc: buffer.fill empty value (Marco Ippolito) #457949d6af617ea
] - doc: add args of filter option of fs.cp (MURAKAMI Masahiko) #457398c728d2f02
] - doc: disambiguatenative module
toaddon
(Daeyeon Jeong) #456737718ff82a4
] - doc: using console.error for error cases in crypto and events (emirgoren) #45640029060e6e4
] - doc: fix actual result of example is different in events (Deokjin Kim) #456569f51b9e50d
] - doc: add doc-only deprecation for headers/trailers setters (Rich Trott) #45697801fe30488
] - doc: add detail on how api docs are published (Michael Dawson) #45626e124e2a6ee
] - doc: use console.error for error case in child_process and dgram (Deokjin Kim) #456901b920287b6
] - doc: move streaming instruc to doc/contributing (Michael Dawson) #45582b010820c4e
] - doc: add Rafael to the tsc (Michael Dawson) #456914fb7cf88e2
] - doc: add missing line in debugger (Deokjin Kim) #45632c0df265fea
] - doc: fix actual result of example is different in stream (Deokjin Kim) #45619027e738064
] - doc: addoptions
parameter to eventTarget.removeEventListener (Deokjin Kim) #4566723ff5057b2
] - doc: define "react-native" community condition (Alex Hunt) #453672e767bf18b
] - doc: move os.machine() docs to sorted position (Colin Ihrig) #45647aabfdef861
] - doc: use console.error for error case in fs, https, net and process (Deokjin Kim) #456063a02d50d35
] - doc: add link to doc with social processes (Michael Dawson) #45584e4316124fa
] - fs: fixnonNativeWatcher
watching folder with existing files (Moshe Atlow) #45500d272faa54d
] - fs: fixnonNativeWatcher
leak ofStatWatchers
(Moshe Atlow) #45501d64e773168
] - http: makeOutgoingMessage
more streamlike (Robert Nagy) #45672ed8ae88f30
] - lib: remove unnecessary lazy loading ininternal/encoding
(Antoine du Hamel) #45810302c5240c5
] - lib: allow Writeable.toWeb() to work on http.Outgoing message (Debadree Chatterjee) #45642e8745083b9
] - lib: check number of arguments inEventTarget
's function (Deokjin Kim) #456689f7bb5ce0e
] - lib: disambiguatenative module
tobinding
(Daeyeon Jeong) #45673353339a552
] - lib: disambiguatenative module
tobuiltin module
(Daeyeon Jeong) #4567399410efd19
] - lib: added SuiteContext class (Debadree Chatterjee) #45687a79f37a0a7
] - lib: add missing type of removeEventListener in question (Deokjin Kim) #45676e0750467e8
] - meta: update AUTHORS (Node.js GitHub Bot) #45814376f3468b9
] - meta: update AUTHORS (Node.js GitHub Bot) #45732a6e2cf2d6f
] - meta: add .mailmap entry for Stefan Stojanovic (Rich Trott) #45703eb9a383d2a
] - meta: update AUTHORS info for nstepien (Nicolas Stepien) #45692049ef342c6
] - meta: update AUTHORS (Node.js GitHub Bot) #45637b9c2fc7623
] - net: checkautoSelectFamilyAttemptTimeout
is positive (Deokjin Kim) #45740b8b13dccd9
] - (SEMVER-MINOR) net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) #447316962ef0df1
] - readline: improve robustness against prototype mutation (Antoine du Hamel) #456147892e23e68
] - repl: do not definewasi
on global with no flag (Kohei Ueno) #45595349b4f8817
] - src: add internal isArrayBufferDetached (Yagiz Nizipli) #455685d7cd363ab
] - (SEMVER-MINOR) src: add uvwasi version (Jithil P Ponnan) #456398a03684018
] - src: simplify NodeBIO::GetMethod initialization (Anna Henningsen) #45799b35ebebc0e
] - src: make structuredClone work for process.env (Ben Noordhuis) #4569881ab54035f
] - src: mark generatedsnapshot_data
asconst
(Anna Henningsen) #4578679edf257bb
] - src: cleanup on disambiguating native modules (Michael Dawson) #45665c9cba2e873
] - src: useenum class
instead ofenum
in node_i18n (Deokjin Kim) #45646818028caba
] - src: rename internal module declaration as internal bindings (Chengzhong Wu) #455512fbe2f9f0a
] - src,lib: group properties used as constants fromutil
binding (Daeyeon Jeong) #4553956eee72abb
] - stream: use structuredClone instead of v8 (Yagiz Nizipli) #45611b297dd5393
] - test: remove flaky parallel/test-process-wrap test (Ben Noordhuis) #45806924f6ab3a1
] - test: order list alphabetically intest-bootstrap-modules
(Antoine du Hamel) #458085c4475dab9
] - test: fix invalid output TAP if there newline in test name (Pulkit Gupta) #457424c51c5c97a
] - test: fix -Wunused-variable on report-fatalerror (Santiago Gimeno) #45747764725040c
] - test: fix test-watch-mode (Stefan Stojanovic) #45585cd36250fcb
] - test: fix test-watch-mode-inspect (Stefan Stojanovic) #45586b55bd6e8c1
] - test: fix typos in test/parallel (Deokjin Kim) #45583358e2fe217
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #45569424419c2b4
] - test_runner: refactortap_lexer
to use more primordials (Antoine du Hamel) #45744ffc0f3d7be
] - test_runner: refactortap_parser
to use more primordials (Antoine du Hamel) #457454165dcddf0
] - (SEMVER-MINOR) test_runner: add t.after() hook (Colin Ihrig) #45792d1bd7796ad
] - (SEMVER-MINOR) test_runner: don't use a symbol for runHook() (Colin Ihrig) #457926bc7b7e6f4
] - test_runner: add resetCalls to MockFunctionContext (MURAKAMI Masahiko) #457103e485365ec
] - test_runner: don't parse TAP from stderr (Colin Ihrig) #45618efc44567c9
] - test_runner: add getter and setter to MockTracker (MURAKAMI Masahiko) #45506c9cbd1d396
] - test_runner: remove stdout and stderr from error (Colin Ihrig) #45592691f58e76c
] - tls: remove trustcor root ca certificates (Ben Noordhuis) #45776d384b73f76
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45730324ae3d5dd
] - tools: add GitHub token permissions to label flaky-test issues (Gabriela Gutierrez) #45308418ae9be56
] - tools: remove dependency vulnerability checker (Facundo Tuesca) #45675238fc64c38
] - tools: update lint-md-dependencies to rollup@3.4.0 (Node.js GitHub Bot) #456381b98f17876
] - tools: update doc to highlight.js@11.7.0 (Node.js GitHub Bot) #45636470384e7be
] - util: use private symbols in JS land directly (Joyee Cheung) #45379cee6f382d8
] - watch: add CLI flag to preserve output (Debadree Chatterjee) #45717v19.2.0
: 2022-11-29, Version 19.2.0 (Current), @ruyadornoCompare Source
Notable changes
Time zone update
Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Other notable changes
File
class (Khafra) #45139url.parse
(Antoine du Hamel) #45576Commits
7cff1e14ba
] - (SEMVER-MINOR) async_hooks: add hook to stop propagation (Gerhard Stöbich) #45386f08f6a64a3
] - benchmark: add v8 serialize benchmark (Yagiz Nizipli) #4547626ad54c1a2
] - benchmark: add text-encoder benchmark (Yagiz Nizipli) #454506c56c9722b
] - (SEMVER-MINOR) buffer: introduce File (Khafra) #451396e1e25d6dd
] - build: avoid redefined macro (Michaël Zasso) #455445c9b2a7c82
] - build: fix env.h for cpp20 (Jiawen Geng) #4551654fd8a1966
] - build: reset embedder string to "-node.0" (Michaël Zasso) #452300f3cf7e5ce
] - Revert "build: remove precompiled header and debug information for host builds" (Stefan Stojanovic) #4543262ef1eb4ff
] - build: add --v8-disable-object-print flag (MURAKAMI Masahiko) #454581ce2f56cf6
] - build: make scripts in gyp run with right python (Jiawen Geng) #454359ffe3c051a
] - build,deps,src: fix Intel VTune profiling support (Shi Lei) #45248bd3accc7b2
] - crypto: clear OpenSSL error queue after calling X509_check_private_key() (Filip Skokan) #45495724addb293
] - crypto: update root certificates (Luigi Pinca) #45490efe19eb7f5
] - crypto: clear OpenSSL error queue after calling X509_verify() (Takuro Sato) #45377f63ae525fa
] - deps: V8: cherry-pick2ada52c
(Michaël Zasso) #4557343e002e3d4
] - deps: update base64 to 0.5.0 (Facundo Tuesca) #45509aaa4ac7735
] - deps: V8: cherry-pick9df5ef7
(Yagiz Nizipli) #45230e70c3090ff
] - deps: V8: cherry-pickf1c888e
(Michaël Zasso) #4523051eb323c50
] - deps: V8: cherry-pick92a7385
(Michaël Zasso) #452301370b1a769
] - deps: fix V8 build on Windows with MSVC (Michaël Zasso) #452303cd6367e6a
] - deps: silence irrelevant V8 warning (Michaël Zasso) #452309348bdd28d
] - deps: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) #45230e9292544b0
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #45230a3b9967553
] - deps: update V8 to 10.8.168.20 (Michaël Zasso) #45230117efe98b0
] - deps: V8: cherry-pick9df5ef7
(Yagiz Nizipli) #45474628891d4dd
] - deps: update timezone to 2022f (Node.js GitHub Bot) #4528945ba14b3be
] - deps: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) #45387c41e67fe1d
] - deps: update zlib to upstream8bbd6c3
(Luigi Pinca) #45387413bf9ad39
] - deps: patch V8 to 10.7.193.22 (Michaël Zasso) #45460ad8da86b3f
] - deps: update acorn to 8.8.1 (Node.js GitHub Bot) #4544117e6031bf0
] - deps: V8: cherry-pick031b98b
(Michaël Zasso) #453759e0e97c121
] - diagnostics_channel: built-in channels should remain experimental (Stephen Belanger) #4542344886e55e1
] - diagnostics_channel: mark as stable (Stephen Belanger) #45290b6b5b51687
] - doc: deprecate use of invalid ports inurl.parse
(Antoine du Hamel) #45576d805d5a894
] - doc: clarify changes in readableFlowing (Kohei Ueno) #45554015842f3d2
] - doc: use console.error for error case in http2 (Deokjin Kim) #455774345732900
] - doc: add version description about fsPromise.constants (chlorine) #4555616643dbb19
] - doc: add missing documentation for paramEncoding (Tobias Nießen) #45523246cd358b5
] - doc: fix typo in threat model (Tobias Nießen) #455585b1df22db0
] - doc: add Node.js Threat Model (Rafael Gonzaga) #4522319d8493c92
] - doc: run license-builder (github-actions[bot]) #455536f0bc097ea
] - doc: add async_hooks migration note (Geoffrey Booth) #45335118de4b44c
] - doc: fix RESOLVE_ESM_MATCH in modules.md (翠 / green) #452804de67d1ef4
] - doc: add arm64 to os.machine() (Carter Snook) #453741812a89c00
] - doc: add lint rule to enforce trailing commas (Antoine du Hamel) #454714128c27f66
] - doc: include v19.1.0 inCHANGELOG.md
(Rafael Gonzaga) #4546294a6a97ec6
] - doc: adjust wording to eliminate awkward typography (Konv) #45398a6fe707b62
] - doc: fix typo in maintaining-dependencies.md (Tobias Nießen) #454288906a4e58e
] - esm: add JSDoc property descriptions for loader (Rich Trott) #453704e5ad9df50
] - esm: add JSDoc property descriptions for fetch (Rich Trott) #453702b760c339e
] - fs: fix fs.rm support for loop symlinks (Nathanael Ruf) #45439e0a271e41b
] - gyp: fix v8 canary build on aix (Vasili Skurydzin) #45496eac26c0793
] - Revert "http: headers(Distinct), trailers(Distinct) setters to be no-op" (Rich Trott) #45527f208db70a0
] - http: add debug log for ERR_UNESCAPED_CHARACTERS (Aidan Temple) #45420b72b2bab72
] - http: add JSDoc property descriptions (Rich Trott) #453704c9159a830
] - lib: improve transferable abort controller exec (Yagiz Nizipli) #455255745bcbb41
] - lib: improve AbortController creation duration (Yagiz Nizipli) #4552538767b42fb
] - lib: do not throw if global property is no longer configurable (Antoine du Hamel) #453440d1b1c5df0
] - meta: update AUTHORS (Node.js GitHub Bot) #45531208ea1a58c
] - meta: update VoltrexMaster's username (Mohammed Keyvanzadeh) #45503d13ea68ef6
] - meta: update AUTHORS (Node.js GitHub Bot) #454436704e7814f
] - meta: be more proactive about removing from teams (Rich Trott) #453526fdd202c57
] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) #4514738f1ede379
] - node-api: address coverity warning (Michael Dawson) #455634a4f2802ec
] - node-api: declare type napi_cleanup_hook (Chengzhong Wu) #453918ff16fd8c0
] - node-api: fix immediate napi_remove_wrap test (Chengzhong Wu) #45406e7a5b3347b
] - src: address coverity warning in node_file.cc (Michael Dawson) #45565128c9f6fac
] - src: use qualifiedstd::move
call in node_http2 (Michaël Zasso) #4555557bca94cb1
] - src: avoid unused variables and functions (Michaël Zasso) #45542649b31f5e5
] - src: add missing include forstd::all_of
(Michaël Zasso) #4554156f22ea47c
] - src: set an appropriate thread pool size if given--v8-pool-size=0
(Daeyeon Jeong) #45513cce9e11d2d
] - src: move FsStatsOffset and kFsStatsBufferLength to node_file.h (Joyee Cheung) #454985e5bf0c236
] - src: don't run tasks on isolate termination (Santiago Gimeno) #4544410e7c2a62c
] - src: remove the unused PackageConfig class (Joyee Cheung) #45478459d4481d4
] - src: add --max-semi-space-size to the options allowed in NODE_OPTIONS (Emanuel Hoogeveen) #44436a483d1291e
] - src: condense experimental warning message (Rich Trott) #4542442507e68ab
] - src,node-api: updatenapi_is_detached_arraybuffer
(Daeyeon Jeong) #45538f720c5880e
] - stream: use ArrayBufferPrototypeGetByteLength (Yagiz Nizipli) #45528c00258e24b
] - stream: add primordials to adapters (Yagiz Nizipli) #455115274a8f7db
] - stream: avoid premature close when will not emit close (Robert Nagy) #45301496912d722
] - stream: fix typo inadapters.js
(#45515) (Kohei Ueno) #455158d96e2c723
] - stream: add fast path for utf8 (Yagiz Nizipli) #45483c3fe9072c6
] - test: add trailing commas in event tests (Rich Trott) #45466bb4c293873
] - test: add trailing commas in async-hooks tests (#45549) (Antoine du Hamel) #45549731e8741b2
] - test: add trailing commas in addons test (#45548) (Antoine du Hamel) #45548d6c68ce346
] - test: add trailing commas intest/common
(#45550) (Antoine du Hamel) #45550c9ba0b738d
] - test: revise pull request guide text about code (Rich Trott) #45519076e9eeaeb
] - test: fix test-trace-gc-flag (Tony Gorez) #4523072f2df2802
] - test: adapt test-v8-stats for V8 update (Michaël Zasso) #45230b491504d77
] - test: enable the WPT forstructuredClone
(Daeyeon Jeong) #454821277ffcb55
] - test: add lint rule to enforce trailing commas (Antoine du Hamel) #4546845b54eec55
] - test: update uses of _jabber._tcp.google.com (Colin Ihrig) #4545151213c24bd
] - test: add test to validate changelogs for releases (Richard Lau) #4532500a3b5f7d5
] - test: remove flaky designation for test-worker-http2-stream-terminate (Rich Trott) #454384fe5c4e167
] - test: fix flaky test-repl-sigint-nested-eval (Rich Trott) #45354f79dd65333
] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #45299016749ba5d
] - test_runner: add initial TAP parser (Wassim Chegham) #43525e9760b4ae8
] - test_runner: support watch mode (Moshe Atlow) #45214160c88ec77
] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #4558181f63c2b28
] - tools: update eslint to 8.28.0 (Node.js GitHub Bot) #45532f3f1aed01a
] - tools: add automation for updating libuv dependency (Facundo Tuesca) #45362d4f30f07b3
] - tools: add missing step in update-base64.sh script (Facundo Tuesca) #45509cca20330cf
] - tools: update certdata.txt (Luigi Pinca) #4549039e873139b
] - tools: include current release in the list of released versions (Antoine du Hamel) #454638a34ef4897
] - tools: update lint-md-dependencies to rollup@3.3.0 (Node.js GitHub Bot) #45442bb36acff42
] - tools: do not run CQ on non-fast-tracked PRs open for less than 2 days (Moshe Atlow) #4540793bc2ba509
] - tools: simplify .eslintrc.js (Rich Trott) #45397b7f8a44c64
] - tools: simplify regex in ESLint config (Rich Trott) #4539936bf87fabf
] - tools: enable jsdoc/require-property-description rule (Rich Trott) #453707c6281a7d2
] - tools: dynamically determine parallelism on GitHub Actions macOS (Rich Trott) #45350f441b04c11
] - trace_events: add new categories (theanarkh) #452666bdd2c3884
] - Revert "url: improve port validation" (Rich Trott) #45517bbba42fcb2
] - url: remove unnecessary object call to kFormat (Yagiz Nizipli) #454927c79ba7b27
] - util: add fast path for utf8 encoding (Yagiz Nizipli) #45412f86f90f839
] - util: improve text decoder performance (Yagiz Nizipli) #453883263ceb21a
] - watch: watch for missing dependencies (Moshe Atlow) #45348v19.1.0
: 2022-11-14, Version 19.1.0 (Current), @RafaelGSSCompare Source
Notable changes
Support function mocking on Node.js test runner
The
node:test
module supports mocking during testing via a top-levelmock
object.
Contributed by Colin Ihrig in #45326
fs.watch recursive support on Linux
fs.watch
supports recursive watch using therecursive: true
option.Contributed by Yagiz Nizipli in #45098
Other notable changes
Commits
c9cf399ec7
] - benchmark: add parameters to text-decoder benchmark (Yagiz Nizipli) #4536379f6bb061d
] - benchmark: fix text-decoder benchmark (Yagiz Nizipli) #45363a27c994ced
] - benchmark: add blob benchmark (Yagiz Nizipli) #44990c45b6aee78
] - bootstrap: merge main thread and worker thread initializations (Joyee Cheung) #4486933691208df
] - buffer: fix validation of options inBlob
constructor (Antoine du Hamel) #451567b938df296
] - build: support Python 3.11 (Luigi Pinca) #4519175e0a2d109
] - build: workaround for node-core-utils (Jiawen Geng) #45199f598edbdf4
] - build: fix icu-small build with ICU 72.1 (Steven R. Loomis) #4519529b9f4f90c
] - build: remove unused language files (Ben Noordhuis) #451383a1ee940d1
] - build: add GitHub token to auto-start-ci workflow (Richard Lau) #4518517349a2f42
] - build: restore Windows resource file (Richard Lau) #4504224e24bd063
] - build: add version info to timezone update PR (Darshan Sen) #450218d7aa53e6b
] - build,win: pass --debug-nghttp2 to configure (Santiago Gimeno) #45209b2e60480f3
] - child_process: validate arguments for null bytes (Darshan Sen) #447821f0edde412
] - crypto: handle more webcrypto errors with OperationError (Filip Skokan) #4532013fb05e12b
] - crypto: handle unsupported AES ciphers in webcrypto (Filip Skokan) #45321c168cbfbb3
] - deps: V8: cherry-pick56816d7
(Shi Pujin) #453531432474abf
] - deps: upgrade npm to 8.19.3 (npm team) #45322f35d56200d
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533144de2321aa
] - deps: patch V8 to 10.7.193.20 (Michaël Zasso) #45228bfe3819f08
] - deps: upgrade to libuv 1.44.2 (Luigi Pinca) #423400d41df96b3
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #452350d241638ca
] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #45236f58996188a
] - Revert "deps: make V8 compilable with older glibc" (Michaël Zasso) #451628cda730e58
] - deps: update ICU to 72.1 (Michaël Zasso) #450680a6ed6f710
] - Revert "deps: V8: forward declaration ofRtl*FunctionTable
" (Michaël Zasso) #451192f7518ada2
] - deps: update timezone (Node.js GitHub Bot) #449503bfba6df79
] - deps: patch V8 to 10.7.193.16 (Michaël Zasso) #45023b5baaa61b3
] - dns: fix port validation (Antoine du Hamel) #451350e9bad97cc
] - doc: allow for holidays in triage response (Michael Dawson) #45267d4aabb9d3d
] - doc: include last security release date (Juan José Arboleda) #45368ba45373164
] - doc: fix email for Ashley (Michael Dawson) #45364d5e5c75b13
] - doc: fix test runner's only tests section header (Colin Ihrig) #45343a7c5f31c47
] - doc: run license-builder (github-actions[bot]) #453493de125743e
] - doc: add more info for timer.setInterval (theanarkh) #452325a1252d9b4
] - doc: use module names in stability overview table (Filip Skokan) #453124d38bf2c5f
] - doc: addnode:
prefix for examples (Daeyeon Jeong) #45328b4b6b95f48
] - doc: update name of Node.js core Slack channel (Rich Trott) #452937d7e7c316b
] - doc: fix "task_processor.js" typo (andreysoktoev) #45257b9039a54af
] - doc: add history section tofetch
-related globals (Antoine du Hamel) #45198d9163f1632
] - doc: clarify moderation inonboarding.md
(Benjamin Gruenbaum) #41930c179c1478b
] - doc: change make lint to make lint-md (RafaelGSS) #4519758bec56fab
] - doc: add more lts update steps to release guide (Ruy Adorno) #451778f8d7e76ac
] - doc: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) #45155de2df550f6
] - doc: update process.release (Filip Skokan) #45170916e8760ba
] - doc: add link to triage guide (Brian Muenzenmeyer) #4515454d806853e
] - doc: mark Node.js 12 as End-of-Life (Rafael Gonzaga) #451863a26347649
] - doc: add lukekarrys to collaborators (Luke Karrys) #4518085cb4d795c
] - doc: update mark release line lts on release guide (Ruy Adorno) #45101c23e023a2d
] - doc: be more definite and present tense-y (Ben Noordhuis) #45120519002152b
] - doc: add major version note to release guide (Ruy Adorno) #45054809e8dcbd2
] - doc: fix v14.x link maintaining openssl guide (RafaelGSS) #450719d449d389d
] - doc: add note about latest GitHub release (Michaël Zasso) #45111ee34a3a1bc
] - doc: mention v18.x openssl maintaining guide (Rafael Gonzaga) #450703e4033a90d
] - doc: fix display of "problematic" ASCII characters (John Gardner) #44373533e38b0b8
] - doc: mark Node.js v17.x as EOL (KaKa) #4511093a34faa39
] - doc: update Node.js 16 End-of-Life date (Richard Lau) #45103b4beddef79
] - doc: fix typo in parseArgs default value (Tobias Nießen) #45083e8103fd33b
] - doc: updated security stewards (Michael Dawson) #450055fbccae4f0
] - doc: fix http and http2 writeEarlyHints() parameter (Fabian Meyer) #45000d47f83251a
] - doc: run license-builder (github-actions[bot]) #45034e6bbc5033d
] - doc: improve the workflow to test release binaries (Rafael Gonzaga) #45004f0c18f04f0
] - doc: fix undici version in changelog (Michael Dawson) #44982ffba3218ec
] - doc: add info on fixup to security release process (Michael Dawson) #44807edb92f4510
] - doc: add anonrig to collaborators (Yagiz Nizipli) #4500258334a38e8
] - doc, async_hooks: improve and add migration hints (Gerhard Stöbich) #453697225a7d46b
] - doc, http: add Uint8Array as allowed type (Gerhard Stöbich) #4516740a5e22328
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #451752e5d8e7239
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #45044c3dd696081
] - events: add unique events benchmark (Yagiz Nizipli) #44657daff3b8b09
] - fs: update todo message (Yagiz Nizipli) #45265670def3d6f
] - fs: fix opts.filter issue in cpSync (Tho) #4514334bfef91a9
] - (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) #45098d89ca1b443
] - fs: trace more fs api (theanarkh) #450951a04881494
] - http: headers(Distinct), trailers(Distinct) setters to be no-op (Madhuri) #451768abc3f732a
] - http: add priority to common http headers (James M Snell) #45045316354e3d3
] - http2: improve session close/destroy procedures (Santiago Gimeno) #451151635140952
] - http2: fix crash on Http2Stream::diagnostic_name() (Santiago Gimeno) #4512394b7f5338c
] - http2: fix debugStream method (Santiago Gimeno) #451293db37e7d1b
] - inspector: refactorinspector/promises
to be more robust (Antoine du Hamel) #450410478e4063f
] - lib: add options to the heap snapshot APIs (Joyee Cheung) #44989a8e901555a
] - lib: fix JSDoc issues (Rich Trott) #4524374352842bc
] - lib: use process.nextTick() instead of setImmediate() (Luigi Pinca) #423409f3d2f6879
] - lib: drop fetch experimental warning (Matteo Collina) #45287e2181e057b
] - lib: fix eslint early return (RafaelGSS) #45409d1726692ee
] - lib: fix TypeError when converting a detached buffer source (Kohei Ueno) #44020d7470ad986
] - lib: fixAbortSignal.timeout
parameter validation (dnalborczyk) #42856c7b7f2bec2
] - lib: add lint rule to protect againstObject.prototype.then
pollution (Antoine du Hamel) #450619ed9aa8233
] - lib: add ability to add separate event name to defineEventHandler (James M Snell) #450328b4a41e23d
] - lib: fix typo inpre_execution.js
(Antoine du Hamel) #45039cc2393c9fe
] - lib: promise version of streams.finished call clean up (Naor Tedgi (Abu Emma)) #4486217ef1bbc8e
] - lib: make properties on Blob and URL enumerable (Khafra) #449188199841e9c
] - lib: support more attributes for early hint link (Yagiz Nizipli) #4487488c3bb609b
] - meta: update AUTHORS (Node.js GitHub Bot) #45333a866e8c163
] - meta: update collaborator email address in README (Rich Trott) #45251bfbfacad79
] - meta: fix email address typo in README (Rich Trott) #452500d58bb9531
] - meta: remove dont-land-on-v12 auto labeling (Moshe Atlow) #45233b41b5ba658
] - meta: update AUTHORS (Node.js GitHub Bot) #45238ad9a5bb61f
] - meta: move a collaborator to emeritus (Rich Trott) #45160ec8683052b
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #450367900810fb3
] - meta: update AUTHORS (Node.js GitHub Bot) #45020738144c311
] - module: ensure relative requires work from deleted directories (Bradley Farias) #4238436acf8a13e
] - net: remove _readableState from debug statement (Rich Trott) #45063aaca54c5c0
] - node-api: handle no support for external buffers (Michael Dawson) #451812105f099ea
] - node-api,test: fix test_reference_double_free crash (Vladimir Morozov) #449272fcf851a91
] - os: convert uid and gid to 32-bit signed integers (Luigi Pinca) #42340dfe4237d77
] - perf_hooks: align toStringTag with other Web Performance implementations (Daeyeon Jeong) #451579d15da3341
] - report: add more memory info (theanarkh) #45254a2620acad7
] - report: add rss and use/kernel cpu usage fields (theanarkh) #4504366e1dc4979
] - report,doc: define report version semantics (Gireesh Punathil) #4505086e22b4e19
] - src: track contexts in the Environment instead of AsyncHooks (Joyee Cheung) #45282326d19af3d
] - src: resolve TODO related to inspector CVEs (Tobias Nießen) #453414e45585ca2
] - src: revert is_release to 0 (RafaelGSS) #453155d480118fb
] - src: print nghttp2 logs when using --debug-nghttp2 (Santiago Gimeno) #452093e46ebda3c
] - src: trace threadpool event (theanarkh) #4445897547bcd14
] - src: lock-free init_process_flags (Jérémy Lal) #4522142db84913b
] - src: call uv_library_shutdown before DisposePlatform (theanarkh) #45226aa4152a1b6
] - src: fixcrypto.privateEncrypt
fails first time (liuxingbaoyu) #42793243c141b69
] - src: clarify OptionEnvvarSettings member names (Chengzhong Wu) #450575335e29ce7
] - src: let http2 streams end after session close (Santiago Gimeno) #451538d5682266e
] - src: remap invalid file descriptors usingdup2
(Obiwac) #444614e14ed8878
] - src: remove unusedcontextify_global_private_symbol
(Daeyeon Jeong) #45128a8412f5677
] - src: forbid running watch mode in REPL (Moshe Atlow) #45058162bf0ddff
] - src: fix test runner coverage (Moshe Atlow) #45055e5b1179630
] - src: optimize ALPN callback (Ben Noordhuis) #448759dc21a1f86
] - src: simplify ALPN code, remove indirection (Ben Noordhuis) #448755fce8e3495
] - src: iwyu in cleanup_queue.cc (Shelley Vohr) #44983824dcfc422
] - src: return void in InitializeInspector() (Joyee Cheung) #449037a31ae8ab1
] - src,lib: retrieve parsed source map url from v8 (Chengzhong Wu) #44798ccb1c1e9a2
] - stream: add compose operator (Raz Luvaton) #44937e60d9053bc
] - stream: fix duplexify premature destroy (Robert Nagy) #45133bc0ae3e74e
] - stream: fix web streams have no Symbol.toStringTag (Jithil P Ponnan) #451171655532fd2
] - stream: don't push null from closed promise #42694 (David Halls) #45026717db1d46a
] - test: skip test-fs-largefile if not enough disk space (Rich Trott) #453394a80aff16e
] - test: fix catching failed assertion (Pavel Horal) #4522266e7821506
] - test: defer invocation checks (Luigi Pinca) #4234043db0fbd49
] - test: fix test-socket-write-after-fin-error (Luigi Pinca) #42340d5f4d98847
] - test: maketest-eventemitter-asyncresource.js
shorter (Juan José) #451467428651100
] - test: convert test-debugger-pid to async/await (Luke Karrys) #45179f10f2c1121
] - test: fix textdecoder test for small-icu builds (Richard Lau) #45225eed799bd31
] - test: improve test coverage intest-event-capture-rejections.js
(Juan José) #45148069747bfdd
] - test: fix timeout of test-heap-prof.js in riscv devices (Yu Gu) #42674ddb7df76de
] - test: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) #4521202ebde39d3
] - test: use common/tmpdir in watch-mode ipc test (Richard Lau) #45211f9bc40a1fc
] - test: use uv_sleep() where possible (Santiago Gimeno) #451243c7ea23b8f
] - test: fix typo intest/parallel/test-fs-rm.js
(Tim Shilov) #44882b39dcde056
] - test: remove a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) #45132fabed9bdc8
] - test: add test for Module._stat (Darshan Sen) #447132b3b291c97
] - test: watch mode inspect restart repeatedly (Moshe Atlow) #4506017e86e4188
] - test: remove experimental-wasm-threads flag (Michaël Zasso) #45074f0480d68e9
] - test: remove unnecessary noop function args tomustCall()
(Antoine du Hamel) #4504782e6043118
] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #4504926a2ae2489
] - test: wrap missingcommon.mustCall
(Moshe Atlow) #450648662399cda
] - test: remove mentions of--experimental-async-stack-tagging-api
flag (Simon) #4505171b8d506ed
] - test: improve assertions intest-repl-unsupported-option.js
(Juan José) #44953dbc696d363
] - test: remove unnecessary noop function args to mustCall() (Rich Trott) #45027c1ca19fb06
] - test: update WPT resources (Khaidi Chu) #4494843677e5a34
] - test: skip test depending onoverlapped-checker
when not available (Antoine du Hamel) #450153519d74e87
] - test: improve test coverage foros
package (Juan José) #44959ea0cfc9a83
] - test: add test to improve coverage in http2-compat-serverresponse (Cesar Mario Diaz) #44970482578682c
] - test: improve test coverage intest-child-process-spawn-argv0.js
(Juan José) #44955a618dc3c3e
] - test: use CHECK instead of EXPECT where necessary (Tobias Nießen) #44795c59d3b76e6
] - test: refactor promises to async/await (Madhuri) #4498036c5927c60
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #451656158d740f3
] - test_runner: support function mocking (Colin Ihrig) #45326920804dc46
] - test_runner: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #452648e7f9de45e
] - test_runner: fix afterEach not running on test failures (Jithil P Ponnan) #452040040030443
] - test_runner: report tap subtest in order (Moshe Atlow) #45220afa8291c7c
] - test_runner: call {before,after}Each() on suites (Colin Ihrig) #45161ff174b0937
] - test_runner: add extra fields in AssertionError YAML (Bryan English) #44952bf868fdfab
] - (SEMVER-MINOR) tls: add "ca" property to certificate object (Ben Noordhuis) #44935e8075fd1f8
] - tools: add automation for updating acorn dependency (Facundo Tuesca) #453579aa305ff3e
] - tools: add documentation regarding our api tooling (Claudio Wunder) #4527076cbc07f9b
] - tools: allow scripts to run from anywhere (Luigi Pinca) #45361aa875a4d6a
] - tools: update eslint to 8.27.0 (Node.js GitHub Bot) #453584b71db13ae
] - tools: update eslint to 8.26.0 (Node.js GitHub Bot) #4524363267dfefb
] - tools: update lint-md-dependencies to rollup@3.2.5 (Node.js GitHub Bot) #45332e275859138
] - tools: fix stability index generation (Antoine du Hamel) #4534697fe8bacb1
] - tools: increase macOS cores to 3 on GitHub CI (Rich Trott) #45340eda4ae51ca
] - tools: add automation for updating base64 dependency (Facundo Tuesca) #453002ee052f794
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #45291e118dd88fd
] - tools: refactor dynamic strings creation in shell scripts (Antoine du Hamel) #45240ba89cea683
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45237786f086800
] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #451910738d14fa4
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #4521849be13ccd8
] - tools: keep Emeriti lists case-insensitive alphabetic (Rich Trott) #451596e30d2231b
] - tools: update actions/setup-python to v4 (Yagiz Nizipli) #45178a4158692d7
] - tools: update V8 gypfiles for RISC-V (Andreas Schwab) #45149c43bc2169f
] - tools: fixcreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #451662ccc03ec32
] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022a70b27629f
] - tools: do not use the set-output command in workflows (Luigi Pinca) #45024025e616662
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45019732f9a78d3
] - trace_events: fix getCategories (theanarkh) #450921bc84ce52c
] - url: remove \t \n \r in url.parse() similar to WHATWG (Rich Trott) #4511684e7388160
] - url: improve port validation (Rich Trott) #4501202cff4a3d3
] - url: improve url.parse() compliance with WHATWG URL (Rich Trott) #4501189390a6be2
] - util: improve text-decoder performance (Yagiz Nizipli) #453630deed8daeb
] - util: improve textdecoder decode performance (Yagiz Nizipli) #45294d41f8ffc36
] - (SEMVER-MINOR) util: add MIME utilities (#21128) (Bradley Farias) #21128v19.0.1
: 2022-11-04, Version 19.0.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
e58e8d70a8
] - deps: update archs files for quictls/openssl-3.0.7+quic (RafaelGSS) #4528685f4548d57
] - deps: upgrade openssl sources to quictls/openssl-3.0.7+quic (RafaelGSS) #4528643403f56f7
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v19.0.0
: 2022-10-18, Version 19.0.0 (Current), @RafaelGSS and @ruyadornoCompare Source
Node.js 19 is here! Highlights include the update of the V8 JavaScript engine to 10.7, HTTP(s)/1.1 KeepAlive enabled by default, and ESM Resolution adjustments.
Node.js 19 will replace Node.js 18 as our ‘Current’ release line when Node.js 18 enters long-term support (LTS) later this month.
As per the release schedule, Node.js 19 will be ‘Current' release for the next 6 months, until April 2023.
Notable Changes
Deprecations and Removals
7dd2f41c73
] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #44495ada2d053ae
] - (SEMVER-MAJOR) process: runtime deprecate coercion to integer inprocess.exit()
(Daeyeon Jeong) #44711HTTP(S)/1.1 KeepAlive by default
Starting with this release, Node.js sets
keepAlive
to true by default. This means that any outgoing HTTP(s) connection will automatically use HTTP 1.1 Keep-Alive. The default waiting window is 5 seconds.Enable keep-alive will deliver better throughput as connections are reused by default.
Additionally, the agent is now able to parse the response
Keep-Alive
which the servers might send. This header instructs the client on how much to stay connected.On the other side, the Node.js HTTP server will now automatically disconnect idle clients (which are using HTTP Keep-Alive to reuse the connection) when
close()
is invoked).Node.js HTTP(S)/1.1 requests may experience a better throughput/performance by default.
Contributed by Paolo Insogna in #43522
DTrace/SystemTap/ETW Support were removed
The main reason is the lack of resources from the Node.js team. The complexity to keep the support up-to-date has proved not worth it without a clear plan to support those tools. Hence, an issue was raised in the Node.js repository to assess better support, for
DTrace
in specific.Contributed by Ben Noordhuis in #43651 and #43652
V8 10.7
The V8 engine is updated to version 10.7, which is part of Chromium 107.
This version include a new feature to the JavaScript API:
Intl.NumberFormat
.Intl.NumberFormat
v3 API is a new TC39 ECMA402 stage 3 proposalextend the pre-existing
Intl.NumberFormat
.The V8 update was a contribution by Michaël Zasso in #44741.
llhttp 8.1.0
llhttp has been updated to version 8.1.0. Collectively, this version brings many updates to the llhttp API, introducing new callbacks and allow all callback to be pausable.
Contributed by Paolo Insogna in #44967
Other Notable Changes
46a3afb579
] - doc: graduate webcrypto to stable (Filip Skokan) #44897f594cc85b7
] - esm: remove specifier resolution flag (Geoffrey Booth) #44859Semver-Major Commits
53f73d1cfe
] - (SEMVER-MAJOR) build: enable V8's trap handler on Windows (Michaël Zasso) #4474106aaf8a1c4
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #44741aa3a572e6b
] - (SEMVER-MAJOR) build: remove dtrace & etw support (Ben Noordhuis) #4365238f1e2793c
] - (SEMVER-MAJOR) build: remove systemtap support (Ben Noordhuis) #436512849283c4c
] - (SEMVER-MAJOR) crypto: remove non-standardwebcrypto.Crypto.prototype.CryptoKey
(Antoine du Hamel) #42083a1653ac715
] - (SEMVER-MAJOR) crypto: do not allow to call setFips from the worker thread (Sergey Petushkov) #43624fd36a8dadb
] - (SEMVER-MAJOR) deps: update llhttp to 8.1.0 (Paolo Insogna) #4496789ecdddaab
] - (SEMVER-MAJOR) deps: bump minimum ICU version to 71 (Michaël Zasso) #4474166fe446efd
] - (SEMVER-MAJOR) deps: V8: cherry-pick0cccb6f
(Michaël Zasso) #4474188ed027d57
] - (SEMVER-MAJOR) deps: V8: cherry-pick7ddb839
(Michaël Zasso) #4474126c651c34e
] - (SEMVER-MAJOR) deps: V8: cherry-pick1b3a4f0
(Michaël Zasso) #44741c8ff2dfd11
] - (SEMVER-MAJOR) deps: V8: cherry-pickb161a08
(Michaël Zasso) #447417a8fa2d517
] - (SEMVER-MAJOR) deps: fix V8 build on Windows with MSVC (Michaël Zasso) #4474183b0aaa800
] - (SEMVER-MAJOR) deps: fix V8 build on SmartOS (Michaël Zasso) #447417a952e8ea5
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #447416bd756d7c6
] - (SEMVER-MAJOR) deps: update V8 to 10.7.193.13 (Michaël Zasso) #4474103fb789fb9
] - (SEMVER-MAJOR) events: add null check for the signal of EventTarget (Masashi Hirano) #43153a4fa526ddc
] - (SEMVER-MAJOR) fs: add directory autodetection to fsPromises.symlink() (Livia Medeiros) #42894bb4891d8d4
] - (SEMVER-MAJOR) fs: add validateBuffer to improve error (Hirotaka Tagawa / wafuwafu13) #44769950a4411fa
] - (SEMVER-MAJOR) fs: remove coercion to string in writing methods (Livia Medeiros) #4279641a6d82968
] - (SEMVER-MAJOR) fs: harden fs.readSync(buffer, options) typecheck (LiviaMedeiros) #427722275faac2b
] - (SEMVER-MAJOR) fs: harden fs.read(params, callback) typecheck (LiviaMedeiros) #4277229953a0b88
] - (SEMVER-MAJOR) fs: harden filehandle.read(params) typecheck (LiviaMedeiros) #427724267b92604
] - (SEMVER-MAJOR) http: use Keep-Alive by default in global agents (Paolo Insogna) #435220324529e0f
] - (SEMVER-MAJOR) inspector: introduce inspector/promises API (Erick Wendel) #4425080270994d6
] - (SEMVER-MAJOR) lib: enable global CustomEvent by default (Daeyeon Jeong) #44860f529f73bd7
] - (SEMVER-MAJOR) lib: brand check event handler property receivers (Chengzhong Wu) #444836de2673a9f
] - (SEMVER-MAJOR) lib: enable global WebCrypto by default (Antoine du Hamel) #4208373ba8830d5
] - (SEMVER-MAJOR) lib: use private field in AbortController (Joyee Cheung) #438207dd2f41c73
] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #4449522c39b1ddd
] - (SEMVER-MAJOR) path: the dot will be added(path.format) if it is not specified inext
(theanarkh) #44349587367d107
] - (SEMVER-MAJOR) perf_hooks: expose webperf global scope interfaces (Chengzhong Wu) #44483364c0e196c
] - (SEMVER-MAJOR) perf_hooks: fix webperf idlharness (Chengzhong Wu) #44483ada2d053ae
] - (SEMVER-MAJOR) process: runtime deprecate coercion to integer inprocess.exit()
(Daeyeon Jeong) #44711e0ab8dd637
] - (SEMVER-MAJOR) process: make process.config read only (Sergey Petushkov) #43627481a959adb
] - (SEMVER-MAJOR) readline: removequestion
method fromInterfaceConstructor
(Antoine du Hamel) #44606c9602ce212
] - (SEMVER-MAJOR) src: use new v8::OOMErrorCallback API (Michaël Zasso) #4474119a70c11e4
] - (SEMVER-MAJOR) src: override CreateJob instead of PostJob (Clemens Backes) #44741fd52c62bee
] - (SEMVER-MAJOR) src: use V8_ENABLE_SANDBOX macro (Michaël Zasso) #44741c10988db44
] - (SEMVER-MAJOR) src: use non-deprecated V8 inspector API (Michaël Zasso) #447413efe901dd6
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 111 (Michaël Zasso) #4474177e585657f
] - (SEMVER-MAJOR) src: turn embedder api overload into default argument (Alena Khineika) #43629dabda03ea9
] - (SEMVER-MAJOR) src: per-environment time origin value (Chengzhong Wu) #437812e49b99cc2
] - (SEMVER-MAJOR) src,test: disable freezing V8 flags on initialization (Clemens Backes) #447412b32985c62
] - (SEMVER-MAJOR) stream: use null for the error argument (Luigi Pinca) #4431236805e8524
] - (SEMVER-MAJOR) test: adapt test-repl for V8 update (Michaël Zasso) #4474196ef25793d
] - (SEMVER-MAJOR) test: adapt test-repl-pretty-*stack to V8 changes (Michaël Zasso) #4474171c193e581
] - (SEMVER-MAJOR) test: adapt to new JSON SyntaxError messages (Michaël Zasso) #44741b5f1564880
] - (SEMVER-MAJOR) test: rename always-opt flag to always-turbofan (Michaël Zasso) #447411acf0339dd
] - (SEMVER-MAJOR) test: fix test-hash-seed for new V8 versions (Michaël Zasso) #4474157ff476c33
] - (SEMVER-MAJOR) test: remove duplicate test (Luigi Pinca) #4405177def91bf9
] - (SEMVER-MAJOR) tls,http2: send fatal alert on ALPN mismatch (Tobias Nießen) #440314860ad99b9
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 10.7 (Michaël Zasso) #44741Semver-Minor Commits
af0921d877
] - (SEMVER-MINOR) esm: add--import
flag (Moshe Atlow) #439420633e9a0b5
] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #44045ca5be26b31
] - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376e86a638305
] - (SEMVER-MINOR) src: add initial shadow realm support (Chengzhong Wu) #4286971ca6d7d6a
] - (SEMVER-MINOR) util: addmaxArrayLength
option to Set and Map (Kohei Ueno) #43576Semver-Patch Commits
78508028e3
] - bootstrap: generate bootstrapper arguments in BuiltinLoader (Joyee Cheung) #444885291096ca2
] - bootstrap: check more metadata when loading the snapshot (Joyee Cheung) #44132d0f73d383d
] - build: go faster, drop -fno-omit-frame-pointer (Ben Noordhuis) #44452214354fc9f
] - crypto: fix webcrypto HMAC "get key length" in deriveKey and generateKey (Filip Skokan) #4491740a0757b21
] - crypto: remove webcrypto HKDF and PBKDF2 default-applied lengths (Filip Skokan) #44945eeec3eb16a
] - crypto: simplify webcrypto ECDH deriveBits (Filip Skokan) #449460be1c57281
] - deps: V8: cherry-pickc2792e5
(Jiawen Geng) #44961488474618c
] - deps: V8: cherry-pickc3dffe6
(Michaël Zasso) #4495834ba631a0b
] - deps: V8: cherry-picke7f0f26
(Michaël Zasso) #44958690a837f4f
] - deps: V8: cherry-pick3d59a3c
(Michaël Zasso) #44958bab8b3aad6
] - deps: V8: cherry-pick8b87039
(Michaël Zasso) #4495837e5152245
] - doc: add notable changes to latest v18.x release changelog (Danielle Adams) #4499619a909902a
] - doc: deprecate url.parse() (Rich Trott) #449196686d9000b
] - doc: fix backticks in fs API docs (Livia Medeiros) #4496246a3afb579
] - doc: graduate webcrypto to stable (Filip Skokan) #448976e3c55cc35
] - doc: fix v16.17.1 security release changelog (Ruy Adorno) #4475977cb88b91c
] - doc: mark--import
as experimental (Moshe Atlow) #4406746dcfb3c7b
] - doc,crypto: update webcrypto docs for global access (Filip Skokan) #44723f594cc85b7
] - esm: remove specifier resolution flag (Geoffrey Booth) #448593c040348fe
] - Revert "esm: convertresolve
hook to synchronous" (Jacob Smith) #4352690b634a5a5
] - esm: convertresolve
hook to synchronous (Jacob Smith) #433637c06eab1dc
] - Revert "http: do not leak error listeners" (Luigi Pinca) #44921464d1c1558
] - lib: resetRegExp
statics before running user code (Antoine du Hamel) #4374115f10515e3
] - module: fix segment deprecation for imports field (Guy Bedford) #448837cdf745fdd
] - perf_hooks: convert maxSize to IDL value in setResourceTimingBufferSize (Chengzhong Wu) #44902be525d7d04
] - src: consolidate exit codes in the code base (Joyee Cheung) #44746d5ce285c8b
] - src: refactor BaseObject methods (Joyee Cheung) #44796717465433c
] - src: create BaseObject with node::Realm (Chengzhong Wu) #4434845f2258f74
] - src: restore IS_RELEASE to 0 (Bryan English) #447581f54fc25cb
] - src: use automatic memory mgmt in SecretKeyGen (Tobias Nießen) #444797371d335ac
] - src: use V8 entropy source if RAND_bytes() != 1 (Tobias Nießen) #4449381d9cdb8cd
] - src: introduce node::Realm (Chengzhong Wu) #44179ad41c919df
] - src: remove v8abbr.h (Tobias Nießen) #44402fddc701d3c
] - src: support diagnostics channel in the snapshot (Joyee Cheung) #44193d70aab663c
] - src: support WeakReference in snapshot (Joyee Cheung) #441934ca398a617
] - src: iterate over base objects to prepare for snapshot (Joyee Cheung) #441928b0e5b19bd
] - src: fix cppgc incompatibility in v8 (Shelley Vohr) #435213fdf6cfad9
] - stream: fixsize
function returned from QueuingStrategies (Daeyeon Jeong) #44867331088f4a4
] - Revert "tools: refactortools/license2rtf
to ESM" (Richard Lau) #4321430cb1bf8b8
] - tools: refactortools/license2rtf
to ESM (Feng Yu) #43101a3ff4bfc66
] - url: revert "validate ipv4 part length" (Antoine du Hamel) #4294087d0d7a069
] - url: validate ipv4 part length (Yagiz Nizipli) #429155b1bcf82f1
] - vm: make ContextifyContext a BaseObject (Joyee Cheung) #44796v18.20.4
: 2024-07-08, Version 18.20.4 'Hydrogen' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
Commits
85abedf1ff
] - lib,esm: handle bypass network-import via data: (RafaelGSS) nodejs-private/node-private#522eccd63b865
] - src: handle permissive extension on cmd check (RafaelGSS) nodejs-private/node-private#596v18.20.3
: 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @richardlauCompare Source
Notable Changes
This release fixes a regression introduced in Node.js 18.19.0 where
http.server.close()
was incorrectly closing idle connections.A fix has also been included for compiling Node.js from source with newer versions of Clang.
The list of keys used to sign releases has been synchronized with the current list from the
main
branch.Updated dependencies
Commits
0c260e10e7
] - deps: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) #525161152d7f919
] - deps: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) #52199755399db9d
] - deps: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) #52123af3e32073b
] - deps: update ada to 2.7.8 (Node.js GitHub Bot) #52517e4ea2db58b
] - deps: update c-ares to 1.28.1 (Node.js GitHub Bot) #5228514e857bea2
] - deps: update corepack to 0.28.0 (Node.js GitHub Bot) #526167f5dd44ca6
] - deps: upgrade npm to 10.7.0 (npm team) #5276778f84ebb09
] - deps: update ngtcp2 to 1.3.0 (Node.js GitHub Bot) #517961f489a3753
] - deps: update ngtcp2 to 1.2.0 (Node.js GitHub Bot) #515843034968225
] - deps: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) #513191aa9da467f
] - deps: add nghttp3/**/.deps to .gitignore (Luigi Pinca) #5140028c0c78c9a
] - deps: update ngtcp2 and nghttp3 (James M Snell) #512918fd5a35364
] - deps: upgrade npm to 10.5.2 (npm team) #524582c53ff31c9
] - deps: update acorn-walk to 8.3.2 (Node.js GitHub Bot) #5145712f28f33c2
] - deps: update acorn to 8.11.3 (Node.js GitHub Bot) #51317dddb7eb3e0
] - deps: update acorn-walk to 8.3.1 (Node.js GitHub Bot) #50457c86550e607
] - deps: update acorn-walk to 8.3.0 (Node.js GitHub Bot) #504579500817f66
] - deps: update acorn to 8.11.2 (Node.js GitHub Bot) #504607a8c7b6275
] - deps: update ada to 2.7.7 (Node.js GitHub Bot) #52028b199889943
] - deps: update corepack to 0.26.0 (Node.js GitHub Bot) #52027052b0ba0c6
] - deps: upgrade npm to 10.5.1 (npm team) #52351209823d3af
] - deps: update simdutf to 5.2.4 (Node.js GitHub Bot) #524735114cbe18a
] - deps: update simdutf to 5.2.3 (Yagiz Nizipli) #52381be30309ea0
] - deps: update simdutf to 5.0.0 (Daniel Lemire) #52138b56f66e250
] - deps: update simdutf to 4.0.9 (Node.js GitHub Bot) #51655a9f3b9d9d1
] - deps: update nghttp2 to 1.61.0 (Node.js GitHub Bot) #523951b6fa70620
] - deps: update nghttp2 to 1.60.0 (Node.js GitHub Bot) #519483c9dbbf4d4
] - deps: update nghttp2 to 1.59.0 (Node.js GitHub Bot) #51581e28316da54
] - deps: update nghttp2 to 1.58.0 (Node.js GitHub Bot) #50441678641f470
] - deps: V8: cherry-pickd15d49b
(Bo Anderson) #523371147fee7d9
] - doc: remove ableist language from crypto (Jamie King) #520635e93eae972
] - doc: add release key for marco-ippolito (marco-ippolito) #522576689a98488
] - http: remove closeIdleConnections function while calling server close (Kumar Rishav) #5233671616e8a8a
] - node-api: make tsfn accept napi_finalize once more (Gabriel Schulhof) #51801d9d9e62474
] - src: avoid draining platform tasks at FreeEnvironment (Chengzhong Wu) #51290e5fc8ec9fc
] - test: skip v8-updates/test-linux-perf (Michaël Zasso) #49639351ef189ca
] - test: v8: Add test-linux-perf-logger test suite (Luke Albao) #503525cec2efc31
] - test: reduce the number of requests and parsers (Luigi Pinca) #502405186e453d9
] - test: deflake test-http-regr-gh-2928 (Luigi Pinca) #49574c60cd67e1c
] - test: skip test for dynamically linked OpenSSL (Richard Lau) #52542v18.20.2
: 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
child_process.spawn
without shell option enabled on WindowsCommits
6627222409
] - src: disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#564v18.20.1
: 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
Commits
60d24938de
] - deps: update undici to v5.28.4 (Matteo Collina) nodejs-private/node-private#5775d4d5848cf
] - http: do not allow OBS fold in headers by default (Paolo Insogna) nodejs-private/node-private#5580fb816dbcc
] - src: ensure to close stream when destroying session (Anna Henningsen) nodejs-private/node-private#561v18.20.0
: 2024-03-26, Version 18.20.0 'Hydrogen' (LTS), @richardlauCompare Source
Notable Changes
Added support for import attributes
Support has been added for import attributes, to replace the old import
assertions syntax. This will aid migration by making the new syntax available
across all currently supported Node.js release lines.
This adds the
with
keyword which should be used in place of the previousassert
keyword, which will be removed in a future semver-major Node.jsrelease.
For example,
should be replaced with
For more details, see
Contributed by Nicolò Ribaudo in #51136
and Antoine du Hamel in #50140.
Doc deprecation for
dirent.path
Please use newly added
dirent.parentPath
instead.Contributed by Antoine du Hamel in #50976
and #51020.
Experimental node-api feature flags
Introduces an experimental feature to segregate finalizers that affect GC state.
A new type called
node_api_nogc_env
has been introduced as the const versionof
napi_env
andnode_api_nogc_finalize
as a variant ofnapi_finalize
thataccepts a
node_api_nogc_env
as its first argument.This feature can be turned off by defining
NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT
.Contributed by Gabriel Schulhof in #50060.
Root certificates updated to NSS 3.98
Certificates added:
Certificates removed:
Updated dependencies
vm: fix V8 compilation cache support for vm.Script
Previously repeated compilation of the same source code using
vm.Script
stopped hitting the V8 compilation cache after v16.x when support for
importModuleDynamically
was added tovm.Script
, resulting in a performanceregression that blocked users (in particular Jest users) from upgrading from
v16.x.
The recent fixes allow the compilation cache to be hit again
for
vm.Script
when--experimental-vm-modules
is not used even in thepresence of the
importModuleDynamically
option, so that users affected by theperformance regression can now upgrade. Ongoing work is also being done to
enable compilation cache support for
vm.CompileFunction
.Contributed by Joyee Cheung in #49950
and #50137.
Commits
c70383b8d4
] - build: support Python 3.12 (Shi Pujin) #502094b960c3a4a
] - build: fix incorrect g++ warning message (Richard Lau) #516958fdea67694
] - crypto: update root certificates to NSS 3.98 (Node.js GitHub Bot) #51794812b126dd9
] - deps: V8: cherry-pickd90d453
(Michaël Zasso) #500779ab8c3db87
] - deps: update c-ares to 1.27.0 (Node.js GitHub Bot) #51846c688680387
] - deps: update c-ares to 1.26.0 (Node.js GitHub Bot) #515829498ac8a47
] - deps: compile c-ares with C11 support (Michaël Zasso) #514108fb743642f
] - deps: update c-ares to 1.25.0 (Node.js GitHub Bot) #513857bea2d7c12
] - deps: update zlib to 1.3.0.1-motley-40e35a7 (Node.js GitHub Bot) #5127457a38c8f75
] - deps: update zlib to 1.3.0.1-motley-dd5fc13 (Node.js GitHub Bot) #51105b0ca084a6b
] - deps: update zlib to 1.3-22124f5 (Node.js GitHub Bot) #509104b43823f37
] - deps: update zlib to 1.2.13.1-motley-5daffc7 (Node.js GitHub Bot) #50803f0da591812
] - deps: update zlib to 1.2.13.1-motley-dfc48fc (Node.js GitHub Bot) #5045616d28a883a
] - deps: update base64 to 0.5.2 (Node.js GitHub Bot) #5145513a9e81cb6
] - deps: update base64 to 0.5.1 (Node.js GitHub Bot) #50629b4502d3ac5
] - deps: update simdutf to 4.0.8 (Node.js GitHub Bot) #51000183cf8a74a
] - deps: update simdutf to 4.0.4 (Node.js GitHub Bot) #5077211ba8593ea
] - deps: update ada to 2.7.6 (Node.js GitHub Bot) #5154273a946d55c
] - deps: update ada to 2.7.5 (Node.js GitHub Bot) #51542cc434c1a39
] - deps: update ada to 2.7.4 (Node.js GitHub Bot) #508153a3808a6ae
] - deps: upgrade npm to 10.5.0 (npm team) #51913c8876d765c
] - deps: upgrade npm to 10.3.0 (npm team) #514315aec3af460
] - deps: update corepack to 0.25.2 (Node.js GitHub Bot) #51810a593985326
] - deps: update corepack to 0.24.1 (Node.js GitHub Bot) #51459d1a9237bf5
] - deps: update corepack to 0.24.0 (Node.js GitHub Bot) #51318adac0c7a63
] - deps: update corepack to 0.23.0 (Node.js GitHub Bot) #505634a6f83e32a
] - deps: escape Python strings correctly (Michaël Zasso) #50695c13969e52a
] - deps: V8: cherry-pickea996ad
(Nicolò Ribaudo) #511366fbf0ba5c3
] - deps: V8: cherry-picka0fd320
(Nicolò Ribaudo) #5113668fd7516e1
] - deps: update timezone to 2024a (Michaël Zasso) #51723f9b229ebe1
] - deps: update icu to 74.2 (Michaël Zasso) #5172390c73d2eb4
] - deps: update timezone to 2023d (Node.js GitHub Bot) #514612a2bf57028
] - deps: update icu to 74.1 (Node.js GitHub Bot) #50515425e011e52
] - deps: add v8::Object::SetInternalFieldForNodeCore() (Joyee Cheung) #4987458c70344a2
] - deps: V8: cherry-pick705e374
(Joyee Cheung) #51004b0e88899e1
] - deps: V8: cherry-pick1fada6b
(Joyee Cheung) #51004d87a810b81
] - deps: V8: cherry-pick3dd9576
(Joyee Cheung) #510046d50966876
] - deps: V8: cherry-pick94e8282
(Joyee Cheung) #51004fafbacdfec
] - deps: V8: cherry-pick9a98f96
(Joyee Cheung) #51004d4a530ed8d
] - deps: V8: cherry-pick7f5daed
(Joyee Cheung) #510041ce901b164
] - deps: V8: cherry-pickc400af4
(Joyee Cheung) #51004f232064f35
] - doc: fix historical experimental fetch flag (Kenrick) #51506194ff6a40f
] - (SEMVER-MINOR) doc: add deprecation notice todirent.path
(Antoine du Hamel) #509760f09267dc6
] - (SEMVER-MINOR) doc: deprecatedirent.path
(Antoine du Hamel) #509768bfb8f5b2f
] - doc,crypto: further clarify RSA_PKCS1_PADDING support (Tobias Nießen) #51799c7baf7b274
] - doc,crypto: add changelog and note about disabled RSA_PKCS1_PADDING (Filip Skokan) #51782a193be3dc2
] - esm: use import attributes instead of import assertions (Antoine du Hamel) #5014026e8f7793e
] - (SEMVER-MINOR) fs: introducedirent.parentPath
(Antoine du Hamel) #509765b5e5192f7
] - lib: fix compileFunction throws range error for negative numbers (Jithil P Ponnan) #498557552de6806
] - module: fix the leak in SourceTextModule and ContextifySript (Joyee Cheung) #485102e05cf1c60
] - module: fix leak of vm.SyntheticModule (Joyee Cheung) #48510a86a2e14a3
] - module: use symbol in WeakMap to manage host defined options (Joyee Cheung) #4851032906ddcac
] - node-api: segregate nogc APIs from rest via type system (Gabriel Schulhof) #500601aa71c26ff
] - node-api: factor out common code into macros (Gabriel Schulhof) #506643d0b233f52
] - node-api: introduce experimental feature flags (Gabriel Schulhof) #5099196514a8b9f
] - src: iterate on import attributes array correctly (Michaël Zasso) #507032c2892bf88
] - src: set ModuleWrap internal fields only once (Joyee Cheung) #49391ff334cb774
] - src: cast v8::Object::GetInternalField() return value to v8::Value (Joyee Cheung) #48943270b519971
] - stream: do not defer construction by one microtick (Matteo Collina) #5200595d7a75084
] - test: fix dns test case failures after c-ares update to 1.21.0+ (Brad House) #50743cd613e5167
] - test: handle relative https redirect (Richard Lau) #5112140f10eafcf
] - test: fixinternet/test-inspector-help-page
(Richard Lau) #516935e426511b1
] - test: deflake test-vm-contextified-script-leak (Joyee Cheung) #497100b156c6d28
] - test: use checkIfCollectable in vm leak tests (Joyee Cheung) #496711586c11b3c
] - test: add checkIfCollectable to test/common/gc.js (Joyee Cheung) #49671902d8b3d4b
] - test: fix flaky http-chunk-extensions-limit test (Ethan Arrowood) #519431743d2bdc1
] - test: test surrogate pair filenames on windows (Mert Can Altın) #518001c1a7ec22d
] - test: increase platform timeout zlib-brotli-16gb (Rafael Gonzaga) #51792931d02fe3e
] - test, v8: fix wrong import attributes test (Nicolò Ribaudo) #52184d9ea6c1f8d
] - tls: fix order of setting cipher before setting cert and key (Kumar Rishav) #501863184befa2e
] - tools: fix update-icu.sh (Michaël Zasso) #5172306646e11be
] - (SEMVER-MINOR) vm: use import attributes instead of import assertions (Antoine du Hamel) #50141fe66e9d06e
] - vm: reject in importModuleDynamically without --experimental-vm-modules (Joyee Cheung) #50137052e095c6b
] - vm: use internal versions of compileFunction and Script (Joyee Cheung) #501379f7899ed0a
] - vm: unify host-defined option generation in vm.compileFunction (Joyee Cheung) #501376291c107d0
] - vm: use default HDO when importModuleDynamically is not set (Joyee Cheung) #49950v18.19.1
: 2024-02-14, Version 18.19.1 'Hydrogen' (LTS), @RafaelGSS prepared by @marco-ippolitoCompare Source
Notable changes
This is a security release.
Notable changes
Commits
69e0a1dba8
] - crypto: update root certificates to NSS 3.95 (Node.js GitHub Bot) #50805d3d357ab09
] - crypto: disable PKCS#1 padding for privateDecrypt (Michael Dawson) nodejs-private/node-private#5253d27175c42
] - deps: fix GHSA-f74f-cvh7-c6q6/CVE-2024-24806 (Santiago Gimeno) #51614331558b8ab
] - deps: update archs files for openssl-3.0.13+quic1 (Node.js GitHub Bot) #5161499b77dfb9c
] - deps: upgrade openssl sources to quictls/openssl-3.0.13+quic1 (Node.js GitHub Bot) #516146cdc71bff1
] - deps: upgrade npm to 10.2.4 (npm team) #50751911cb33cda
] - http: add maximum chunk extension size (Paolo Insogna) nodejs-private/node-private#520f48b89689d
] - lib: update undici to v5.28.3 (Matteo Collina) nodejs-private/node-private#536e6b4c105e0
] - src: fix HasOnly(capability) in node::credentials (Tobias Nießen) nodejs-private/node-private#50597c49076cd
] - test: skip test-child-process-stdio-reuse-readable-stdio on Windows (Joyee Cheung) #4962160affdde8e
] - tools: add macOS notarization verification step (Ulises Gascón) #50833ccc676a327
] - tools: use macOS keychain to notarize the releases (Ulises Gascón) #5071531f1ceb380
] - tools: remove unused file (Ulises Gascon) #50622bd5f6fb92a
] - tools: add macOS notarization stapler (Ulises Gascón) #506254168c4f71b
] - tools: improve macOS notarization process output readability (Ulises Gascón) #503894622f775aa
] - tools: remove unusedversion
function (Ulises Gascón) #50390b90804b1e7
] - win,tools: upgrade Windows signing to smctl (Stefan Stojanovic) #50956f31d47e135
] - zlib: pause stream if outgoing buffer is full (Matteo Collina) nodejs-private/node-private#542v18.19.0
: 2023-11-29, Version 18.19.0 'Hydrogen' (LTS), @targosCompare Source
Notable Changes
npm updated to v10
After two months of baking time in Node.js 20, npm 10 is backported, so that all
release lines include a supported version of npm. This release includes npm v10.2.3.
Refer to nodejs/Release#884 for the plan to land npm 10.
ESM and customization hook changes
Leverage loaders when resolving subsequent loaders
Loaders now apply to subsequent loaders, for example:
--experimental-loader ts-node --experimental-loader loader-written-in-typescript
.Contributed by Maël Nison in #43772.
New
node:module
APIregister
for module customization hooks; newinitialize
hookThere is a new API
register
available onnode:module
to specify a file that exports module customization hooks, and pass data to the hooks, and establish communication channels with them. The “define the file with the hooks” part was previously handled by a flag--experimental-loader
, but when the hooks moved into a dedicated thread in 20.0.0 there was a need to provide a way to communicate between the main (application) thread and the hooks thread. This can now be done by callingregister
from the main thread and passing data, includingMessageChannel
instances.We encourage users to migrate to an approach that uses
--import
withregister
, such as:Using
--import
ensures that the customization hooks are registered before any application code runs, even the entry point.Contributed by João Lenon and Jacob Smith in #46826, Izaak Schroeder and Jacob Smith in #48842 and #48559.
import.meta.resolve
unflaggedIn ES modules,
import.meta.resolve(specifier)
can be used to get an absolute URL string to which
specifier
resolves, similarto
require.resolve
in CommonJS. This aligns Node.js with browsers and other server-side runtimes.Contributed by Guy Bedford in #49028.
--experimental-default-type
flag to flip module defaultsThe new flag
--experimental-default-type
can be used to flip the defaultmodule system used by Node.js. Input that is already explicitly defined as ES
modules or CommonJS, such as by a
package.json
"type"
field or.mjs
/.cjs
file extension or the
--input-type
flag, is unaffected. What is currentlyimplicitly CommonJS would instead be interpreted as ES modules under
--experimental-default-type=module
:String input provided via
--eval
or STDIN, if--input-type
is unspecified.Files ending in
.js
or with no extension, if there is nopackage.json
filepresent in the same folder or any parent folder.
Files ending in
.js
or with no extension, if the nearest parentpackage.json
field lacks atype
field; unless the folder is inside anode_modules
folder.In addition, extensionless files are interpreted as Wasm if
--experimental-wasm-modules
is passed and the file contains the "magic bytes"Wasm header.
Contributed by Geoffrey Booth in #49869.
Other ESM-related changes
ed2d46f4cc
] - doc: move and rename loaders section (Geoffrey Booth) #4926192734d4480
] - esm: use import attributes instead of import assertions (Antoine du Hamel) #50140e96f7ef881
] - (SEMVER-MINOR) vm: use import attributes instead of import assertions (Antoine du Hamel) #50141Test runner changes
Many changes to the built-in test runner have been backported. This includes
the following additions:
b283ae4238
] - (SEMVER-MINOR) test_runner: accepttestOnly
inrun
(Moshe Atlow) #49753059b1945d8
] - (SEMVER-MINOR) test_runner: add junit reporter (Moshe Atlow) #49614d61a505546
] - (SEMVER-MINOR) test_runner: expose location of tests (Colin Ihrig) #48975b55eb2a8d1
] - (SEMVER-MINOR) test_runner: add shards support (Raz Luvaton) #4863905e7f28b40
] - (SEMVER-MINOR) test_runner: add initial draft for fakeTimers (Erick Wendel) #47775428301ad27
] - (SEMVER-MINOR) test_runner, cli: add --test-concurrency flag (Colin Ihrig) #49996Other notable changes
0c4a84e8e9
] - (SEMVER-MINOR) deps: update uvwasi to 0.0.19 (Node.js GitHub Bot) #49908fae60c5841
] - stream: use bitmap in readable state (Benjamin Gruenbaum) #4974517246be158
] - (SEMVER-MINOR) lib: add api to detect whether source-maps are enabled (翠 / green) #463912e9f7284a1
] - (SEMVER-MINOR) lib: add tracing channel to diagnostics_channel (Stephen Belanger) #44943cc7bf1f641
] - (SEMVER-MINOR) src: add cjs_module_lexer_version base64_version (Jithil P Ponnan) #45629b5d16cd8f0
] - (SEMVER-MINOR) tls: add ALPNCallback server option for dynamic ALPN negotiation (Tim Perry) #45190Commits
0d0eb47e2a
] - benchmark: add benchmarks for the test_runner (Raz Luvaton) #489318bb03d10f4
] - benchmark: differentiate whatwg and legacy url (Yagiz Nizipli) #473773d7734cbe3
] - benchmark: lower URL.canParse runs (Khafra) #4735124d3fcf415
] - benchmark: stablize encode benchmark (Joyee Cheung) #46658e08fd98bcc
] - bootstrap: use correct descriptor for Symbol.{dispose,asyncDispose} (Jordan Harband) #48703cf9ddcd6c8
] - bootstrap: simplify initialization of source map handlers (Joyee Cheung) #4830412d731e431
] - bootstrap: log isolate data info in mksnapshot debug logs (Joyee Cheung) #47768d66873871a
] - bootstrap: store internal loaders in C++ via a binding (Joyee Cheung) #472151a499c5082
] - bootstrap: optimize modules loaded in the built-in snapshot (Joyee Cheung) #45849e0e09caafe
] - bootstrap: make CJS loader snapshotable (Joyee Cheung) #458495f37decd56
] - bootstrap: include event_target into the built-in snapshot (Joyee Cheung) #45849c3f56a3dee
] - bootstrap: support module_wrap binding in snapshot (Joyee Cheung) #458496466acbc89
] - bootstrap: lazy load non-essential modules (Joyee Cheung) #45659a0d4b69df4
] - bootstrap: lazy-load Performance.prototype.timeOrigin (Joyee Cheung) #46425c1bc8118e3
] - bootstrap: generate bootstrapper arguments in BuiltinLoader (Joyee Cheung) #44488075c57e88b
] - build: add symlink tocompile_commands.json
file if needed (Juan José) #492609e1c531b8d
] - build: expand when we run internet tests (Michael Dawson) #49218a781d24624
] - build: fix typolibray
->library
(configure.py) (michalbiesek) #49106f2eccb7a04
] - build: fixconfigure --link-module
(Richard Lau) #48522a44d555494
] - build: fix IBM i build with Python 3.9 (Richard Lau) #480567f68e14ea2
] - child_process: improve spawn performance on Linux (Keyhan Vakil) #4852376e4d4117c
] - crypto: ensure valid point on elliptic curve in SubtleCrypto.importKey (Filip Skokan) #502347af54279b5
] - deps: V8: cherry-pick70caf33
(kxxt) #5050649c5495339
] - deps: update zlib to 1.2.13.1-motley-fef5869 (Node.js GitHub Bot) #50085e0fd52bf07
] - deps: update googletest to2dd1c13
(Node.js GitHub Bot) #500811b103cc567
] - deps: update googletest toe47544a
(Node.js GitHub Bot) #49982736c869eeb
] - deps: update googletest tod1467f5
(Node.js GitHub Bot) #49676cd99ee1f35
] - deps: update googletest to8a6feab
(Node.js GitHub Bot) #494635c338573ff
] - deps: update zlib to 1.2.13.1-motley-f5fd0ad (Node.js GitHub Bot) #49252374ec3d623
] - deps: update googletest to7e33b6a
(Node.js GitHub Bot) #49034c15dd6679b
] - deps: update zlib to 1.2.13.1-motley-526382e (Node.js GitHub Bot) #49033588bd5e524
] - deps: update googletest toc875c4e
(Node.js GitHub Bot) #489646059b59018
] - deps: update zlib to 1.2.13.1-motley-61dc0bd (Node.js GitHub Bot) #48788e455dd4003
] - deps: update googletest tocc36671
(Node.js GitHub Bot) #48789747fbb49ca
] - deps: V8: cherry-pick1a782f6
(Keyhan Vakil) #48523272e55c66f
] - deps: upgrade npm to 10.2.3 (npm team) #505313f6dcc62e5
] - deps: update archs files for openssl-3.0.12+quic1 (Node.js GitHub Bot) #50411da26cdbe84
] - deps: upgrade openssl sources to quictls/openssl-3.0.12+quic1 (Node.js GitHub Bot) #5041123069c34b2
] - deps: V8: cherry-pickd69c793
(Michaël Zasso) #464255f852cc9fe
] - deps: V8: cherry-pickf7d000a
(Luke Albao) #503440c4a84e8e9
] - (SEMVER-MINOR) deps: update uvwasi to 0.0.19 (Node.js GitHub Bot) #499088682b90d02
] - deps: update simdutf to 3.2.18 (Node.js GitHub Bot) #5009111ecd06aeb
] - deps: update simdutf to 3.2.17 (Node.js GitHub Bot) #4901943bfe5f020
] - deps: upgrade npm to 10.2.0 (npm team) #50027a140bc284b
] - deps: upgrade npm to 10.1.0 (npm team) #4957065ca41c276
] - (SEMVER-MINOR) deps: upgrade npm to 10.0.0 (npm team) #49423df1ff8e3da
] - deps: fix call to undeclared functions 'ntohl' and 'htons' (MatteoBax) #49979f228dc7955
] - deps: update corepack to 0.22.0 (Node.js GitHub Bot) #503254324ebab67
] - deps: update corepack to 0.21.0 (Node.js GitHub Bot) #500881cabb77659
] - deps: update corepack to 0.20.0 (Node.js GitHub Bot) #4946404227b287e
] - deps: update c-ares to 1.20.1 (Node.js GitHub Bot) #5008213e69ee11c
] - deps: update c-ares to 1.20.0 (Node.js GitHub Bot) #50082ac717df17e
] - deps: update ada to 2.7.2 (Node.js GitHub Bot) #503386885fc9386
] - deps: update ada to 2.6.10 (Node.js GitHub Bot) #4998476c5f4039f
] - deps: update ada to 2.6.9 (Node.js GitHub Bot) #49340597ea77422
] - deps: update ada to 2.6.8 (Node.js GitHub Bot) #493408e7dcba553
] - deps: update ada to 2.6.7 (Node.js GitHub Bot) #493409f2037e8ee
] - deps: update ada to 2.6.5 (Node.js GitHub Bot) #493404723976703
] - deps: update ada to 2.6.3 (Node.js GitHub Bot) #493407ccb478664
] - deps: update undici to 5.26.4 (Node.js GitHub Bot) #5027488f9ebb770
] - diagnostics_channel: fix ref counting bug when reaching zero subscribers (Stephen Belanger) #47520284a869540
] - dns: callada::idna::to_ascii
directly from c++ (Yagiz Nizipli) #4792010968370b5
](https://Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Renovate Bot.
74a032052a
to96f506bc75
96f506bc75
tod91eb3f43c
d91eb3f43c
to75a1a252ab
75a1a252ab
to7ddca48cf9
7ddca48cf9
to2103c4c13e
2103c4c13e
to40f9c1499e
40f9c1499e
to426ac109ab
426ac109ab
to5c9bddef38
5c9bddef38
to73793fcd19
73793fcd19
toeeb761d4b3
eeb761d4b3
to29dc4a2493
29dc4a2493
toa28f9f34b5
a28f9f34b5
to187f794b74
187f794b74
tob7acf2ee38
b7acf2ee38
to78fe87a535
78fe87a535
toe0cdd8abcb
e0cdd8abcb
to042071d875
042071d875
toa28da74d8a
a28da74d8a
to858b7a4a8b
858b7a4a8b
tof031af197f
f031af197f
tod6dc6bf4ed
d6dc6bf4ed
to75717fd9bf
75717fd9bf
to4c282e2f59
4c282e2f59
to5f627cdaa0
5f627cdaa0
to3638c4dae9
3638c4dae9
to1a47f9055d
1a47f9055d
to42605ee1fe
42605ee1fe
toe9ec43f047
e9ec43f047
to0161147ee4
0161147ee4
to336a00cd53
336a00cd53
tod810374fa3
d810374fa3
to83938b575d
83938b575d
to2a06a688c2
2a06a688c2
toda5e5ea0dc
da5e5ea0dc
to363641f643
363641f643
toa32c20d914
a32c20d914
toe0b2379e34
e0b2379e34
to760515f9e8
760515f9e8
tod04c28c441
d04c28c441
tocf6ebf57b9
cf6ebf57b9
to116d255c0c
116d255c0c
to965596473e
965596473e
tocdc21fc53a
cdc21fc53a
tod0d61dad78
d0d61dad78
toe621718ad4
e621718ad4
to3204dee377
3204dee377
to5a826de0ef
5a826de0ef
todef9c2788a
def9c2788a
to7f3a880473
7f3a880473
to05ee18aff5
05ee18aff5
toff2488b920
ff2488b920
to0d63a5b018
0d63a5b018
to522dc18bc5
522dc18bc5
toa5f81cd1a1
a5f81cd1a1
to538a5d9ddf
538a5d9ddf
to5cc2b2e6aa
5cc2b2e6aa
to5485836ce3
5485836ce3
to7ce2c400af
7ce2c400af
toa1088572c3
a1088572c3
toe997216a2b
e997216a2b
toa5def53d1d
a5def53d1d
to3867632acc
3867632acc
to149d560c1c
149d560c1c
to2b6ed88311
2b6ed88311
tob3c2065df8
b3c2065df8
toeacc95fc1d
eacc95fc1d
tobb8ba6617a
bb8ba6617a
toe60bc05891
e60bc05891
to434c4fd224
434c4fd224
to89865d47b6
89865d47b6
toe6715bff21
e6715bff21
toc6391ae003
c6391ae003
to112fecddd9
112fecddd9
to574ac00d54
574ac00d54
to22a1924c1b
22a1924c1b
to30b96b4238
30b96b4238
to58b96c0c38
58b96c0c38
toa7871593de
a7871593de
to44688ebb3f
44688ebb3f
to7aaa263c29
7aaa263c29
tocf37687cfa
cf37687cfa
to453338579c
453338579c
to4b622e209e
4b622e209e
to59ccbcec9a
59ccbcec9a
toc0372b89ad
c0372b89ad
to02ed66d827
02ed66d827
to08c154ba2f
08c154ba2f
to807be99695
807be99695
todca2f1aecc
dca2f1aecc
to297abdd0fa
297abdd0fa
to1e67077327
1e67077327
toe4a47cc573
e4a47cc573
to49ed80a4dd
49ed80a4dd
to4a46a46b85
4a46a46b85
to6312afba65
6312afba65
tocc67cfbab0
cc67cfbab0
to2fc4701b8d
2fc4701b8d
toeebb65ecc9
eebb65ecc9
todd3f06eb50
dd3f06eb50
to7375628876
7375628876
to30299c47b9
30299c47b9
tob10b636815
b10b636815
to0ae23e1d18
0ae23e1d18
to9de7c8ab03
9de7c8ab03
to188c76785b
188c76785b
to3b47a93b94
3b47a93b94
to4da8b33944
4da8b33944
tob6271dc721
b6271dc721
to0a81d50abf
0a81d50abf
to5aa849a5dc
5aa849a5dc
to866df6426c
866df6426c
tocbd3595997
cbd3595997
to9ba8770784
9ba8770784
to516f6eb622
516f6eb622
to76cb4420b1
76cb4420b1
to17c0b4dcb5
17c0b4dcb5
to89172ae475
89172ae475
to1944e84817
1944e84817
toa8db675a93
a8db675a93
toce9b8805ed
ce9b8805ed
toe695540691
e695540691
tobb8c485731
bb8c485731
toe53b6f5a7b
e53b6f5a7b
toff9150a2c8
ff9150a2c8
to81da2b5ddd
81da2b5ddd
to407d059c26
407d059c26
to333dc135aa
333dc135aa
to73cc11571e
73cc11571e
to8d1afcf56d
8d1afcf56d
toe394b2a612
e394b2a612
to7cf87a1130
7cf87a1130
to832b36ab77
832b36ab77
tocb6f9e3e1d
cb6f9e3e1d
to9f7a39287a
9f7a39287a
toab89fae050
ab89fae050
toa8556fe7f4
a8556fe7f4
to81b82d19eb
81b82d19eb
toeb797b609c
eb797b609c
tob9c3850bd2
b9c3850bd2
toac46fa1dba
ac46fa1dba
to4e1829828e
4e1829828e
toa3d9b81c17
a3d9b81c17
to8e6926ca60
8e6926ca60
to4bd31d04ef
4bd31d04ef
todeb79997c5
deb79997c5
toc874b0ef06
c874b0ef06
toea3075e4fd
ea3075e4fd
to4ce03d2c7b
4ce03d2c7b
to890502a724
890502a724
to9c10bf8722
9c10bf8722
tofc6b5b24d7
fc6b5b24d7
to5645f74517
5645f74517
toe4fcb35560
e4fcb35560
to3483e06d36
3483e06d36
to0bad5a2fcf
0bad5a2fcf
to6e53635c0d
6e53635c0d
tod1f08f5f2c
d1f08f5f2c
toc355ce46cf
c355ce46cf
to13b70bdec9
13b70bdec9
toa0431451a0
a0431451a0
to6b5457da27
6b5457da27
tofa6f9a8ca6
fa6f9a8ca6
to6500849fcb
6500849fcb
to35ae5f3d5e
35ae5f3d5e
to9a1ee3a1d7
9a1ee3a1d7
toe1da23f5f8
e1da23f5f8
to04f8d4b419
04f8d4b419
to090d458ca3
090d458ca3
to740785f188
740785f188
to477af0709c
477af0709c
toe7facdc2bc
e7facdc2bc
to3335d12c21
3335d12c21
to0381f14f5f
0381f14f5f
to77de5454a2
77de5454a2
to24d2a534cf
24d2a534cf
to95d0101589
95d0101589
toc05a7eca8e
c05a7eca8e
to71be9410dd
71be9410dd
to0058121911
0058121911
toc1f897a9e5
c1f897a9e5
tob440849640
b440849640
to256233f661
256233f661
to6e00970e78
6e00970e78
to08dcd25c8f
08dcd25c8f
to1f5d28dafc
1f5d28dafc
tof36f34f13a
f36f34f13a
to37e959496b
37e959496b
to8f664e5e7d
8f664e5e7d
to57cd12e307
57cd12e307
tob5020b4d31
b5020b4d31
tob6835f6d69
b6835f6d69
to25ce156743
25ce156743
tobf40e0b276
bf40e0b276
to84b1d4250c
84b1d4250c
to1e1dd2b009
1e1dd2b009
to6ee2f27128
6ee2f27128
to60ae0b04da
60ae0b04da
to0ec3b0d8ba
0ec3b0d8ba
to51f4ed0181
51f4ed0181
toa0085f7b2e
a0085f7b2e
to99f82b998b
99f82b998b
to6147fa1835
6147fa1835
toaf7d4364fc
af7d4364fc
to18bd34cbf7
18bd34cbf7
to2b15c37661
2b15c37661
to88394f5d12
88394f5d12
to3b5acfa728
3b5acfa728
to22b6ad56e7
22b6ad56e7
to3628f66cb0
3628f66cb0
toa25707d1e7
a25707d1e7
toc56e155b1a
c56e155b1a
toa741e8da3c
a741e8da3c
to32b8afe7e6
32b8afe7e6
to7fe77b1890
7fe77b1890
toc8c6f73656
c8c6f73656
tobcd855b7c7
bcd855b7c7
to7be631811a
7be631811a
to2acd6fbf5f
Update Node.js to v20to Update node Docker tag to v202acd6fbf5f
to73804f1d82
73804f1d82
to0e15e72ea8
0e15e72ea8
to96e4b5f6e6
96e4b5f6e6
to0d7133e1c1
0d7133e1c1
to4b39d7a051
4b39d7a051
tofc1d9b1c11
Update node Docker tag to v20to Update Node.js to v20fc1d9b1c11
tof12f99e4f7
f12f99e4f7
tocd764ace16
cd764ace16
to804ab391bf
804ab391bf
tofcaba77e0f
fcaba77e0f
to56783d71da
56783d71da
to005706d7a0
005706d7a0
tof34985a0c3
f34985a0c3
to0ecfc55335
0ecfc55335
toa179893177
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.