nodejs/node
 Watch   
 Star   
 Fork   
1 days ago
node

2024-05-15, Version 22.2.0 (Current), @targos

Notable Changes

  • [fb85d38e80] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766
  • [23a0d3339f] - doc: add pimterry to collaborators (Tim Perry) #52874
  • [7d7a762156] - (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller) #52837
  • [8748dd6477] - (SEMVER-MINOR) inspector: introduce the --inspect-wait flag (Kohei Ueno) #52734
  • [9a7ae9b6c4] - lib,src: remove --experimental-policy (Rafael Gonzaga) #52583
  • [1f7c2a93fc] - (SEMVER-MINOR) perf_hooks: add deliveryType and responseStatus fields (Matthew Aitken) #51589
  • [2f59529dc5] - (SEMVER-MINOR) test_runner: support test plans (Colin Ihrig) #52860
  • [6b4dac3eb5] - (SEMVER-MINOR) zlib: expose zlib.crc32() (Joyee Cheung) #52692

Commits

  • [0f5716c364] - assert: add deep equal check for more Error type (Zhenwei Jin) #51805
  • [2c7d7caa8a] - benchmark: filter non-present deps from start-cli-version (Adam Majer) #51746
  • [5db4c54bd6] - bootstrap: print --help message using console.log (Jacob Hummer) #51463
  • [67fcb6b85e] - buffer: even faster atob (Daniel Lemire) #52443
  • [a5d63f9052] - buffer: use size_t instead of uint32_t to avoid segmentation fault (Xavier Stouder) #48033
  • [f1bc994826] - buffer: remove lines setting indexes to integer value (Zhenwei Jin) #52588
  • [a97ff753ab] - build: add option to enable clang-cl on Windows (Michaël Zasso) #52870
  • [f96466a92c] - build: enable building with shared uvwasi lib (Pooja D P) #43987
  • [b463385aa8] - build: remove deprecated calls for argument groups (Mohammed Keyvanzadeh) #52913
  • [daeb7dbb3e] - build: sync V8 warning cflags with BUILD.gn (Michaël Zasso) #52873
  • [eed967430d] - build: harmonize Clang checks (Michaël Zasso) #52873
  • [e4b187433d] - build: compile with C++20 support (Michaël Zasso) #52838
  • [aea6ca25ba] - build: drop base64 dep in GN build (Cheng) #52856
  • [7f866a8225] - build: make simdjson a public dep in GN build (Cheng) #52755
  • [e1bd53c098] - build: define NOMINMAX in common.gypi (Chengzhong Wu) #52794
  • [18c530f8f7] - build, tools: copy release assets to staging R2 bucket once built (flakey5) #51394
  • [fb85d38e80] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766
  • [11e978916f] - cluster: replace forEach with for-of loop (Jérôme Benoit) #50317
  • [db76c58d68] - console: colorize console error and warn (Jithil P Ponnan) #51629
  • [0d040a3035] - crypto: fix duplicated switch-case return values (Mustafa Ateş UZUN) #49030
  • [ab7219f0b2] - deps: update googletest to fa6de7f (Node.js GitHub Bot) #52949
  • [4ab096eccc] - deps: update simdjson to 3.9.2 (Node.js GitHub Bot) #52947
  • [89f275b1df] - deps: update corepack to 0.28.1 (Node.js GitHub Bot) #52946
  • [fc568b4b42] - deps: update simdutf to 5.2.8 (Node.js GitHub Bot) #52727
  • [e399360182] - deps: update simdutf to 5.2.6 (Node.js GitHub Bot) #52727
  • [232831f013] - deps: enable unbundling of simdjson, simdutf, ada (Daniel Lemire) #52924
  • [7ca83a5abc] - deps: update googletest to 2d16ed0 (Node.js GitHub Bot) #51657
  • [3b15eb5911] - deps: update googletest to d83fee1 (Node.js GitHub Bot) #51657
  • [4190d70035] - deps: update googletest to 5a37b51 (Node.js GitHub Bot) #51657
  • [7a166a2871] - deps: update googletest to 5197b1a (Node.js GitHub Bot) #51657
  • [812dbd749f] - deps: update googletest to eff443c (Node.js GitHub Bot) #51657
  • [cb3ae4b9ef] - deps: update googletest to c231e6f (Node.js GitHub Bot) #51657
  • [d97317aaa1] - deps: update googletest to e4fdb87 (Node.js GitHub Bot) #51657
  • [ad8ca1259f] - deps: update googletest to 5df0241 (Node.js GitHub Bot) #51657
  • [828f0d7096] - deps: update googletest to b75ecf1 (Node.js GitHub Bot) #51657
  • [3b60dbcf7b] - deps: update googletest to 4565741 (Node.js GitHub Bot) #51657
  • [37098eb880] - deps: update simdjson to 3.9.1 (Node.js GitHub Bot) #52397
  • [a13cf1c049] - deps: update uvwasi to 0.0.21 (Node.js GitHub Bot) #52863
  • [faf8ada719] - deps: V8: cherry-pick f6bef09b3b0a (Richard Lau) #52802
  • [8e5844c2a4] - doc: remove reference to AUTHORS file (Marco Ippolito) #52960
  • [1f3634e30f] - doc: update hljs with the latest styles (Aviv Keller) #52911
  • [9102255749] - doc: mention quicker way to build docs (Alex Crawford) #52937
  • [15db3ef5fb] - doc: mention push.followTags config (Rafael Gonzaga) #52906
  • [80fa675af2] - doc: document pipeline with end option (Alois Klink) #48970
  • [c0000f4118] - doc: add example for execFileSync method and ref to stdio (Evan Shortiss) #39412
  • [e0148e2653] - doc: add examples and notes to http server.close et al (mary marchini) #49091
  • [030f56ee6d] - doc: fix dns.lookup family 0 and all descriptions (Adam Jones) #51653
  • [a6d624cd5a] - doc: update fs.realpath documentation (sinkhaha) #48170
  • [5dab187ca8] - doc: update fs read documentation for clarity (Mert Can Altin) #52453
  • [5d3ee7205d] - doc: watermark string behavior (Benjamin Gruenbaum) #52842
  • [2dd8f092a8] - doc: exclude commits with baking-for-lts (Marco Ippolito) #52896
  • [0c2539b913] - doc: add names next to release key bash commands (Aviv Keller) #52878
  • [23a0d3339f] - doc: add pimterry to collaborators (Tim Perry) #52874
  • [15aad62e0c] - doc: update BUILDING.md previous versions links (Michaël Zasso) #52852
  • [f770a993d4] - doc: add more definitions to GLOSSARY.md (Aviv Keller) #52798
  • [f35b838a65] - doc: make docs more welcoming and descriptive for newcomers (Serkan Özel) #38056
  • [562a019a14] - doc: add OpenSSL errors to API docs (John Lamp) #34213
  • [0cb7cf7aa9] - doc: fix grammatical mistake (codershiba) #52808
  • [a0147ff8d0] - doc: simplify copy-pasting of branch-diff commands (Antoine du Hamel) #52757
  • [fce31fc829] - doc: add test_runner to subsystem (Raz Luvaton) #52774
  • [ca5607bbc8] - events: update MaxListenersExceededWarning message log (sinkhaha) #51921
  • [96566fc696] - events: add stop propagation flag to Event.stopImmediatePropagation (Mickael Meausoone) #39463
  • [5ee69243ed] - events: replace NodeCustomEvent with CustomEvent (Feng Yu) #43876
  • [f076e721cb] - fs: keep fs.promises.readFile read until EOF is reached (Zhenwei Jin) #52178
  • [7d7a762156] - (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller) #52837
  • [ad9c4bddb1] - http: correctly translate HTTP method (Paolo Insogna) #52701
  • [8748dd6477] - (SEMVER-MINOR) inspector: introduce the --inspect-wait flag (Kohei Ueno) #52734
  • [9a7ae9b6c4] - lib,src: remove --experimental-policy (Rafael Gonzaga) #52583
  • [a850219600] - meta: move @anonrig to TSC regular member (Yagiz Nizipli) #52932
  • [4dc8a387b3] - meta: add mailmap entry for legendecas (Chengzhong Wu) #52795
  • [d10182d81d] - meta: bump actions/checkout from 4.1.1 to 4.1.4 (dependabot[bot]) #52787
  • [48d0ac0665] - meta: bump github/codeql-action from 3.24.9 to 3.25.3 (dependabot[bot]) #52786
  • [7c7a25150e] - meta: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot[bot]) #52785
  • [d9abf18342] - meta: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot[bot]) #52784
  • [590e5c6c45] - meta: bump codecov/codecov-action from 4.1.1 to 4.3.1 (dependabot[bot]) #52783
  • [b3d1720515] - meta: bump step-security/harden-runner from 2.7.0 to 2.7.1 (dependabot[bot]) #52782
  • [f74beb53de] - module: cache synchronous module jobs before linking (Joyee Cheung) #52868
  • [8fbf6628d6] - module: have a single hooks thread for all workers (Gabriel Bota) #52706
  • [609d90bb4b] - path: fix toNamespacedPath on Windows (Hüseyin Açacak) #52915
  • [1f7c2a93fc] - (SEMVER-MINOR) perf_hooks: add deliveryType and responseStatus fields (Matthew Aitken) #51589
  • [0bbc62c42a] - process: improve event-loop (Aras Abbasi) #52108
  • [619ac79abb] - quic: address coverity warning (Michael Dawson) #52824
  • [04de5766ee] - repl: fix disruptive autocomplete without inspector (Nitzan Uziely) #40661
  • [663bb973ab] - src: fix Worker termination in inspector.waitForDebugger (Daeyeon Jeong) #52527
  • [fca38b2d6e] - src: use S_ISDIR to check if the file is a directory (theanarkh) #52164
  • [b228db579f] - src: allow preventing debug signal handler start (Shelley Vohr) #46681
  • [ace65a9aac] - src: make sure pass the argv to worker threads (theanarkh) #52827
  • [75004d32ab] - src: fix typo Unabled -> Unable (Simon Siefke) #52820
  • [c40a8273ef] - src: avoid unused variable 'error' warning (Michaël Zasso) #52886
  • [d169d0f181] - src: fix positional args in task runner (Yagiz Nizipli) #52810
  • [9c76c95c10] - src: only apply fix in main thread (Paolo Insogna) #52702
  • [e1cba97df3] - src: fix test local edge case (Paolo Insogna) #52702
  • [dc41c135d7] - src: reduce unnecessary serialization of CLI options in C++ (Joyee Cheung) #52451
  • [fb24c4475c] - src: rewrite task runner in c++ (Yagiz Nizipli) #52609
  • [323f95de9e] - src: migrate to new V8 interceptors API (Michaël Zasso) #52745
  • [850ff02931] - src,permission: resolve path on fs_permission (Rafael Gonzaga) #52761
  • [8d3b0b7ade] - stream: use ByteLengthQueuingStrategy when not in objectMode (Jason) #48847
  • [fa715437b0] - stream: fix util.inspect for compression/decompressionStream (Mert Can Altin) #52283
  • [b0e6a6b3d5] - string_decoder: throw an error when writing a too long buffer (zhenweijin) #52215
  • [e016e952e6] - test: add Debugger.setInstrumentationBreakpoint known issue (Konstantin Ulitin) #31137
  • [a589de0886] - test: use for-of instead of forEach (Gibby Free) #49790
  • [578868ddf8] - test: verify request payload is uploaded consistently (Austin Wright) #34066
  • [c676e522e6] - test: add fuzzer for native/js string conversion (Adam Korczynski) #51120
  • [5f6415b41d] - test: add fuzzer for ClientHelloParser (AdamKorcz) #51088
  • [4d50d51a5e] - test: fix broken env fuzzer by initializing process (AdamKorcz) #51080
  • [cd00cdcbc8] - test: replace forEach() in test-stream-pipe-unpipe-stream (Dario) #50786
  • [5469adf458] - test: test pipeline end on transform streams (Alois Klink) #48970
  • [ea6070b0e8] - test: improve coverage of lib/readline.js (Rongjian Zhang) #38646
  • [4f96b00307] - test: updated for each to for of in test file (lyannel) #50308
  • [5d91cf1976] - test: move test-http-server-request-timeouts-mixed to sequential (Madhuri) #45722
  • [f47e8fccbb] - test: fix DNS cancel tests (Szymon Marczak) #44432
  • [0b073f885a] - test: add http agent to executionAsyncResource (psj-tar-gz) #34966
  • [fbce3178ba] - test: reduce memory usage of test-worker-stdio (Adam Majer) #37769
  • [1f8eaec454] - test: add common.expectRequiredModule() (Joyee Cheung) #52868
  • [5e731da572] - test: skip unstable shadow realm gc tests (Chengzhong Wu) #52855
  • [30a35ae522] - test: crypto-rsa-dsa testing for dynamic openssl (Michael Dawson) #52781
  • [968fe6a8b1] - test: skip some console tests on dumb terminal (Adam Majer) #37770
  • [1448959e0d] - test: skip v8-updates/test-linux-perf-logger (Michaël Zasso) #52821
  • [30a4248b48] - test: add env variable test for --run (Yagiz Nizipli) #52811
  • [edb4ed3bc9] - test: drop test-crypto-timing-safe-equal-benchmarks (Rafael Gonzaga) #52751
  • [944ae598b5] - test, crypto: use correct object on assert (响马) #51820
  • [a814e720fa] - test_runner: fix watch mode race condition (Moshe Atlow) #52954
  • [2f59529dc5] - (SEMVER-MINOR) test_runner: support test plans (Colin Ihrig) #52860
  • [3267b3c063] - test_runner: display failed test stack trace with dot reporter (Mihir Bhansali) #52655
  • [b96868b4e7] - test_runner: preserve hook promise when executed twice (Moshe Atlow) #52791
  • [74341ba3c9] - tools: fix v8-update workflow (Michaël Zasso) #52957
  • [afe39ed0df] - tools: add --certify-safe to nci-ci (Matteo Collina) #52940
  • [bb97e1ccdd] - tools: fix doc update action (Marco Ippolito) #52890
  • [c6043fe6c8] - tools: fix get_asan_state() in tools/test.py (Joyee Cheung) #52766
  • [6e71accc5f] - tools: support max_virtual_memory test configuration (Joyee Cheung) #52766
  • [1600bdac60] - tools: support != in test status files (Joyee Cheung) #52766
  • [8ce23dc9f3] - tools: update gyp-next to 0.18.0 (Node.js GitHub Bot) #52835
  • [c5f832adc0] - tools: update gyp-next to 0.17.0 (Node.js GitHub Bot) #52835
  • [646a094782] - tools: prepare custom rules for ESLint v9 (Michaël Zasso) #52889
  • [505566347d] - tools: update lint-md-dependencies to rollup@4.17.2 (Node.js GitHub Bot) #52836
  • [466e0c1321] - tools: update gr2m/create-or-update-pull-request-action (Antoine du Hamel) #52843
  • [ce7a751ad1] - tools: use sccache GitHub action (Michaël Zasso) #52839
  • [1ee38a5ec1] - tools: specify a commit-message for V8 update workflow (Antoine du Hamel) #52844
  • [317998a1e8] - tools: fix V8 update workflow (Antoine du Hamel) #52822
  • [ef6a2101e2] - url,tools,benchmark: replace deprecated substr() (Jungku Lee) #51546
  • [0deef2d2b1] - util: fix %s format behavior with Symbol.toPrimitive (Chenyu Yang) #50992
  • [a42b93b9aa] - util: improve isInsideNodeModules (uzlopak) #52147
  • [d71e16154a] - watch: allow listening for grouped changes (Matthieu Sieben) #52722
  • [e895f7cf32] - watch: enable passthrough ipc in watch mode (Zack) #50890
  • [f5d925706a] - watch: fix arguments parsing (Moshe Atlow) #52760
  • [6b4dac3eb5] - (SEMVER-MINOR) zlib: expose zlib.crc32() (Joyee Cheung) #52692
7 days ago
node

2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolito

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) #52897
9 days ago
node

2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito

2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito

buffer: improve base64 and base64url performance

The performance of the base64 and base64url 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 option

New option --report-exclude-network, also available as report.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.

console.log(util.styleText(['underline', 'italic'], 'My italic underlined message'));

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.

const { queryObjects } = require('node:v8');
class A { foo = 'bar'; }
console.log(queryObjects(A)); // 0
let a = new A();
console.log(queryObjects(A)); // 1
// [ "A { foo: 'bar' }" ]
console.log(queryObjects(A, { format: 'summary' }));

// Release the object.
a = null;
// Search again. queryObjects() includes a full garbage collection
// so a should disappear.
console.log(queryObjects(A)); // 0

class B extends A { bar = 'qux'; }
// The child class B's prototype has A's prototype on its prototype chain
// so the prototype object shows up too.
console.log(queryObjects(A, { format: 'summary' })); // [ A {}' ]

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) #52408
  • [3b41da9a56] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #52138
  • [0a08c4a7b3] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462
  • [f1b7bda4f5] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #51278
  • [4acca8ed84] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492
  • [cc67720ff9] - doc: update release gpg keyserver (marco-ippolito) #52257
  • [c2def7df96] - doc: add release key for marco-ippolito (marco-ippolito) #52257
  • [807c89cb26] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #51991
  • [5e78a20ef9] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #51879
  • [722fe64ff7] - (SEMVER-MINOR) lib, url: add a windows option to path parsing (Aviv Keller) #52509
  • [d116fa1568] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474
  • [6af7b78b0d] - (SEMVER-MINOR) src: add string_view overload to snapshot FromBlob (Anna Henningsen) #52595
  • [b3a11b574b] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #51539
  • [41646d9c9e] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127
  • [fc9ba17f6c] - (SEMVER-MINOR) test_runner: add test:complete event to reflect execution order (Moshe Atlow) #51909

Commits

  • [6fdd748b21] - benchmark: reduce the buffer size for blob (Debadree Chatterjee) #52548
  • [2274d0c868] - benchmark: inherit stdio/stderr instead of pipe (Ali Hassan) #52456
  • [0300598315] - benchmark: add ipc support to spawn stdio config (Ali Hassan) #52456
  • [f8ad30048d] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #52408
  • [7508d48736] - benchmark: conditionally use spawn with taskset for cpu pinning (Ali Hassan) #52253
  • [ea8e72e185] - benchmark: add toNamespacedPath bench (Rafael Gonzaga) #52236
  • [c00715cc1e] - benchmark: add style-text benchmark (Rafael Gonzaga) #52004
  • [1c1a6935ee] - buffer: add missing ARG_TYPE(ArrayBuffer) for isUtf8 (Jungku Lee) #52477
  • [1b2aff7dce] - buffer: improve base64 and base64url performance (Yagiz Nizipli) #52428
  • [328bded5ab] - buffer: improve btoa performance (Yagiz Nizipli) #52427
  • [e67bc34326] - buffer: use simdutf for atob implementation (Yagiz Nizipli) #52381
  • [5abddb45d8] - build: fix typo in node.gyp (Michaël Zasso) #52719
  • [7d1f304f5e] - build: fix headers install for shared mode on Win (Segev Finer) #52442
  • [6826bbf267] - build: fix arm64 cross-compilation bug on non-arm machines (Mahdi Sharifi) #52559
  • [6e85bc431a] - build: temporary disable ubsan (Rafael Gonzaga) #52560
  • [297368a1ed] - build: fix arm64 cross-compilation (Michaël Zasso) #51256
  • [93bddb598f] - build,tools: add test-ubsan ci (Rafael Gonzaga) #46297
  • [20bb16582f] - build,tools,node-api: fix building node-api tests for Windows Debug (Vladimir Morozov) #52632
  • [9af15cfff1] - child_process: use internal addAbortListener (Chemi Atlow) #52081
  • [a4847c4619] - crypto: simplify assertions in Safe*Print (David Benjamin) #49709
  • [0ec4d9d734] - crypto: enable NODE_EXTRA_CA_CERTS with BoringSSL (Shelley Vohr) #52217
  • [03e05b092c] - crypto: deprecate implicitly shortened GCM tags (Tobias Nießen) #52345
  • [0f784c96ba] - crypto: make timingSafeEqual faster for Uint8Array (Tobias Nießen) #52341
  • [739958e472] - crypto: reject Ed25519/Ed448 in Sign/Verify prototypes (Filip Skokan) #52340
  • [197b61f210] - crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify (Filip Skokan) #52262
  • [a6eede33f3] - crypto: fix input validation in crypto.hash (Antoine du Hamel) #52070
  • [bfa4986e5d] - deps: update corepack to 0.28.0 (Node.js GitHub Bot) #52616
  • [70546698d7] - deps: update ada to 2.7.8 (Node.js GitHub Bot) #52517
  • [a135027f84] - deps: update icu to 75.1 (Node.js GitHub Bot) #52573
  • [c96f1043d4] - deps: update undici to 6.13.0 (Node.js GitHub Bot) #52493
  • [9c330b610b] - deps: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) #52516
  • [7e5bbeebab] - deps: update nghttp2 to 1.61.0 (Node.js GitHub Bot) #52395
  • [b42a4735d9] - deps: update minimatch to 9.0.4 (Node.js GitHub Bot) #52524
  • [d34fd21bc2] - deps: update simdutf to 5.2.4 (Node.js GitHub Bot) #52473
  • [ecc180f830] - deps: upgrade npm to 10.5.2 (npm team) #52458
  • [606c183344] - deps: update simdutf to 5.2.3 (Yagiz Nizipli) #52381
  • [0a103e99fe] - deps: upgrade npm to 10.5.1 (npm team) #52351
  • [cce861e670] - deps: update c-ares to 1.28.1 (Node.js GitHub Bot) #52285
  • [5258b547ea] - deps: update undici to 6.11.1 (Node.js GitHub Bot) #52328
  • [923a77c80a] - deps: update undici to 6.10.2 (Node.js GitHub Bot) #52227
  • [bd3c6a231c] - deps: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) #52199
  • [3b41da9a56] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #52138
  • [d6f9ca385c] - deps: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) #52123
  • [f5512897b0] - deps: update corepack to 0.26.0 (Node.js GitHub Bot) #52027
  • [d891275178] - deps: update ada to 2.7.7 (Node.js GitHub Bot) #52028
  • [18838f2db3] - deps: update simdutf to 4.0.9 (Node.js GitHub Bot) #51655
  • [503c034abc] - deps: update undici to 6.6.2 (Node.js GitHub Bot) #51667
  • [256bcba52e] - deps: update undici to 6.6.0 (Node.js GitHub Bot) #51630
  • [7a1e321d95] - deps: update undici to 6.4.0 (Node.js GitHub Bot) #51527
  • [dde9e08224] - deps: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) #51319
  • [0a08c4a7b3] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462
  • [f1b7bda4f5] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #51278
  • [ecadd638cd] - deps: V8: remove references to non-existent flags (Richard Lau) #52256
  • [27d364491f] - dgram: use internal addAbortListener (Chemi Atlow) #52081
  • [b94d11935a] - diagnostics_channel: early-exit tracing channel trace methods (Stephen Belanger) #51915
  • [4acca8ed84] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492
  • [bcc06ac5a9] - doc: remove relative limitation to pm (Rafael Gonzaga) #52648
  • [4d5ef4f7af] - doc: fix info string causing duplicated code blocks (Mathieu Leenhardt) #52660
  • [d5a316f5ea] - doc: run license-builder (github-actions[bot]) #52631
  • [d7434fe411] - doc: deprecate --experimental-policy (RafaelGSS) #52602
  • [02a83d89f7] - doc: add info on contributor spotlight program (Michael Dawson) #52598
  • [a905eaace1] - doc: correct unsafe URL example in http docs (Malte Legenhausen) #52555
  • [69c21a6522] - doc: replace U+00A0 with U+0020 (Luigi Pinca) #52590
  • [5df34c7d0a] - doc: sort options alphabetically (Luigi Pinca) #52589
  • [b49464bc9d] - doc: correct stream.finished changes (KaKa) #52551
  • [4d051ba89b] - doc: add RedYetiDev to triage team (Aviv Keller) #52556
  • [4ed55bf16c] - doc: fix issue detected in markdown lint update (Rich Trott) #52566
  • [a8bc40fd07] - doc: update test runner coverage limitations (Moshe Atlow) #52515
  • [17d5ba9fed] - doc: add lint-js-fix into BUILDING.md (jakecastelli) #52290
  • [88adbd0991] - doc: remove Internet Explorer mention in BUILDING.md (Rich Trott) #52455
  • [e8cb29d66d] - doc: accommodate upcoming stricter .md linting (Rich Trott) #52454
  • [e2ea984c7b] - doc: add Rafael to steward list (Rafael Gonzaga) #52452
  • [93d684097a] - doc: correct naming convention in C++ style guide (Mohammed Keyvanzadeh) #52424
  • [b9bdb947ac] - doc: update process.execArg example to be more useful (Jacob Smith) #52412
  • [f3f67ff84a] - doc: call out http(s).globalAgent default (mathis-west-1) #52392
  • [392a0d310e] - doc: update the location of build_with_cmake (Emmanuel Ferdman) #52356
  • [3ad62f1cc7] - doc: reserve 125 for Electron 31 (Shelley Vohr) #52379
  • [bfd4c7844b] - doc: use consistent plural form of "index" (Rich Trott) #52373
  • [6f31cc8361] - doc: add Rafael to sec release stewards (Rafael Gonzaga) #52354
  • [c55a3be789] - doc: document missing options of events.on (Chemi Atlow) #52080
  • [1a843f7c6d] - doc: add missing space (Augustin Mauroy) #52360
  • [8ee20d8693] - doc: add tips about vcpkg cause build faild on windows (Cong Zhang) #52181
  • [a86705c113] - doc: replace "below" with "following" (Rich Trott) #52315
  • [f3e8d1159a] - doc: fix email pattern to be wrapped with << instead of single < (Raz Luvaton) #52284
  • [cc67720ff9] - doc: update release gpg keyserver (marco-ippolito) #52257
  • [c2def7df96] - doc: add release key for marco-ippolito (marco-ippolito) #52257
  • [2509f3be18] - doc: fix arrow vertical alignment in HTML version (Akash Yeole) #52193
  • [2abaea3cdc] - doc: move TSC members from regular to emeritus (Michael Dawson) #52209
  • [65618a3d7b] - doc: add section explaining todo tests (Colin Ihrig) #52204
  • [bf0ed95b04] - doc: edit ChildProcess 'message' event docs (theanarkh) #52154
  • [3d67b6b5e8] - doc: add mold to speeding up section (Cong Zhang) #52179
  • [8ba308a838] - doc: http event order correction (wh0) #51464
  • [9771f41069] - doc: move gabrielschulhof to TSC emeritus (Gabriel Schulhof) #52192
  • [72bd2b0d62] - doc: fix --env-file docs for valid quotes for defining values (Gabriel Bota) #52157
  • [4f19203dfb] - doc: clarify what is supported in NODE_OPTIONS (Michael Dawson) #52076
  • [5bce596838] - doc: fix typos in maintaining-dependencies.md (RoboSchmied) #52160
  • [f5241e20cc] - doc: add spec for contains module syntax (Geoffrey Booth) #52059
  • [bda3cdea86] - doc: optimize the doc about Unix abstract socket (theanarkh) #52043
  • [8d7d6eff81] - doc: update pnpm link (Superchupu) #52113
  • [af7c55f62d] - doc: remove ableist language from crypto (Jamie King) #52063
  • [f8362b0a5a] - doc: update collaborator email (Ruy Adorno) #52088
  • [48cbd5f71e] - doc: state that removing npm is a non-goal (Geoffrey Booth) #51951
  • [0ef2708131] - doc: mention NodeSource in RafaelGSS steward list (Rafael Gonzaga) #52057
  • [a6473a89be] - doc: remove ArrayBuffer from crypto.hash() data parameter type (fengmk2) #52069
  • [ae7a11c787] - doc: add some commonly used lables up gront (Michael Dawson) #52006
  • [01aaddde3c] - doc: document that const c2 = vm.createContext(c1); c1 === c2 is true (Daniel Kaplan) #51960
  • [912145fac4] - doc: clarify what moderation issues are for (Antoine du Hamel) #51990
  • [807c89cb26] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #51991
  • [53ff3e5682] - doc: deprecate hmac public constructor (Marco Ippolito) #51881
  • [5e78a20ef9] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #51879
  • [7bfb0b43e6] - events: rename high & low watermark for consistency (Chemi Atlow) #52080
  • [5e6967359b] - events: extract addAbortListener for safe internal use (Chemi Atlow) #52081
  • [6930205272] - events: remove abort listener from signal in on (Neal Beeken) #51091
  • [235ab4f99f] - events,doc: mark CustomEvent as stable (Daeyeon Jeong) #52618
  • [ca5b827148] - fs: fix read / readSync positional offset types (Ruy Adorno) #52603
  • [e7d0d804b2] - fs: fixes recursive fs.watch crash on Linux when deleting files (Matteo Collina) #52349
  • [c5fd193d6b] - fs: refactor maybeCallback function (Yagiz Nizipli) #52129
  • [0a9910c2c1] - fs: fix edge case in readFileSync utf8 fast path (Richard Lau) #52101
  • [51d7cd5de8] - fs: validate fd from cpp on fchown (Yagiz Nizipli) #52051
  • [33ad86c2be] - fs: validate fd from cpp on close (Yagiz Nizipli) #52051
  • [34667c0a7e] - fs: validate file mode from cpp (Yagiz Nizipli) #52050
  • [c530520be3] - fs: add stacktrace to fs/promises (翠 / green) #49849
  • [edecd464b9] - fs,permission: make handling of buffers consistent (Tobias Nießen) #52348
  • [3bcd68337e] - http2: fix excessive CPU usage when using allowHTTP1=true (Eugene) #52713
  • [e01015996a] - http2: fix h2-over-h2 connection proxying (Tim Perry) #52368
  • [9f88736860] - http2: use internal addAbortListener (Chemi Atlow) #52081
  • [acd7758959] - lib: use predefined variable instead of bit operation (Deokjin Kim) #52580
  • [18ae7a46f6] - lib: refactor lazy loading of undici for fetch method (Victor Chen) #52275
  • [64c2c2a7ac] - lib: replace string prototype usage with alternatives (Aviv Keller) #52440
  • [ee11b5315c] - lib: .load .save add proper error message when no file passed (Thomas Mauran) #52225
  • [e5521b537f] - lib: fix type error for _refreshLine (Jackson Tian) #52133
  • [d5d6e041c8] - lib: emit listening event once when call listen twice (theanarkh) #52119
  • [d33fc36784] - lib: make sure clear the old timer in http server (theanarkh) #52118
  • [ea4905c0f5] - lib: fix listen with handle in cluster worker (theanarkh) #52056
  • [8fd8130507] - lib, doc: rename readme.md to README.md (Aviv Keller) #52471
  • [722fe64ff7] - (SEMVER-MINOR) lib, url: add a windows option to path parsing (Aviv Keller) #52509
  • [26691e6032] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52633
  • [befb90dc83] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52457
  • [22b7167e72] - meta: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot[bot]) #52314
  • [4dafd3ede2] - meta: bump rtCamp/action-slack-notify from 2.2.1 to 2.3.0 (dependabot[bot]) #52313
  • [2760db7640] - meta: bump github/codeql-action from 3.24.6 to 3.24.9 (dependabot[bot]) #52312
  • [542aaf9ca9] - meta: bump actions/cache from 4.0.1 to 4.0.2 (dependabot[bot]) #52311
  • [df330998d9] - meta: bump actions/setup-python from 5.0.0 to 5.1.0 (dependabot[bot]) #52310
  • [5f40fe0cc2] - meta: bump codecov/codecov-action from 4.1.0 to 4.1.1 (dependabot[bot]) #52308
  • [481420f25c] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52300
  • [3121949f85] - meta: pass Codecov upload token to codecov action (Michaël Zasso) #51982
  • [882a64e639] - module: fix detect-module not retrying as esm for cjs-only errors (Geoffrey Booth) #52024
  • [5fcc1d32a8] - module: refactor ESM loader initialization and entry point handling (Joyee Cheung) #51999
  • [d116fa1568] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474
  • [37abad86ae] - net: use internal addAbortListener (Chemi Atlow) #52081
  • [a920489a1f] - node-api: address coverity report (Michael Dawson) #52584
  • [0a225a4b40] - node-api: copy external type tags when they are set (Niels Martignène) #52426
  • [f9d95674be] - node-api: make tsfn accept napi_finalize once more (Gabriel Schulhof) #51801
  • [72aabe1139] - perf_hooks: reduce overhead of createHistogram (Vinícius Lourenço) #50074
  • [fb601c3a94] - readline: use internal addAbortListener (Chemi Atlow) #52081
  • [29f09f05f7] - (SEMVER-MINOR) report: add --report-exclude-network option (Ethan Arrowood) #51645
  • [7e6d923f5b] - src: cast to v8::Value before using v8::EmbedderGraph::V8Node (Joyee Cheung) #52638
  • [6af7b78b0d] - (SEMVER-MINOR) src: add string_view overload to snapshot FromBlob (Anna Henningsen) #52595
  • [27491e55c1] - src: remove regex usage for env file parsing (IlyasShabi) #52406
  • [b05e639e27] - src: fix loadEnvFile ENOENT error (mathis-west-1) #52438
  • [1b4d2814d1] - src: update branch name in node_revert.h (Tobias Nießen) #52390
  • [7e35a169ea] - src: stop using v8::BackingStore::Reallocate (Michaël Zasso) #52292
  • [2449d2606a] - src: fix move after use reported by coverity (Michael Dawson) #52141
  • [b33eff887d] - (SEMVER-MINOR) src: add C++ ProcessEmitWarningSync() (Joyee Cheung) #51977
  • [f2c7408927] - src: return a number from process.constrainedMemory() constantly (Chengzhong Wu) #52039
  • [7f575c886b] - (SEMVER-MINOR) src: add uv_get_available_memory to report and process (theanarkh) #52023
  • [e161e62313] - src: use dedicated routine to compile function for builtin CJS loader (Joyee Cheung) #52016
  • [07322b490f] - src: fix reading empty string views in Blob[De]serializer (Joyee Cheung) #52000
  • [e216192390] - src: refactor out FormatErrorMessage for error formatting (Joyee Cheung) #51999
  • [b3a11b574b] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #51539
  • [09bd367ef6] - stream: make Duplex inherit destroy from Writable (Luigi Pinca) #52318
  • [0b853a7576] - (SEMVER-MINOR) stream: support typed arrays (IlyasShabi) #51866
  • [f8209ffe45] - stream: add new when constructing ERR_MULTIPLE_CALLBACK (haze) #52110
  • [8442457117] - stream: use internal addAbortListener (Chemi Atlow) #52081
  • [8d20b641a2] - Revert "stream: fix cloned webstreams not being unref'd" (Matteo Collina) #51491
  • [a923adffab] - test: mark test-error-serdes as flaky (Antoine du Hamel) #52739
  • [d4f1803f0b] - test: mark test as flaky (Michael Dawson) #52671
  • [1e88e042c2] - test: skip test-fs-watch-recursive-delete.js on IBM i (Abdirahim Musse) #52645
  • [6da558af8b] - test: ensure that all worker servers are ready (Luigi Pinca) #52563
  • [c871fadb85] - test: fix test-tls-ticket-cluster.js (Hüseyin Açacak) #52431
  • [b6cb74d775] - test: split wasi poll test for windows (Hüseyin Açacak) #52538
  • [4ad159bb75] - test: write tests for assertIsArray http2 util (Sinan Sonmez (Chaush)) #52511
  • [1f7a28cbe7] - test: fix watch test with require not testing pid (Raz Luvaton) #52353
  • [5b758b93d5] - test: simplify ASan build checks (Michaël Zasso) #52430
  • [375c3db5ea] - test: fix Windows compiler warnings in overlapped-checker (Michaël Zasso) #52405
  • [a1dd92cdee] - test: add test for skip+todo combinations (Colin Ihrig) #52204
  • [8a0b721930] - test: fix incorrect test fixture (Colin Ihrig) #52185
  • [dd1f761f3b] - test: add missing cctest/test_path.cc (Yagiz Nizipli) #52148
  • [6da446d9e1] - test: add spawnSyncAndAssert util (Antoine du Hamel) #52132
  • [d7bfb4e8d8] - test: reduce flakiness of test-runner-output.mjs (Colin Ihrig) #52146
  • [e4981b3d75] - test: add test for using --print with promises (Antoine du Hamel) #52137
  • [5cc540078e] - test: un-set test-emit-after-on-destroyed as flaky (Abdirahim Musse) #51995
  • [b9eb0035dd] - test: skip test for dynamically linked OpenSSL (Richard Lau) #52542
  • [32014f5601] - test: avoid v8 deadcode on performance function (Vinícius Lourenço) #50074
  • [29d2011f51] - test_runner: better error handing for test hook (Alex Yang) #52401
  • [9497097fb3] - test_runner: fix clearing final timeout in own callback (Ben Richeson) #52332
  • [0f690f0b9e] - test_runner: fix recursive run (Moshe Atlow) #52322
  • [34ab1a36ee] - test_runner: hide new line when no error in spec reporter (Moshe Atlow) #52297
  • [379535abe3] - test_runner: disable highWatermark on TestsStream (Colin Ihrig) #52287
  • [35588cff39] - test_runner: run afterEach hooks in correct order (Colin Ihrig) #52239
  • [5cd3df8fe1] - test_runner: simplify test end time tracking (Colin Ihrig) #52182
  • [07e4a42e4b] - test_runner: simplify test start time tracking (Colin Ihrig) #52182
  • [caec996831] - test_runner: emit diagnostics when watch mode drains (Moshe Atlow) #52130
  • [41646d9c9e] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127
  • [fd1489a623] - test_runner: skip each hooks for skipped tests (Colin Ihrig) #52115
  • [73b38bfa9e] - test_runner: remove redundant report call (Colin Ihrig) #52089
  • [68187c4d9e] - test_runner: use internal addAbortListener (Chemi Atlow) #52081
  • [61e7ae05ef] - test_runner: use source maps when reporting coverage (Moshe Atlow) #52060
  • [e64a25af61] - test_runner: handle undefined test locations (Colin Ihrig) #52036
  • [590decf202] - test_runner: avoid overwriting root start time (Colin Ihrig) #52020
  • [a4cbb61c65] - test_runner: abort unfinished tests on async error (Colin Ihrig) #51996
  • [a223ca4868] - test_runner: run before hook immediately if test started (Moshe Atlow) #52003
  • [956ee74c7e] - test_runner: add support for null and date value output (Malthe Borch) #51920
  • [fc9ba17f6c] - (SEMVER-MINOR) test_runner: add test:complete event to reflect execution order (Moshe Atlow) #51909
  • [d5ac979aeb] - test_runner: format coverage report for tap reporter (Pulkit Gupta) #51119
  • [c925bc18dc] - tools: take co-authors into account in find-inactive-collaborators (Antoine du Hamel) #52669
  • [1d37e772ec] - tools: fix invalid escape sequence in mkssldef (Michaël Zasso) #52624
  • [5b22fc3a81] - tools: update lint-md-dependencies to rollup@4.15.0 (Node.js GitHub Bot) #52617
  • [9cf47bb2f1] - tools: update lint-md-dependencies (Rich Trott) #52581
  • [c0c60d13c0] - tools: fix heading spaces for osx-entitlements.plist (Jackson Tian) #52561
  • [7c349d7819] - tools: update lint-md-dependencies to rollup@4.14.2 vfile-reporter@8.1.1 (Node.js GitHub Bot) #52518
  • [b4d703297b] - tools: use stylistic ESLint plugin for formatting (Michaël Zasso) #50714
  • [c6813360c2] - tools: update minimatch index path (Marco Ippolito) #52523
  • [8464c0253c] - tools: add a linter for README lists (Antoine du Hamel) #52476
  • [55a3fbc842] - tools: change inactive limit to 12 months (Yagiz Nizipli) #52425
  • [74a171f130] - tools: update stale bot messaging (Wes Todd) #52423
  • [b2a3dcec2a] - tools: update lint-md-dependencies to rollup@4.14.0 (Node.js GitHub Bot) #52398
  • [f71a777e6e] - tools: update Ruff to v0.3.4 (Michaël Zasso) #52302
  • [e3e0c68f8f] - tools: run test-ubsan on ubuntu-latest (Michaël Zasso) #52375
  • [893b5aac31] - tools: update lint-md-dependencies to rollup@4.13.2 (Node.js GitHub Bot) #52286
  • [049cca419e] - Revert "tools: run build-windows workflow only on source changes" (Michaël Zasso) #52320
  • [b3dfc62cee] - tools: use Python 3.12 in GitHub Actions workflows (Michaël Zasso) #52301
  • [c7238d0c04] - tools: allow local updates for llhttp (Paolo Insogna) #52085
  • [c39f15cafd] - tools: install npm PowerShell scripts on Windows (Luke Karrys) #52009
  • [b36fea064a] - tools: update lint-md-dependencies to rollup@4.13.0 (Node.js GitHub Bot) #52122
  • [a5204eb915] - tools: fix error reported by coverity in js2c.cc (Michael Dawson) #52142
  • [cef4b7ef3d] - tools: sync ubsan workflow with asan (Michaël Zasso) #52152
  • [d406976bbe] - tools: update github_reporter to 1.7.0 (Node.js GitHub Bot) #52121
  • [fb100a2ac8] - tools: remove gyp-next .github folder (Marco Ippolito) #52064
  • [5f1e7a0de2] - tools: update gyp-next to 0.16.2 (Node.js GitHub Bot) #52062
  • [1f1253446b] - tools: install manpage to share/man for FreeBSD (Po-Chuan Hsieh) #51791
  • [4b8b92fccc] - tools: automate gyp-next update (Marco Ippolito) #52014
  • [1ec9e58692] - typings: fix invalid JSDoc declarations (Yagiz Nizipli) #52659
  • [2d6b19970b] - (SEMVER-MINOR) util: support array of formats in util.styleText (Marco Ippolito) #52040
  • [d30cccdf8c] - (SEMVER-MINOR) v8: implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #51927
  • [7f3b7fdeff] - watch: fix some node argument not passed to watched process (Raz Luvaton) #52358
  • [8ba6f9bc9a] - watch: use internal addAbortListener (Chemi Atlow) #52081
  • [5a922232da] - watch: mark as stable (Moshe Atlow) #52074
  • [508e968a5f] - watch: batch file restarts (Moshe Atlow) #51992
14 days ago
node

2024-05-02, Version 22.1.0 (Current), @targos prepared by @aduh95

module: implement NODE_COMPILE_CACHE for automatic on-disk code caching

This patch implements automatic on-disk code caching that can be enabled via an environment variable NODE_COMPILE_CACHE=/path/to/cache/dir.

When set, whenever Node.js compiles a CommonJS or a ECMAScript Module, it will use on-disk V8 code cache persisted in the specified directory to speed up the compilation. This may slow down the first load of a module graph, but subsequent loads of the same module graph may get a significant speedup if the contents of the modules do not change. Locally, this speeds up loading of test/fixtures/snapshot/typescript.js from ~130ms to ~80ms.

To clean up the generated code cache, simply remove the directory. It will be recreated the next time the same directory is used for NODE_COMPILE_CACHE.

Compilation cache generated by one version of Node.js may not be used by a different version of Node.js. Cache generated by different versions of Node.js will be stored separately if the same directory is used to persist the cache, so they can co-exist.

Caveat: currently when using this with V8 JavaScript code coverage, the coverage being collected by V8 may be less precise in functions that are deserialized from the code cache. It's recommended to turn this off when running tests to generate precise coverage.

Contributed by Joyee Cheung in #52535.

Other Notable Changes

  • [44ee04cf9f] - buffer: improve base64 and base64url performance (Yagiz Nizipli) #52428
  • [3c37ce5710] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492
  • [3026401be1] - events,doc: mark CustomEvent as stable (Daeyeon Jeong) #52618
  • [64428dc1c9] - (SEMVER-MINOR) lib, url: add a windows option to path parsing (Aviv Keller) #52509
  • [d79ae74f71] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474
  • [43fa6a1a45] - (SEMVER-MINOR) src: add string_view overload to snapshot FromBlob (Anna Henningsen) #52595
  • [c6fe433d42] - src,permission: throw async errors on async APIs (Rafael Gonzaga) #52730
  • [e247a61d15] - (SEMVER-MINOR) test_runner: add --test-skip-pattern cli option (Aviv Keller) #52529
  • [9b18df9dcb] - (SEMVER-MINOR) url: implement parse method for safer URL parsing (Ali Hassan) #52280

Commits

  • [35643c18c0] - benchmark: reduce the buffer size for blob (Debadree Chatterjee) #52548
  • [7cdfe8a3fc] - benchmark: inherit stdio/stderr instead of pipe (Ali Hassan) #52456
  • [7b82c17f22] - benchmark: add ipc support to spawn stdio config (Ali Hassan) #52456
  • [dfda6fed61] - buffer: add missing ARG_TYPE(ArrayBuffer) for isUtf8 (Jungku Lee) #52477
  • [44ee04cf9f] - buffer: improve base64 and base64url performance (Yagiz Nizipli) #52428
  • [c64a1a3b89] - build: fix typo in node.gyp (Michaël Zasso) #52719
  • [4f713fbc2e] - build: fix headers install for shared mode on Win (Segev Finer) #52442
  • [4baeb7b21d] - build: fix arm64 cross-compilation bug on non-arm machines (Mahdi Sharifi) #52559
  • [d5cd468ce8] - build,tools,node-api: fix building node-api tests for Windows Debug (Vladimir Morozov) #52632
  • [910533fcfd] - crypto: simplify assertions in Safe*Print (David Benjamin) #49709
  • [61e1ac0b8c] - crypto: enable NODE_EXTRA_CA_CERTS with BoringSSL (Shelley Vohr) #52217
  • [6e98eee256] - deps: upgrade npm to 10.7.0 (npm team) #52767
  • [27a5f9418c] - deps: V8: cherry-pick 500de8bd371b (Richard Lau) #52676
  • [3b422ddcea] - deps: update corepack to 0.28.0 (Node.js GitHub Bot) #52616
  • [d40e4d4c42] - deps: update ada to 2.7.8 (Node.js GitHub Bot) #52517
  • [5b52a4870a] - deps: update icu to 75.1 (Node.js GitHub Bot) #52573
  • [80cbe72c1f] - deps: update undici to 6.13.0 (Node.js GitHub Bot) #52493
  • [9a44059055] - deps: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) #52516
  • [d67a9a5360] - deps: update minimatch to 9.0.4 (Node.js GitHub Bot) #52524
  • [8738b89971] - deps: upgrade npm to 10.5.2 (npm team) #52458
  • [8e4fd2842b] - deps,src: simplify base64 encoding (Daniel Lemire) #52714
  • [3c37ce5710] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492
  • [3987a28a9e] - doc: update process.versions properties (ishabi) #52736
  • [c0b58e07f1] - doc: remove mold use on mac for speeding up build (Cong Zhang) #52252
  • [9a032cf6e2] - doc: remove relative limitation to pm (Rafael Gonzaga) #52648
  • [90c6e77238] - doc: fix info string causing duplicated code blocks (Mathieu Leenhardt) #52660
  • [4d577fa048] - doc: add .gitattributes for md files (Hüseyin Açacak) #52161
  • [04c8e110e5] - doc: run license-builder (github-actions[bot]) #52631
  • [3552829594] - doc: add info on contributor spotlight program (Michael Dawson) #52598
  • [eeb80ad836] - doc: correct unsafe URL example in http docs (Malte Legenhausen) #52555
  • [c83526a688] - doc: replace U+00A0 with U+0020 (Luigi Pinca) #52590
  • [31831e9db8] - doc: sort options alphabetically (Luigi Pinca) #52589
  • [a93f5d4aaa] - doc: correct stream.finished changes (KaKa) #52551
  • [27ffa35540] - doc: add RedYetiDev to triage team (Aviv Keller) #52556
  • [63cc2b870e] - doc: fix issue detected in markdown lint update (Rich Trott) #52566
  • [7e93c4892b] - doc: update test runner coverage limitations (Moshe Atlow) #52515
  • [3026401be1] - events,doc: mark CustomEvent as stable (Daeyeon Jeong) #52618
  • [c6e0fe2f22] - fs: allow setting Stat date properties (Nicolò Ribaudo) #52708
  • [f23fa1de72] - fs: fix read / readSync positional offset types (Ruy Adorno) #52603
  • [a7e03d301a] - fs: fixes recursive fs.watch crash on Linux when deleting files (Matteo Collina) #52349
  • [d5ecb6cd00] - http2: fix excessive CPU usage when using allowHTTP1=true (Eugene) #52713
  • [d1adc9b140] - lib: enforce ASCII order in error code imports (Antoine du Hamel) #52625
  • [9ffdcade37] - lib: use predefined variable instead of bit operation (Deokjin Kim) #52580
  • [fdcde845ee] - lib: refactor lazy loading of undici for fetch method (Victor Chen) #52275
  • [f6145aa2ca] - lib: convert WeakMaps in cjs loader with private symbol properties (Chengzhong Wu) #52095
  • [014bf01efc] - lib: replace string prototype usage with alternatives (Aviv Keller) #52440
  • [dc399ddd03] - lib, doc: rename readme.md to README.md (Aviv Keller) #52471
  • [64428dc1c9] - (SEMVER-MINOR) lib, url: add a windows option to path parsing (Aviv Keller) #52509
  • [9b2b6abb62] - lib,src: iterate module requests of a module wrap in JS (Chengzhong Wu) #52058
  • [896a80e366] - meta: standardize regex (Aviv Keller) #52693
  • [20c07e922e] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52633
  • [e70d8a4fa9] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52457
  • [20ab8f2a88] - module: support ESM detection in the CJS loader (Joyee Cheung) #52047
  • [544c602b75] - module: skip NODE_COMPILE_CACHE when policy is enabled (Joyee Cheung) #52577
  • [3df3afc284] - module: detect ESM syntax by trying to recompile as SourceTextModule (Joyee Cheung) #52413
  • [4d77fd2c46] - (SEMVER-MINOR) module: implement NODE_COMPILE_CACHE for automatic on-disk code caching (Joyee Cheung) #52535
  • [9794d21b07] - module: fix submodules loaded by require() and import() (Joyee Cheung) #52487
  • [b00766d9e7] - module: tidy code and comments (Jacob Smith) #52437
  • [d79ae74f71] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474
  • [b17cfea289] - node-api: address coverity report (Michael Dawson) #52584
  • [1fca8baac1] - node-api: copy external type tags when they are set (Niels Martignène) #52426
  • [d086ab42a1] - quic: address recent coverity warnings (Michael Dawson) #52647
  • [fb4edf70cf] - quic: rework TLSContext, additional cleanups (James M Snell) #51340
  • [0c58d0319b] - src: remove misplaced windows code under posix guard in node.cc (Ali Hassan) #52545
  • [e20d2f1de3] - src: cast to v8::Value before using v8::EmbedderGraph::V8Node (Joyee Cheung) #52638
  • [43fa6a1a45] - (SEMVER-MINOR) src: add string_view overload to snapshot FromBlob (Anna Henningsen) #52595
  • [a56faff4d0] - src: parse inspector profiles with simdjson (Joyee Cheung) #51783
  • [ac04c6434a] - src: remove regex usage for env file parsing (IlyasShabi) #52406
  • [f283d27285] - src: fix loadEnvFile ENOENT error (mathis-west-1) #52438
  • [c6fe433d42] - src,permission: throw async errors on async APIs (Rafael Gonzaga) #52730
  • [9f9eca965a] - stream: update ongoing promise in async iterator return() method (Mattias Buelens) #52657
  • [d568a9a38e] - test: mark test-error-serdes as flaky (Antoine du Hamel) #52739
  • [45f7002b90] - test: mark test as flaky (Michael Dawson) #52671
  • [10596e20e8] - test: fix backtick usage in docs (Aviv Keller) #52643
  • [b2f754c9f1] - test: skip test-fs-watch-recursive-delete.js on IBM i (Abdirahim Musse) #52645
  • [ed080d868d] - test: ensure that all worker servers are ready (Luigi Pinca) #52563
  • [c8c61737e4] - test: fix test-tls-ticket-cluster.js (Hüseyin Açacak) #52431
  • [18aa5d6640] - test: split wasi poll test for windows (Hüseyin Açacak) #52538
  • [e34e0a9ba1] - test: write tests for assertIsArray http2 util (Sinan Sonmez (Chaush)) #52511
  • [e247a61d15] - (SEMVER-MINOR) test_runner: add --test-skip-pattern cli option (Aviv Keller) #52529
  • [e066ba2ae4] - test_runner: better error handing for test hook (Alex Yang) #52401
  • [328755341d] - test_runner: don't exceed call stack when filtering (Colin Ihrig) #52488
  • [b4ccb6c626] - test_runner: move end of work check to finalize() (Colin Ihrig) #52488
  • [2ef9380472] - tools: update lint-md-dependencies to rollup@4.17.0 (Node.js GitHub Bot) #52729
  • [db421bdefc] - tools: take co-authors into account in find-inactive-collaborators (Antoine du Hamel) #52669
  • [01103a85cb] - tools: fix invalid escape sequence in mkssldef (Michaël Zasso) #52624
  • [382d951b01] - tools: update lint-md-dependencies to rollup@4.15.0 (Node.js GitHub Bot) #52617
  • [f9ddd77ff3] - tools: add lint rule to keep primordials in ASCII order (Antoine du Hamel) #52592
  • [552642a498] - tools: update lint-md-dependencies (Rich Trott) #52581
  • [df61feb655] - tools: fix heading spaces for osx-entitlements.plist (Jackson Tian) #52561
  • [6b4bbfbb1f] - tools: update lint-md-dependencies to rollup@4.14.2 vfile-reporter@8.1.1 (Node.js GitHub Bot) #52518
  • [4e5ce3afb7] - tools: use stylistic ESLint plugin for formatting (Michaël Zasso) #50714
  • [15c5686381] - tools: update minimatch index path (Marco Ippolito) #52523
  • [8ae1507ae1] - tools: add a linter for README lists (Antoine du Hamel) #52476
  • [0b970316bc] - typings: fix invalid JSDoc declarations (Yagiz Nizipli) #52659
  • [9b18df9dcb] - (SEMVER-MINOR) url: implement parse method for safer URL parsing (Ali Hassan) #52280
  • [d33131af3a] - vm: fix ASCII-betical order (Aviv Keller) #52686
22 days ago
node

2024-04-24, Version 22.0.0 (Current), @RafaelGSS and @marco-ippolito

We're excited to announce the release of Node.js 22! Highlights include require()ing ESM graphs, WebSocket client, updates of the V8 JavaScript engine, and more! As a reminder, Node.js 22 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.

Other Notable Changes

  • [25c79f3331] - esm: drop support for import assertions (Nicolò Ribaudo) #52104
  • [818c10e86d] - lib: improve perf of AbortSignal creation (Raz Luvaton) #52408
  • [4f68c7c1c9] - watch: mark as stable (Moshe Atlow) #52074
  • [02b0bc01fe] - (SEMVER-MAJOR) deps: update V8 to 12.4.254.14 (Michaël Zasso) #52465
  • [c975384264] - (SEMVER-MAJOR) lib: enable WebSocket by default (Aras Abbasi) #51594
  • [1abff07392] - (SEMVER-MAJOR) stream: bump default highWaterMark (Robert Nagy) #52037
  • [1a5acd0638] - (SEMVER-MAJOR) v8: enable maglev on supported architectures (Keyhan Vakil) #51360
  • [128c60d906] - (SEMVER-MINOR) cli: implement node --run <script-in-package-json> (Yagiz Nizipli) #52190
  • [151d365ad1] - (SEMVER-MINOR) fs: expose glob and globSync (Moshe Atlow) #51912
  • [5f7fad2605] - (SEMVER-MINOR) module: support require()ing synchronous ESM graphs (Joyee Cheung) #51977

Semver-Major Commits

  • [2b1e7c2fcb] - (SEMVER-MAJOR) build: compile with C++20 support on Windows (StefanStojanovic) #52465
  • [12d00f1479] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #52465
  • [5f08e11a3c] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #52293
  • [94f0369d1d] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #51362
  • [58674cd1d8] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #50115
  • [60e836427e] - (SEMVER-MAJOR) console: treat non-strings as separate argument in console.assert() (Jacob Hummer) #49722
  • [d62ab3a1ef] - (SEMVER-MAJOR) crypto: runtime deprecate hmac constructor (Marco Ippolito) #52071
  • [de0602d190] - (SEMVER-MAJOR) crypto: runtime deprecate Hash constructor (Marco Ippolito) #51880
  • [215f4d04b7] - (SEMVER-MAJOR) crypto: move createCipher and createDecipher to eol (Marco Ippolito) #50973
  • [30801b8aaf] - (SEMVER-MAJOR) deps: V8: cherry-pick cd10ad7cdbe5 (Joyee Cheung) #52465
  • [521b629ab1] - (SEMVER-MAJOR) deps: V8: revert CL 5331688 (Michaël Zasso) #52465
  • [3795e97e6c] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #52465
  • [5bde9e677d] - (SEMVER-MAJOR) deps: silence internal V8 deprecation warning (Michaël Zasso) #52465
  • [46e628c6f2] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #52465
  • [f824e40a82] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #52465
  • [d2c84c9a13] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #52465
  • [95d6045bdb] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #52465
  • [00f55f5743] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #52465
  • [764085aa66] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #52465
  • [02b0bc01fe] - (SEMVER-MAJOR) deps: update V8 to 12.4.254.14 (Michaël Zasso) #52465
  • [0ec50a19dd] - (SEMVER-MAJOR) deps: V8: cherry-pick cd10ad7cdbe5 (Joyee Cheung) #52293
  • [021b0b7dee] - (SEMVER-MAJOR) deps: V8: backport c4be0a97f981 (Richard Lau) #52293
  • [681aaf85c7] - (SEMVER-MAJOR) deps: silence internal V8 deprecation warning (Michaël Zasso) #52293
  • [c563a1c4e4] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (Stefan Stojanovic) #52293
  • [11e94b9987] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #52293
  • [856163e23c] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #52293
  • [b530214127] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #52293
  • [8054f69dd9] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #52293
  • [dee908be42] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #52293
  • [cf069414ee] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #52293
  • [cc5792dd85] - (SEMVER-MAJOR) deps: update V8 to 12.3.219.16 (Michaël Zasso) #52293
  • [61a0d3b4c4] - (SEMVER-MAJOR) deps: V8: backport c4be0a97f981 (Richard Lau) #51362
  • [f55380a725] - (SEMVER-MAJOR) deps: V8: cherry-pick f8d5e576b814 (Richard Lau) #51362
  • [b9d806a2dd] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #51362
  • [63b58bc17b] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #51362
  • [86056353c4] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #51362
  • [2e0efc1c8d] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #51362
  • [59e6f62e34] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #51362
  • [0423f7e27e] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #51362
  • [f36620806d] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #51362
  • [09a8440b45] - (SEMVER-MAJOR) deps: update V8 to 12.2.281.27 (Michaël Zasso) #51362
  • [0da3beebfc] - (SEMVER-MAJOR) deps: V8: cherry-pick de611e69ad51 (Keyhan Vakil) #50115
  • [b982335637] - (SEMVER-MAJOR) deps: V8: cherry-pick 0fd478bcdabd (Joyee Cheung) #50115
  • [481a90116c] - (SEMVER-MAJOR) deps: V8: cherry-pick 0f9ebbc672c7 (Chengzhong Wu) #50115
  • [782addbdc3] - (SEMVER-MAJOR) deps: V8: cherry-pick 8f0b94671ddb (Lu Yahan) #50115
  • [b682e7f540] - (SEMVER-MAJOR) deps: V8: cherry-pick f7d000a7ae7b (Luke Albao) #50115
  • [a60090c52f] - (SEMVER-MAJOR) deps: V8: cherry-pick 25902244ad1a (Joyee Cheung) #50115
  • [8441d1fc18] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #50115
  • [e8e9bbd7a9] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #50115
  • [785d5cd006] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #50115
  • [7071c1dafd] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #50115
  • [d1d60b297d] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #50115
  • [5b240c62f9] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #50115
  • [d8c97e4857] - (SEMVER-MAJOR) deps: update V8 to 11.9.169.7 (Michaël Zasso) #50115
  • [b9df88a8c2] - (SEMVER-MAJOR) doc: runtime deprecate flag --trace-atomics-wait (marco-ippolito) #51179
  • [9ba5df30b4] - (SEMVER-MAJOR) doc: bump FreeBSD experimental support to 13.2 (Michaël Zasso) #51231
  • [900d79caf2] - (SEMVER-MAJOR) doc: add migration paths for deprecated utils (Marco Ippolito) #50488
  • [8206f6bb7f] - (SEMVER-MAJOR) fs: runtime deprecate fs.Stats constructor (Marco Ippolito) #52067
  • [c14133503a] - (SEMVER-MAJOR) fs: use private fields instead of symbols for Dir (Jungku Lee) #51037
  • [abbdc3efaa] - (SEMVER-MAJOR) fs: make stats date fields lazy (Yagiz Nizipli) #50908
  • [4b76ccea95] - (SEMVER-MAJOR) http: preserve raw header duplicates in writeHead after setHeader calls (Tim Perry) #50394
  • [c975384264] - (SEMVER-MAJOR) lib: enable WebSocket by default (Aras Abbasi) #51594
  • [351495e938] - (SEMVER-MAJOR) lib,test: handle new Iterator global (Michaël Zasso) #51362
  • [a8b21fdc90] - (SEMVER-MAJOR) process: wait for 'exit' before printing result (Antoine du Hamel) #52172
  • [582ff5037c] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 127 (Michaël Zasso) #52465
  • [c5c4b50260] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 126 (Michaël Zasso) #52293
  • [d248639285] - (SEMVER-MAJOR) src: use supported API to get stalled TLA messages (Michaël Zasso) #51362
  • [d34b02db4c] - (SEMVER-MAJOR) src: update default V8 platform to override functions with location (Etienne Pierre-Doray) #51362
  • [d9c47e9b5f] - (SEMVER-MAJOR) src: add missing TryCatch (Michaël Zasso) #51362
  • [5cddd3b2d8] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 124 (Michaël Zasso) #51362
  • [1528846ada] - (SEMVER-MAJOR) src: use non-deprecated v8::Uint8Array::kMaxLength (Michaël Zasso) #50115
  • [7166986626] - (SEMVER-MAJOR) src: adapt to v8::Exception API change (Michaël Zasso) #50115
  • [4782818020] - (SEMVER-MAJOR) src: use non-deprecated version of CreateSyntheticModule (Michaël Zasso) #50115
  • [2cff0ce411] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 122 (Michaël Zasso) #50115
  • [1abff07392] - (SEMVER-MAJOR) stream: bump default highWaterMark (Robert Nagy) #52037
  • [9efc84a2cb] - (SEMVER-MAJOR) test: mark test-worker-arraybuffer-zerofill as flaky (Michaël Zasso) #51362
  • [84c2e712eb] - (SEMVER-MAJOR) test: mark some GC-related tests as flaky (Michaël Zasso) #51362
  • [cdc4437b87] - (SEMVER-MAJOR) test: allow slightly more diff in memory leak test (Michaël Zasso) #51362
  • [515b007fae] - (SEMVER-MAJOR) test: replace always-opt flag with alway-turbofan (Michaël Zasso) #50115
  • [2341805eb2] - (SEMVER-MAJOR) test: remove tests that create very large buffers (Michaël Zasso) #50115
  • [941cef5636] - (SEMVER-MAJOR) test: adapt to new V8 trusted memory spaces (Michaël Zasso) #50115
  • [29de7f82cd] - (SEMVER-MAJOR) test_runner: omit filtered test from output (Colin Ihrig) #52221
  • [00dc6d9d97] - (SEMVER-MAJOR) test_runner: improve --test-name-pattern to allow matching single test (Michał Drobniak) #51577
  • [5def8019d5] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.4 (Michaël Zasso) #52465
  • [c22793d050] - (SEMVER-MAJOR) tools: roughly port v8_abseil to gyp (Michaël Zasso) #51362
  • [ffb0302f0c] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.2 (Michaël Zasso) #51362
  • [aadea12440] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.1 (Michaël Zasso) #51362
  • [7784773967] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.0 (Michaël Zasso) #51362
  • [9fe0424baa] - (SEMVER-MAJOR) trace_events: use private fields instead of symbols for Tracing (Jungku Lee) #51180
  • [e96cd25007] - (SEMVER-MAJOR) util: runtime deprecate util.log (Marco Ippolito) #50488
  • [6cf20d5e43] - (SEMVER-MAJOR) util: runtime deprecate util.isUndefined (Marco Ippolito) #50488
  • [09e424921f] - (SEMVER-MAJOR) util: runtime deprecate util.isSymbol (Marco Ippolito) #50488
  • [80b6bfd4e9] - (SEMVER-MAJOR) util: runtime deprecate util.isString (Marco Ippolito) #50488
  • [d419edded9] - (SEMVER-MAJOR) util: runtime deprecate util.isRegExp (Marco Ippolito) #50488
  • [e0b8de78ed] - (SEMVER-MAJOR) util: runtime deprecate util.isPrimitive (Marco Ippolito) #50488
  • [5478e1129a] - (SEMVER-MAJOR) util: runtime deprecate util.isObject (Marco Ippolito) #50488
  • [b05b1dd541] - (SEMVER-MAJOR) util: runtime deprecate util.isNumber (Marco Ippolito) #50488
  • [5af9bf5f6a] - (SEMVER-MAJOR) util: runtime deprecate util.isNullOrUndefined (Marco Ippolito) #50488
  • [860a10e10e] - (SEMVER-MAJOR) util: runtime deprecate util.isNull (Marco Ippolito) #50488
  • [70330f5c2b] - (SEMVER-MAJOR) util: runtime deprecate util.isFunction (Marco Ippolito) #50488
  • [7c69c33acc] - (SEMVER-MAJOR) util: runtime deprecate util.isError (Marco Ippolito) #50488
  • [a0c5b871a9] - (SEMVER-MAJOR) util: runtime deprecate util.isDate (Marco Ippolito) #50488
  • [3c670cb15d] - (SEMVER-MAJOR) util: runtime deprecation util.isBuffer (Marco Ippolito) #50488
  • [c17a448ca9] - (SEMVER-MAJOR) util: runtime deprecation util.isBoolean (Marco Ippolito) #50488
  • [fbb2f891aa] - (SEMVER-MAJOR) util: runtime deprecate util.isArray (Marco Ippolito) #50488
  • [22d8062e42] - (SEMVER-MAJOR) util: runtime deprecation util._extend (Marco Ippolito) #50488
  • [1a5acd0638] - (SEMVER-MAJOR) v8: enable maglev on supported architectures (Keyhan Vakil) #51360

Semver-Minor Commits

  • [128c60d906] - (SEMVER-MINOR) cli: implement node --run <script-in-package-json> (Yagiz Nizipli) #52190
  • [f69946b905] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #52138
  • [828ad42eee] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462
  • [05f8172188] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #51278
  • [a0c466810a] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #51879
  • [151d365ad1] - (SEMVER-MINOR) fs: expose glob and globSync (Moshe Atlow) #51912
  • [5f7fad2605] - (SEMVER-MINOR) module: support require()ing synchronous ESM graphs (Joyee Cheung) #51977
  • [009665fb56] - (SEMVER-MINOR) report: add --report-exclude-network option (Ethan Arrowood) #51645
  • [80f86e5d02] - (SEMVER-MINOR) src: add C++ ProcessEmitWarningSync() (Joyee Cheung) #51977
  • [78be0d0f1c] - (SEMVER-MINOR) src: add uv_get_available_memory to report and process (theanarkh) #52023
  • [b34512e38e] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #51539
  • [7d258db1d7] - (SEMVER-MINOR) stream: support typed arrays (IlyasShabi) #51866
  • [5276c0d5d4] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127
  • [84de97a61e] - (SEMVER-MINOR) test_runner: support forced exit (Colin Ihrig) #52038
  • [aac5ad901d] - (SEMVER-MINOR) test_runner: add test:complete event to reflect execution order (Moshe Atlow) #51909
  • [9a1e01c4ce] - (SEMVER-MINOR) util: support array of formats in util.styleText (Marco Ippolito) #52040
  • [7f2d61f82a] - (SEMVER-MINOR) v8: implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #51927
  • [d1d5da22e4] - (SEMVER-MINOR) vm: harden module type checks (Chengzhong Wu) #52162

Semver-Patch Commits

  • [a760dadec3] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #52408
  • [47c934e464] - benchmark: conditionally use spawn with taskset for cpu pinning (Ali Hassan) #52253
  • [dde0cffb2e] - benchmark: add toNamespacedPath bench (Rafael Gonzaga) #52236
  • [bda66ad711] - benchmark: add style-text benchmark (Rafael Gonzaga) #52004
  • [21211a3fa9] - buffer: improve btoa performance (Yagiz Nizipli) #52427
  • [6f504b71ac] - buffer: use simdutf for atob implementation (Yagiz Nizipli) #52381
  • [0ce7365856] - build: temporary disable ubsan (Rafael Gonzaga) #52560
  • [4e278f0253] - build: speed up compilation of some V8 files (Michaël Zasso) #52083
  • [ba06c5c509] - build,tools: add test-ubsan ci (Rafael Gonzaga) #46297
  • [562369f348] - child_process: use internal addAbortListener (Chemi Atlow) #52081
  • [8f61b658de] - crypto: deprecate implicitly shortened GCM tags (Tobias Nießen) #52345
  • [08609b5222] - crypto: make timingSafeEqual faster for Uint8Array (Tobias Nießen) #52341
  • [9f939f5af7] - crypto: reject Ed25519/Ed448 in Sign/Verify prototypes (Filip Skokan) #52340
  • [2241e8c5b3] - crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify (Filip Skokan) #52262
  • [6dd1c75f4a] - crypto: fix input validation in crypto.hash (Antoine du Hamel) #52070
  • [a1d48f4a26] - deps: update simdutf to 5.2.4 (Node.js GitHub Bot) #52473
  • [08ff4a0c9d] - deps: update nghttp2 to 1.61.0 (Node.js GitHub Bot) #52395
  • [cf629366b9] - deps: update simdutf to 5.2.3 (Yagiz Nizipli) #52381
  • [ad86a12964] - deps: upgrade npm to 10.5.1 (npm team) #52351
  • [45cc32c9c6] - deps: update c-ares to 1.28.1 (Node.js GitHub Bot) #52285
  • [38161c38d9] - deps: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) #52199
  • [1264414700] - deps: update simdjson to 3.8.0 (Node.js GitHub Bot) #52124
  • [f6996ee150] - deps: V8: backport c4be0a97f981 (Richard Lau) #52183
  • [0d4bc4c40e] - deps: V8: cherry-pick f8d5e576b814 (Richard Lau) #52183
  • [70a05103c8] - deps: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) #52123
  • [4c3e9659ed] - deps: update corepack to 0.26.0 (Node.js GitHub Bot) #52027
  • [0b4cdb4b42] - deps: update ada to 2.7.7 (Node.js GitHub Bot) #52028
  • [b241a1d0ae] - deps: update simdutf to 4.0.9 (Node.js GitHub Bot) #51655
  • [36dcd399c0] - deps: upgrade libuv to 1.48.0 (Santiago Gimeno) #51697
  • [8cf313cd72] - deps: update undici to 6.6.0 (Node.js GitHub Bot) #51630
  • [dd4767f99f] - deps: update undici to 6.4.0 (Node.js GitHub Bot) #51527
  • [8362caa7d8] - dgram: use internal addAbortListener (Chemi Atlow) #52081
  • [4f3cf4e89a] - diagnostics_channel: early-exit tracing channel trace methods (Stephen Belanger) #51915
  • [204018bba6] - doc: deprecate --experimental-policy (RafaelGSS) #52602
  • [d32a914ac7] - doc: add lint-js-fix into BUILDING.md (jakecastelli) #52290
  • [411503bacd] - doc: remove Internet Explorer mention in BUILDING.md (Rich Trott) #52455
  • [e9ccf5aba2] - doc: accommodate upcoming stricter .md linting (Rich Trott) #52454
  • [b4186ec2c1] - doc: add Rafael to steward list (Rafael Gonzaga) #52452
  • [7b01bfb2be] - doc: correct naming convention in C++ style guide (Mohammed Keyvanzadeh) #52424
  • [c82f3c9e80] - doc: update process.execArg example to be more useful (Jacob Smith) #52412
  • [655b327a4d] - doc: call out http(s).globalAgent default (mathis-west-1) #52392
  • [2c77be5488] - doc: update the location of build_with_cmake (Emmanuel Ferdman) #52356
  • [7dd514f2db] - doc: reserve 125 for Electron 31 (Shelley Vohr) #52379
  • [756acd0877] - doc: use consistent plural form of "index" (Rich Trott) #52373
  • [ba07e4e5e6] - doc: fix typo in cli.md (Daeyeon Jeong) #52388
  • [461d9d665d] - doc: add Rafael to sec release stewards (Rafael Gonzaga) #52354
  • [d0c364a844] - doc: document missing options of events.on (Chemi Atlow) #52080
  • [a63261cf2c] - doc: add missing space (Augustin Mauroy) #52360
  • [dd711d221a] - doc: add tips about vcpkg cause build faild on windows (Cong Zhang) #52181
  • [4df34cf6dd] - doc: replace "below" with "following" (Rich Trott) #52315
  • [d9aa33fdbf] - doc: fix email pattern to be wrapped with << instead of single < (Raz Luvaton) #52284
  • [903f28e684] - doc: update release gpg keyserver (marco-ippolito) #52257
  • [fd55458770] - doc: add release key for marco-ippolito (marco-ippolito) #52257
  • [27493a1dd7] - doc: fix arrow vertical alignment in HTML version (Akash Yeole) #52193
  • [af48641993] - doc: move TSC members from regular to emeritus (Michael Dawson) #52209
  • [fa13ed6d79] - doc: add section explaining todo tests (Colin Ihrig) #52204
  • [312ebd97c2] - doc: edit ChildProcess 'message' event docs (theanarkh) #52154
  • [f1635f442f] - doc: quote test_runner glob parameters (Fabian Meyer) #52201
  • [fc029181df] - doc: add mold to speeding up section (Cong Zhang) #52179
  • [8bd3cb2f8c] - doc: http event order correction (wh0) #51464
  • [a7f170e45a] - doc: move gabrielschulhof to TSC emeritus (Gabriel Schulhof) #52192
  • [305375ac16] - doc: fix --env-file docs for valid quotes for defining values (Gabriel Bota) #52157
  • [3fcaf7b900] - doc: clarify what is supported in NODE_OPTIONS (Michael Dawson) #52076
  • [4fe87357f3] - doc: fix typos in maintaining-dependencies.md (RoboSchmied) #52160
  • [f1949ac1ae] - doc: add spec for contains module syntax (Geoffrey Booth) #52059
  • [707155424b] - doc: optimize the doc about Unix abstract socket (theanarkh) #52043
  • [8a191e4e6a] - doc: update pnpm link (Superchupu) #52113
  • [454d0806a1] - doc: remove ableist language from crypto (Jamie King) #52063
  • [dafe004703] - doc: update collaborator email (Ruy Adorno) #52088
  • [8824adb031] - doc: state that removing npm is a non-goal (Geoffrey Booth) #51951
  • [b360532f1a] - doc: mention NodeSource in RafaelGSS steward list (Rafael Gonzaga) #52057
  • [57d2e4881c] - doc: remove ArrayBuffer from crypto.hash() data parameter type (fengmk2) #52069
  • [e11c1d2315] - doc: add some commonly used lables up gront (Michael Dawson) #52006
  • [8f9f5db1e8] - doc: document that const c2 = vm.createContext(c1); c1 === c2 is true (Daniel Kaplan) #51960
  • [d78a565713] - doc: clarify what moderation issues are for (Antoine du Hamel) #51990
  • [4cac07c931] - doc: add Hemanth HM mention to v21.7.0 changelog (Rafael Gonzaga) #52008
  • [73025c4dec] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #51991
  • [999c6b34fb] - doc: test for cli options (Aras Abbasi) #51623
  • [edd6190836] - doc: deprecate hmac public constructor (Marco Ippolito) #51881
  • [25c79f3331] - esm: drop support for import assertions (Nicolò Ribaudo) #52104
  • [d619aab575] - events: rename high & low watermark for consistency (Chemi Atlow) #52080
  • [e263946c2e] - events: extract addAbortListener for safe internal use (Chemi Atlow) #52081
  • [40ef2da8d6] - events: remove abort listener from signal in on (Neal Beeken) #51091
  • [61e5de1268] - fs: refactor maybeCallback function (Yagiz Nizipli) #52129
  • [39f1b899cd] - fs: fix edge case in readFileSync utf8 fast path (Richard Lau) #52101
  • [639c096004] - fs: validate fd from cpp on fchown (Yagiz Nizipli) #52051
  • [9ac1fe05d7] - fs: validate fd from cpp on close (Yagiz Nizipli) #52051
  • [3ec20f25df] - fs: validate file mode from cpp (Yagiz Nizipli) #52050
  • [8c0b723ccb] - fs,permission: make handling of buffers consistent (Tobias Nießen) #52348
  • [3fc8d2200e] - http2: fix h2-over-h2 connection proxying (Tim Perry) #52368
  • [b9d8a14a03] - http2: use internal addAbortListener (Chemi Atlow) #52081
  • [818c10e86d] - lib: improve perf of AbortSignal creation (Raz Luvaton) #52408
  • [3f5ff8dc20] - lib: .load .save add proper error message when no file passed (Thomas Mauran) #52225
  • [0a252c23d9] - lib: fix type error for _refreshLine (Jackson Tian) #52133
  • [14de082ab4] - lib: emit listening event once when call listen twice (theanarkh) #52119
  • [4e9ce7c035] - lib: make sure clear the old timer in http server (theanarkh) #52118
  • [20525f14b9] - lib: fix listen with handle in cluster worker (theanarkh) #52056
  • [8df54481f4] - meta: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot[bot]) #52314
  • [bcc102147a] - meta: bump rtCamp/action-slack-notify from 2.2.1 to 2.3.0 (dependabot[bot]) #52313
  • [4e7e0ef9c3] - meta: bump github/codeql-action from 3.24.6 to 3.24.9 (dependabot[bot]) #52312
  • [14a39881b8] - meta: bump actions/cache from 4.0.1 to 4.0.2 (dependabot[bot]) #52311
  • [2f8f90dadb] - meta: bump actions/setup-python from 5.0.0 to 5.1.0 (dependabot[bot]) #52310
  • [95efdaf01a] - meta: bump codecov/codecov-action from 4.1.0 to 4.1.1 (dependabot[bot]) #52308
  • [24c1a8e739] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52300
  • [60dcfad91e] - meta: pass Codecov upload token to codecov action (Michaël Zasso) #51982
  • [db1746182b] - module: disallow CJS <-> ESM edges in a cycle from require(esm) (Joyee Cheung) #52264
  • [d6b57f6629] - module: centralize SourceTextModule compilation for builtin loader (Joyee Cheung) #52291
  • [f4a0a3b04b] - module: warn on detection in typeless package (Geoffrey Booth) #52168
  • [8bc745944e] - module: eliminate performance cost of detection for cjs entry (Geoffrey Booth) #52093
  • [63d04d4d80] - module: fix detect-module not retrying as esm for cjs-only errors (Geoffrey Booth) #52024
  • [575ced8139] - module: print location of unsettled top-level await in entry points (Joyee Cheung) #51999
  • [075c95f61f] - module: refactor ESM loader initialization and entry point handling (Joyee Cheung) #51999
  • [45f0dd0192] - module,win: fix long path resolve (Stefan Stojanovic) #51097
  • [d89fc73d45] - net: use internal addAbortListener (Chemi Atlow) #52081
  • [f0e6acde2d] - node-api: make tsfn accept napi_finalize once more (Gabriel Schulhof) #51801
  • [ff93f3e1a8] - readline: use internal addAbortListener (Chemi Atlow) #52081
  • [4a6ca7a1d4] - src: remove erroneous CVE-2024-27980 revert option (Tobias Nießen) #52543
  • [64b67779f7] - src: disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#560
  • [9ef724bc81] - src: update branch name in node_revert.h (Tobias Nießen) #52390
  • [ec1550407b] - src: stop using v8::BackingStore::Reallocate (Michaël Zasso) #52292
  • [681b0a3df3] - src: address coverity warning in module_wrap.cc (Michael Dawson) #52143
  • [04319228e0] - src: fix move after use reported by coverity (Michael Dawson) #52141
  • [0eb2b727f6] - src: return a number from process.constrainedMemory() constantly (Chengzhong Wu) #52039
  • [bec9b5fccc] - src: use dedicated routine to compile function for builtin CJS loader (Joyee Cheung) #52016
  • [1f193165b9] - src: fix reading empty string views in Blob[De]serializer (Joyee Cheung) #52000
  • [fb356b3305] - src: refactor out FormatErrorMessage for error formatting (Joyee Cheung) #51999
  • [1a8ae9d6c0] - src: use callback-based array iteration in Blob (Joyee Cheung) #51758
  • [5cd2ec8bd5] - src: implement v8 array iteration using the new callback-based API (Joyee Cheung) #51758
  • [89a26b451e] - src: fix node_version.h (Joyee Cheung) #50375
  • [c02de658a1] - stream: make Duplex inherit destroy from Writable (Luigi Pinca) #52318
  • [63391e749d] - stream: add new when constructing ERR_MULTIPLE_CALLBACK (haze) #52110
  • [a9528e87b9] - stream: use internal addAbortListener (Chemi Atlow) #52081
  • [ee4fa77624] - test: fix watch test with require not testing pid (Raz Luvaton) #52353
  • [05cb16dc1a] - test: simplify ASan build checks (Michaël Zasso) #52430
  • [eb53121b77] - test: fix Windows compiler warnings in overlapped-checker (Michaël Zasso) #52405
  • [7dfa4750af] - test: add test for skip+todo combinations (Colin Ihrig) #52204
  • [5905596719] - test: fix incorrect test fixture (Colin Ihrig) #52185
  • [bae14b7914] - test: do not set concurrency on parallelized runs (Antoine du Hamel) #52177
  • [0b676736a0] - test: add missing cctest/test_path.cc (Yagiz Nizipli) #52148
  • [c714cda9a7] - test: add spawnSyncAndAssert util (Antoine du Hamel) #52132
  • [978d5a26c9] - test: reduce flakiness of test-runner-output.mjs (Colin Ihrig) #52146
  • [afaf889775] - test: skip test for dynamically linked OpenSSL (Richard Lau) #52542
  • [be75821a12] - test: add test for using --print with promises (Antoine du Hamel) #52137
  • [4e109e5958] - test: un-set test-emit-after-on-destroyed as flaky (Abdirahim Musse) #51995
  • [3f8cc88009] - test_runner: fix clearing final timeout in own callback (Ben Richeson) #52332
  • [52f8dcfccc] - test_runner: make end of work check stricter (Colin Ihrig) #52326
  • [433bd1b04d] - test_runner: fix recursive run (Moshe Atlow) #52322
  • [e57992ffb2] - test_runner: hide new line when no error in spec reporter (Moshe Atlow) #52297
  • [ac9e5e7527] - test_runner: improve describe.only behavior (Moshe Atlow) #52296
  • [2c024cd24d] - test_runner: disable highWatermark on TestsStream (Colin Ihrig) #52287
  • [7c02486f1f] - test_runner: run afterEach hooks in correct order (Colin Ihrig) #52239
  • [6af4049810] - test_runner: simplify test end time tracking (Colin Ihrig) #52182
  • [878047be0b] - test_runner: simplify test start time tracking (Colin Ihrig) #52182
  • [4648c83dbc] - test_runner: don't await the same promise for each test (Colin Ihrig) #52185
  • [f9755f6f79] - test_runner: emit diagnostics when watch mode drains (Moshe Atlow) #52130
  • [4ba9f45d99] - test_runner: ignore todo flag when running suites (Colin Ihrig) #52117
  • [6f4d6011ea] - test_runner: skip each hooks for skipped tests (Colin Ihrig) #52115
  • [05db979c01] - test_runner: run top level tests in a microtask (Colin Ihrig) #52092
  • [97b2c5344d] - test_runner: remove redundant report call (Colin Ihrig) #52089
  • [780d030bdf] - test_runner: use internal addAbortListener (Chemi Atlow) #52081
  • [814fa1ae74] - test_runner: use source maps when reporting coverage (Moshe Atlow) #52060
  • [3c5764a0e2] - test_runner: handle undefined test locations (Colin Ihrig) #52036
  • [328642bbb9] - test_runner: use paths for test locations (Colin Ihrig) #52010
  • [6d625fe616] - test_runner: support source mapped test locations (Colin Ihrig) #52010
  • [592c6907bf] - test_runner: avoid overwriting root start time (Colin Ihrig) #52020
  • [29b231763e] - test_runner: abort unfinished tests on async error (Colin Ihrig) #51996
  • [5d13419dbd] - test_runner: run before hook immediately if test started (Moshe Atlow) #52003
  • [8451990668] - test_runner: add support for null and date value output (Malthe Borch) #51920
  • [423ad47e0f] - tools: change inactive limit to 12 months (Yagiz Nizipli) #52425
  • [0d1e64f64c] - tools: update stale bot messaging (Wes Todd) #52423
  • [5bae73df90] - tools: update lint-md-dependencies to rollup@4.14.0 (Node.js GitHub Bot) #52398
  • [468cb99ba4] - tools: update Ruff to v0.3.4 (Michaël Zasso) #52302
  • [67b9dda003] - tools: run test-ubsan on ubuntu-latest (Michaël Zasso) #52375
  • [f1f32d89e0] - tools: update lint-md-dependencies to rollup@4.13.2 (Node.js GitHub Bot) #52286
  • [d7aa8fc9da] - Revert "tools: run build-windows workflow only on source changes" (Michaël Zasso) #52320
  • [a3b1fc3f27] - tools: use Python 3.12 in GitHub Actions workflows (Michaël Zasso) #52301
  • [021cf91208] - tools: allow local updates for llhttp (Paolo Insogna) #52085
  • [4d8602046e] - tools: install npm PowerShell scripts on Windows (Luke Karrys) #52009
  • [081319d762] - tools: update lint-md-dependencies to rollup@4.13.0 (Node.js GitHub Bot) #52122
  • [c43a944231] - tools: fix error reported by coverity in js2c.cc (Michael Dawson) #52142
  • [f05b241f07] - tools: sync ubsan workflow with asan (Michaël Zasso) #52152
  • [a21b15a14e] - tools: update github_reporter to 1.7.0 (Node.js GitHub Bot) #52121
  • [d60a871db2] - tools: remove gyp-next .github folder (Marco Ippolito) #52064
  • [6ad5353764] - tools: update gyp-next to 0.16.2 (Node.js GitHub Bot) #52062
  • [dab85bdc06] - tools: install manpage to share/man for FreeBSD (Po-Chuan Hsieh) #51791
  • [cde37e7b63] - tools: automate gyp-next update (Marco Ippolito) #52014
  • [925a464cb8] - url: remove #context from URLSearchParams (Matt Cowley) #51520
  • [893e2cf22b] - watch: fix some node argument not passed to watched process (Raz Luvaton) #52358
  • [fec7e505fc] - watch: use internal addAbortListener (Chemi Atlow) #52081
  • [4f68c7c1c9] - watch: mark as stable (Moshe Atlow) #52074
  • [257f32296d] - watch: batch file restarts (Moshe Atlow) #51992
2024-04-11 00:23:39
node

2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @RafaelGSS

This is a security release.

Notable Changes

  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows

Commits

2024-04-11 00:15:40
node

2024-04-10, Version 20.12.2 'Iron' (LTS), @RafaelGSS

This is a security release.

Notable Changes

  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows

Commits

2024-04-11 00:06:56
node

2024-04-10, Version 21.7.3 (Current), @RafaelGSS

This is a security release.

Notable Changes

  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows

Commits

2024-04-03 21:56:20
node

2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS

This is a security release.

Notable Changes

  • CVE-2024-27983 - Assertion failed in node::http2::Http2Session::~Http2Session() leads to HTTP/2 server crash- (High)
  • CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
  • llhttp version 9.2.1
  • undici version 5.28.4

Commits

2024-04-03 21:43:17
node

2024-04-03, Version 20.12.1 'Iron' (LTS), @RafaelGSS

This is a security release

Notable Changes

  • CVE-2024-27983 - Assertion failed in node::http2::Http2Session::~Http2Session() leads to HTTP/2 server crash- (High)
  • CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
  • llhttp version 9.2.1
  • undici version 5.28.4

Commits