Node v24.0.0 (Current)
Rafael Gonzaga
2025-05-06, Version 24.0.0 (Current), @RafaelGSS and @juanarbol
We’re excited to announce the release of Node.js 24! This release brings
several significant updates, including the upgrade of the V8 JavaScript
engine to version 13.6 and npm to version 11. Starting with
Node.js 24, support for MSVC has been removed, and ClangCL is now required
to compile Node.js on Windows. The AsyncLocalStorage
API now uses
AsyncContextFrame
by default, and URLPattern
is available globally.
These changes, along with many other improvements, continue to push the
platform forward.
As a reminder, Node.js 24 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
V8 13.6
The V8 engine is updated to version 13.6, which includes several new JavaScript features:
The V8 update was a contribution by Michaël Zasso in #58070.
npm 11
Node.js 24 comes with npm 11, which includes several improvements and new features. This update brings enhanced performance, improved security features, and better compatibility with modern JavaScript packages.
The npm update was a contribution by the npm team in #56274.
AsyncLocalStorage
defaults to AsyncContextFrame
AsyncLocalStorage
now uses AsyncContextFrame
by default, which provides a
more efficient implementation of asynchronous context tracking.
This change improves performance and makes the API more robust for advanced
use cases.
This change was a contribution by Stephen Belanger in #55552.
URLPattern
as a global
The URLPattern
API is now exposed on the global object, making it easier to use without
explicit imports. This API provides a powerful pattern matching system for URLs,
similar to how regular expressions work for strings.
This feature was a contribution by Jonas Badalič in #56950.
Permission Model Improvements
The experimental Permission Model introduced in Node.js 20 has been improved,
and the flag has been changed from --experimental-permission
to simply
--permission
, indicating its increasing stability and readiness for broader
adoption.
This change was a contribution by Rafael Gonzaga in #56240.
Test Runner Enhancements
The test runner module now automatically waits for subtests to finish, eliminating the need to manually await test promises. This makes writing tests more intuitive and reduces common errors related to unhandled promises.
The test runner improvements were contributions by Colin Ihrig in #56664.
Undici 7
Node.js 24 includes Undici 7, which brings numerous improvements to the HTTP client capabilities, including better performance and support for newer HTTP features.
Deprecations and Removals
Several APIs have been deprecated or removed in this release:
- Runtime deprecation of
url.parse()
- use the WHATWG URL API instead (#55017) - Removal of deprecated
tls.createSecurePair
(#57361) - Runtime deprecation of
SlowBuffer
(#55175) - Runtime deprecation of instantiating REPL without new (#54869)
- Deprecation of using Zlib classes without
new
(#55718) - Deprecation of passing
args
tospawn
andexecFile
in child_process (#57199)
Semver-Major Commits
- [
c6b934380a
] - (SEMVER-MAJOR) src: enableFloat16Array
on global object (Michaël Zasso) #58154 - [
69efb81a73
] - (SEMVER-MAJOR) src: enable explicit resource management (Michaël Zasso) #58154 - [
b00ff4270e
] - (SEMVER-MAJOR) src,test: unregister the isolate after disposal and before freeing (Joyee Cheung) #58070 - [
b81697d860
] - (SEMVER-MAJOR) src: use non-deprecated WriteUtf8V2() method (Yagiz Nizipli) #58070 - [
1f06169b87
] - (SEMVER-MAJOR) src: use non-deprecated Utf8LengthV2() method (Yagiz Nizipli) #58070 - [
eae9a296f0
] - (SEMVER-MAJOR) src: use V8-owned CppHeap (Joyee Cheung) #58070 - [
087c254a11
] - (SEMVER-MAJOR) test: fix test-fs-write for V8 13.6 (Michaël Zasso) #58070 - [
9e49bedd8e
] - (SEMVER-MAJOR) build: update list of installed cppgc headers (Michaël Zasso) #58070 - [
93cca8a43e
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.6 (Michaël Zasso) #58070 - [
347daa07be
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.5 (Michaël Zasso) #58070 - [
2a35d5a86c
] - (SEMVER-MAJOR) build: fix V8 TLS config for shared lib builds (Michaël Zasso) #58070 - [
b0fb5a09cf
] - (SEMVER-MAJOR) build: pass-fPIC
to linker as well for shared builds (Michaël Zasso) #58070 - [
dd4c5d6c73
] - (SEMVER-MAJOR) src,test: add V8 API to test the hash seed (Michaël Zasso) #58070 - [
1d5d7b6eed
] - (SEMVER-MAJOR) src: usev8::ExternalMemoryAccounter
(Michaël Zasso) #58070 - [
3779e43cce
] - (SEMVER-MAJOR) tools: update license-builder and LICENSE for V8 deps (Michaël Zasso) #58070 - [
82c2255206
] - (SEMVER-MAJOR) deps: remove deps/simdutf (Michaël Zasso) #58070 - [
8a258eb7b1
] - (SEMVER-MAJOR) test: handle explicit resource management globals (Michaël Zasso) #58070 - [
9e0d9b6024
] - (SEMVER-MAJOR) test: adapt assert tests to stack trace changes (Michaël Zasso) #58070 - [
f7406aa56d
] - (SEMVER-MAJOR) test: update test-linux-perf-logger (Michaël Zasso) #58070 - [
c7493fac5e
] - (SEMVER-MAJOR) Revert "test: disable fast API call count checks" (Michaël Zasso) #58070 - [
50a8527867
] - (SEMVER-MAJOR) src: replace uses of FastApiTypedArray (Michaël Zasso) #58070 - [
9c1ebb713c
] - (SEMVER-MAJOR) build: add/bigobj
to compile V8 on Windows (Michaël Zasso) #58070 - [
fb3d5ea45d
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.4 (Michaël Zasso) #58070 - [
756abacf73
] - (SEMVER-MAJOR) build,src,tools: adapt build config for V8 13.3 (Michaël Zasso) #58070 - [
f8953e54b0
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.2 (Michaël Zasso) #58070 - [
c8a0e205e1
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.1 (Michaël Zasso) #58070 - [
1689ee84ce
] - (SEMVER-MAJOR) build: enable shared RO heap with ptr compression (Michaël Zasso) #58070 - [
15f2fb9467
] - (SEMVER-MAJOR) build: remove support for s390 32-bit (Richard Lau) #58070 - [
4ab254c9f2
] - (SEMVER-MAJOR) deps: V8: backport 954187bb1b87 (Joyee Cheung) #58070 - [
732923b927
] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #58070 - [
972834d7c0
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #58070 - [
7098bff3a9
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #58070 - [
dc82c40d4a
] - (SEMVER-MAJOR) deps: use std::map in MSVC STL for EphemeronRememberedSet (Joyee Cheung) #58070 - [
42f5130ee2
] - (SEMVER-MAJOR) deps: patch V8 for illumos (Dan McDonald) #58070 - [
23b17dbd9e
] - (SEMVER-MAJOR) deps: remove problematic comment from v8-internal (Michaël Zasso) #58070 - [
c5d71fcdab
] - (SEMVER-MAJOR) deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #58070 - [
fbc2005b15
] - (SEMVER-MAJOR) deps: fix FP16 bitcasts.h (Stefan Stojanovic) #58070 - [
57f9430503
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #58070 - [
f26cab1b85
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 137 (Michaël Zasso) #58070 - [
f8923a4f17
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #58070 - [
c7964bc02b
] - (SEMVER-MAJOR) deps: update V8 to 13.6.233.8 (Michaël Zasso) #58070 - [
6682861d6f
] - (SEMVER-MAJOR) build: downgrade armv7 support to experimental (Michaël Zasso) #58071 - [
0579e0ec93
] - (SEMVER-MAJOR) buffer: move SlowBuffer to EOL (James M Snell) #58008 - [
a55f5d5e63
] - (SEMVER-MAJOR) readline: add stricter validation for functions called after closed (Dario Piotrowicz) #57680 - [
d16b0bae55
] - (SEMVER-MAJOR) http2: session tracking and graceful server close (Kushagra Pandey) #57586 - [
e2b94dc3f9
] - (SEMVER-MAJOR) readline: fix unicode line separators being ignored (Dario Piotrowicz) #57591 - [
4a47ce5ff9
] - (SEMVER-MAJOR) Revert "assert,util: revert recursive breaking change" (Ruben Bridgewater) #57622 - [
7d4db69049
] - (SEMVER-MAJOR) http: remove outgoingmessage _headers and _headersList (Yagiz Nizipli) #57551 - [
fabf9384e0
] - (SEMVER-MAJOR) fs: remove ability to call truncate with fd (Yagiz Nizipli) #57567 - [
a587bd2ee2
] - (SEMVER-MAJOR) net: make _setSimultaneousAccepts() end-of-life deprecated (Yagiz Nizipli) #57550 - [
c6bca3fd34
] - (SEMVER-MAJOR) child_process: deprecate passingargs
tospawn
andexecFile
(Daniel Venable) #57199 - [
e42c01b56d
] - (SEMVER-MAJOR) buffer: makebuflen
in integer range (zhenweijin) #51821 - [
cc08ad56b8
] - (SEMVER-MAJOR) tls: remove deprecated tls.createSecurePair (Jonas) #57361 - [
6f2a6b262b
] - (SEMVER-MAJOR) tls: make server.prototype.setOptions end-of-life (Yagiz Nizipli) #57339 - [
0c371d919e
] - (SEMVER-MAJOR) lib: remove obsolete Cipher export (James M Snell) #57266 - [
2cbf3c38db
] - (SEMVER-MAJOR) timers: check for immediate instance in clearImmediate (Gürgün Dayıoğlu) #57069 - [
4f512faf4a
] - (SEMVER-MAJOR) lib: unexpose six process bindings (Michaël Zasso) #57149 - [
8b40221777
] - (SEMVER-MAJOR) build: bump supported macOS version to 13.5 (Michaël Zasso) #57115 - [
5d7091f1bc
] - (SEMVER-MAJOR) timers: set several methods EOL (Yagiz Nizipli) #56966 - [
d1f8ccb10d
] - (SEMVER-MAJOR) url: expose urlpattern as global (Jonas) #56950 - [
ed52ab913b
] - (SEMVER-MAJOR) build: increase minimum Xcode version to 16.1 (Michaël Zasso) #56824 - [
1a2eb15bc6
] - (SEMVER-MAJOR) test_runner: remove promises returned by t.test() (Colin Ihrig) #56664 - [
96718268fe
] - (SEMVER-MAJOR) test_runner: remove promises returned by test() (Colin Ihrig) #56664 - [
aa3523ec22
] - (SEMVER-MAJOR) test_runner: automatically wait for subtests to finish (Colin Ihrig) #56664 - [
6857dbc018
] - (SEMVER-MAJOR) test: disable fast API call count checks (Michaël Zasso) #55014 - [
89f661dd66
] - (SEMVER-MAJOR) build: link V8 with atomic library (Michaël Zasso) #55014 - [
7e8752006a
] - (SEMVER-MAJOR) src: update GetForegroundTaskRunner override (Etienne Pierre-doray) #55014 - [
44b0e423dc
] - (SEMVER-MAJOR) build: remove support for ppc 32-bit (Michaël Zasso) #55014 - [
6f965260dd
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.0 (Michaël Zasso) #55014 - [
52d39441d0
] - (SEMVER-MAJOR) deps: V8: cherry-pick f915fa4c9f41 (Olivier Flückiger) #55014 - [
99ffe3555a
] - (SEMVER-MAJOR) deps: V8: cherry-pick 0d5d6e71bbb0 (Yagiz Nizipli) #55014 - [
5d8011d91c
] - (SEMVER-MAJOR) deps: V8: cherry-pick 0c11feeeca4a (Michaël Zasso) #55014 - [
d85d2f8350
] - (SEMVER-MAJOR) deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #55014 - [
e8f55f7b7a
] - (SEMVER-MAJOR) deps: always define V8_NODISCARD as no-op (Michaël Zasso) #55014 - [
b3c1b63a5d
] - (SEMVER-MAJOR) deps: fix FP16 bitcasts.h (Stefan Stojanovic) #55014 - [
d0361f0bba
] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #55014 - [
a4e0fce896
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #55014 - [
4f8fd566cc
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #55014 - [
1142f78f1d
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #55014 - [
7917b67313
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 134 (Michaël Zasso) #55014 - [
1f654e655c
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #55014 - [
5edec0e39a
] - (SEMVER-MAJOR) deps: update V8 to 13.0.245.25 (Michaël Zasso) #55014 - [
25b22e4754
] - (SEMVER-MAJOR) deps: upgrade npm to 11.0.0 (npm team) #56274 - [
529b56ef9d
] - (SEMVER-MAJOR) fs: deprecate passing invalid types infs.existsSync
(Carlos Espa) #55753 - [
bf3bc4ec2f
] - (SEMVER-MAJOR) src: drop --experimental-permission in favour of --permission (Rafael Gonzaga) #56240 - [
fd8de670da
] - (SEMVER-MAJOR) stream: catch and forward error from dest.write (jakecastelli) #55270 - [
47b80c293d
] - (SEMVER-MAJOR) deps: update undici to 7.0.0 (Node.js GitHub Bot) #56070 - [
58982d712b
] - (SEMVER-MAJOR) src: add async context frame to AsyncResource (Gerhard Stöbich) #56082 - [
4ee87b8bc3
] - (SEMVER-MAJOR) zlib: deprecate classes usage withoutnew
(Yagiz Nizipli) #55718 - [
b02cd411c2
] - (SEMVER-MAJOR) fs: runtime deprecatefs.F_OK
,fs.R_OK
,fs.W_OK
,fs.X_OK
(Livia Medeiros) #49686 - [
d9540b51eb
] - (SEMVER-MAJOR) fs: removedirent.path
(Antoine du Hamel) #55548 - [
0368f2f662
] - (SEMVER-MAJOR) repl: runtime deprecate instantiating without new (Aviv Keller) #54869 - [
03dcd7077a
] - (SEMVER-MAJOR) src: nuke deprecated and un-used enum members inOptionEnvvarSettings
(Juan José) #53079 - [
51ae57673d
] - (SEMVER-MAJOR) lib: make ALS default to AsyncContextFrame (Stephen Belanger) #55552 - [
11fbdd8c9d
] - (SEMVER-MAJOR) url: runtime deprecate url.parse (Yagiz Nizipli) #55017 - [
019efe1453
] - (SEMVER-MAJOR) lib: runtime deprecate SlowBuffer (Rafael Gonzaga) #55175
Semver-Minor Commits
- [
bf9f25719a
] - (SEMVER-MINOR) esm: graduate import.meta properties (James M Snell) #58011 - [
947c6a4405
] - (SEMVER-MINOR) src: add ExecutionAsyncId getter for any Context (Attila Szegedi) #57820 - [
ea04184328
] - (SEMVER-MINOR) worker: add worker.getHeapStatistics() (Matteo Collina) #57888 - [
ec79f7686d
] - (SEMVER-MINOR) util: addtypes.isFloat16Array()
(Livia Medeiros) #57879 - [
13dee58d0e
] - (SEMVER-MINOR) test_runner: add global setup and teardown functionality (Pietro Marchini) #57438 - [
932c2d9c70
] - (SEMVER-MINOR) stream: preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #57865 - [
18d6249580
] - (SEMVER-MINOR) repl: add support for multiline history (Giovanni Bucci) #57400 - [
c3e44342d9
] - (SEMVER-MINOR) lib: add defaultValue and name options to AsyncLocalStorage (James M Snell) #57766 - [
f99f815641
] - (SEMVER-MINOR) doc: graduate multiple experimental apis (James M Snell) #57765 - [
21f3c96199
] - (SEMVER-MINOR) esm: support top-level Wasm without package type (Guy Bedford) #57610 - [
ada34bd0ea
] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #57165 - [
05cf1410b1
] - (SEMVER-MINOR) assert: mark partialDeepStrictEqual() as stable (Ruben Bridgewater) #57370 - [
57e49ee777
] - (SEMVER-MINOR) esm: support source phase imports for WebAssembly (Guy Bedford) #56919 - [
55413004c8
] - (SEMVER-MINOR) stream: handle generator destruction from Duplex.from() (Matthieu Sieben) #55096
Semver-Patch Commits
- [
7df9558efc
] - assert: supportFloat16Array
in loose deep equality checks (Livia Medeiros) #57881 - [
d9e78c00c1
] - assert,util: fix constructor lookup in deep equal comparison (Ruben Bridgewater) #57876 - [
f4572f0826
] - assert,util: improve deep object comparison performance (Ruben Bridgewater) #57648 - [
2e9fb6e1e0
] - assert,util: improve unequal number comparison performance (Ruben Bridgewater) #57619 - [
5f9cc5ecbb
] - assert,util: improve array comparison (Ruben Bridgewater) #57619 - [
b5b192314c
] - async_hooks: enable AsyncLocalStorage once constructed (Chengzhong Wu) #58029 - [
442b4162fb
] - benchmark: add sqlite prepare select get (Vinícius Lourenço) #58040 - [
2d894eacae
] - benchmark: add sqlite prepare select all (Vinícius Lourenço) #58040 - [
4d47f3afef
] - benchmark: add sqlite is transaction (Vinícius Lourenço) #58040 - [
85f2bbc02b
] - benchmark: add sqlite prepare insert (Vinícius Lourenço) #58040 - [
e61b38e47d
] - benchmark: disambiguatefilename
anddirname
read perf (Antoine du Hamel) #58056 - [
ca86c93390
] - buffer: avoid creating unnecessary environment (Yagiz Nizipli) #58053 - [
dc22890dd8
] - buffer: improve byteLength performance (Yagiz Nizipli) #58048 - [
619bf86fe9
] - buffer: define global v8::CFunction objects as const (Mert Can Altin) #57676 - [
d24414ceec
] - build: use$(BUILDTYPE)
when cleaning coverage files (Aviv Keller) #57995 - [
004913992c
] - build: define python when generatingout/Makefile
(Aviv Keller) #57970 - [
77d11f9c7c
] - build: fix zstd libname (Antoine du Hamel) #57999 - [
74473af8ee
] - build: use clang-cl in coverage-windows workflow (Michaël Zasso) #57919 - [
46fc497e7b
] - build: fix missing files warning (Luigi Pinca) #57870 - [
403264c02e
] - build: remove redundant-mXX
flags for V8 (Michaël Zasso) #57907 - [
e55b02b368
] - build: drop support for python 3.8 (Aviv Keller) #55239 - [
234c71077b
] - crypto: fix cross-realmSharedArrayBuffer
validation (Antoine du Hamel) #57974 - [
14367588d8
] - crypto: fix cross-realm check ofArrayBuffer
(Felipe Forbeck) #57828 - [
0f55a96e9c
] - crypto: forbid passingFloat16Array
togetRandomValues()
(Livia Medeiros) #57880 - [
dce6f43a4f
] - crypto: revert dangerous uses of std::string_view (Tobias Nießen) #57816 - [
fd3fb0c347
] - crypto: fix misleading positional argument (Tobias Nießen) #57843 - [
92aae40dce
] - crypto: make auth tag size assumption explicit (Tobias Nießen) #57803 - [
4793bb2fdc
] - crypto: remove CipherBase::Init (Tobias Nießen) #57787 - [
e567952388
] - crypto: remove BoringSSL dh-primes addition (Shelley Vohr) #57023 - [
270ab65ee4
] - deps: update ada to 3.2.3 (Node.js GitHub Bot) #58045 - [
f725127c19
] - deps: update zstd to 1.5.7 (Node.js GitHub Bot) #57940 - [
fd6adb7de6
] - deps: update simdutf to 6.5.0 (Node.js GitHub Bot) #57939 - [
cdedec7e29
] - deps: update undici to 7.8.0 (Node.js GitHub Bot) #57770 - [
878dc9337e
] - deps: update zlib to 1.3.0.1-motley-780819f (Node.js GitHub Bot) #57768 - [
3e885e1441
] - deps: update timezone to 2025b (Node.js GitHub Bot) #57857 - [
e92e100c9d
] - deps: update amaro to 0.5.2 (Node.js GitHub Bot) #57871 - [
afc49db038
] - deps: update simdutf to 6.4.2 (Node.js GitHub Bot) #57855 - [
70bd8bc174
] - deps: delete OpenSSL demos, doc and test folders (Michaël Zasso) #57835 - [
40dcd4a3d1
] - deps: upgrade npm to 11.3.0 (npm team) #57801 - [
678d82b9be
] - deps: update c-ares to v1.34.5 (Node.js GitHub Bot) #57792 - [
f079c4aa37
] - deps: update simdutf to 6.4.0 (Node.js GitHub Bot) #56764 - [
ec29f563a9
] - deps: update ada to 3.2.2 (Yagiz Nizipli) #57693 - [
95296d0d84
] - deps: update amaro to 0.5.1 (Marco Ippolito) #57704 - [
c377394657
] - deps: update undici to 7.6.0 (nodejs-github-bot) #57685 - [
a56175561a
] - deps: update amaro to 0.5.0 (nodejs-github-bot) #57687 - [
a86912a462
] - deps: update icu to 77.1 (Node.js GitHub Bot) #57455 - [
0b2cf1b642
] - deps: update undici to 7.5.0 (Node.js GitHub Bot) #57427 - [
c3927aa558
] - deps: upgrade npm to 11.2.0 (npm team) #57334 - [
9c7bc95f56
] - deps: update undici to 7.4.0 (Node.js GitHub Bot) #57236 - [
9dee7b94bf
] - deps: update undici to 7.3.0 (Node.js GitHub Bot) #56624 - [
cadc4ed067
] - deps: upgrade npm to 11.1.0 (npm team) #56818 - [
5770972dc6
] - deps: update undici to 7.2.1 (Node.js GitHub Bot) #56569 - [
67b647edc7
] - deps: update undici to 7.2.0 (Node.js GitHub Bot) #56335 - [
6c03beba46
] - deps: update undici to 7.1.0 (Node.js GitHub Bot) #56179 - [
8b4bacdf1a
] - dns: restore dns query cache ttl (Ethan Arrowood) #57640 - [
f6a085da3f
] - doc: mark Node.js 18 as End-of-Life (Richard Lau) #58084 - [
ca67c002d6
] - doc: add dario-piotrowicz to collaborators (Dario Piotrowicz) #58102 - [
cdb3d01194
] - doc: fix formatting ofimport.meta.filename
section (Antoine du Hamel) #58079 - [
0557d60f41
] - doc: fix env variable name inutil.styleText
(Antoine du Hamel) #58072 - [
d5783af1fe
] - doc: add returns for https.get (Eng Zer Jun) #58025 - [
a2260a4a18
] - doc: fix typo inbuffer.md
(chocolateboy) #58052 - [
352df168da
] - doc: reserve module version 136 for Electron 37 (Calvin) #57979 - [
ebbbdd15a1
] - doc: correct deprecation type ofassert.CallTracker
(René) #57997 - [
36b0a296db
] - doc: fixAsyncLocalStorage
example response changes after node v18 (Naor Tedgi (Abu Emma)) #57969 - [
8b4adfb439
] - doc: fix linter errors (Antoine du Hamel) #57987 - [
626b26d888
] - doc: mark devtools integration section as active development (Chengzhong Wu) #57886 - [
56a808d20b
] - doc: fix typo inmodule.md
(Alex Schwartz) #57889 - [
df90bd9656
] - doc: increase z-index of header element (Dario Piotrowicz) #57851 - [
74c415d46a
] - doc: add missing TS formats forload
hooks (Antoine du Hamel) #57837 - [
ce1b5aabd4
] - doc: clarify the multi REPL example (Dario Piotrowicz) #57759 - [
deb434e61f
] - doc: fix deprecation type forDEP0148
(Livia Medeiros) #57785 - [
a5ef2e8858
] - doc: list DOMException as a potential error raised by Node.js (Chengzhong Wu) #57783 - [
f66a2717ee
] - doc: add missing v0.x changelog entries (Antoine du Hamel) #57779 - [
05098668ba
] - doc: fix typo in writing-docs (Sebastian Beltran) #57776 - [
379718e26e
] - doc: clarify examples section in REPL doc (Dario Piotrowicz) #57762 - [
952a212377
] - doc: explicitly state that corepack will be removed in v25+ (Trivikram Kamat) #57747 - [
81066717d0
] - doc: update position type to integer | null in fs (Yukihiro Hasegawa) #57745 - [
a00fec62f9
] - doc: allow the $schema property in node.config.json (Remco Haszing) #57560 - [
cc848986ad
] - doc: update CI instructions (Antoine du Hamel) #57743 - [
576a6df5bb
] - doc: update example of usingawait
in REPL (Dario Piotrowicz) #57653 - [
0a15b00d34
] - doc: add back mention of visa fees to onboarding doc (Darshan Sen) #57730 - [
766d9a8eac
] - doc: remove link toQUIC.md
(Antoine du Hamel) #57729 - [
a8da209796
] - doc: process.execve is only unavailable for Windows (Yaksh Bariya) #57726 - [
d066d1fcec
] - doc: mark type stripping as release candidate (Marco Ippolito) #57705 - [
35096b7353
] - doc: clarifyunhandledRejection
events behaviors in process doc (Dario Piotrowicz) #57654 - [
27b113dced
] - doc: improved fetch docs (Alessandro Miliucci) #57296 - [
310ccb5b7d
] - doc: document REPL custom eval arguments (Dario Piotrowicz) #57690 - [
44dfbeca23
] - doc: classify Chrome DevTools Protocol as tier 2 (Chengzhong Wu) #57634 - [
1e920a06c7
] - doc: mark multiple vm module APIS stable (James M Snell) #57513 - [
db770a0b3b
] - doc: correct status of require(esm) warning in v20 changelog (Joyee Cheung) #57529 - [
24c460dc0c
] - doc: reserve NMV 135 for Electron 36 (David Sanders) #57151 - [
5119049ca6
] - doc: fix faulty YAML metadata (Antoine du Hamel) #56508 - [
7bedcfd4a2
] - doc: fix typo (Alex Yang) #56125 - [
069ec1b983
] - doc: consolidate history table of CustomEvent (Edigleysson Silva (Edy)) #55758 - [
304f164f52
] - doc,build,win: update docs with clang (Stefan Stojanovic) #57991 - [
c4ca0d7ab1
] - esm: avoidimport.meta
setup costs for unused properties (Antoine du Hamel) #57286 - [
073d40be42
] - fs: added test for missing call to uv_fs_req_cleanup (Justin Nietzel) #57811 - [
52e4967f45
] - fs: add missing call to uv_fs_req_cleanup (Justin Nietzel) #57811 - [
3edea66431
] - fs: improve globSync performance (Rich Trott) #57725 - [
b8865dfda5
] - fs: only show deprecation warning when error code matches (Antoine du Hamel) #56549 - [
c91ce2120c
] - fs: fixgetDirent().parentPath
when type isUV_DIRENT_UNKNOWN
(Livia Medeiros) #55553 - [
5e9cac2714
] - http2: add raw header array support to h2Session.request() (Tim Perry) #57917 - [
924ebcd7f7
] - http2: use args.This() instead of args.Holder() (Joyee Cheung) #58004 - [
a3655645d9
] - http2: fix graceful session close (Kushagra Pandey) #57808 - [
406b06b046
] - http2: fix check forframe->hd.type
(hanguanqiang) #57644 - [
8f3aeea613
] - http2: skip writeHead if stream is closed (Shima Ryuhei) #57686 - [
398674a25a
] - lib: avoid StackOverflow onserializeError
(Chengzhong Wu) #58075 - [
4ef6376cff
] - lib: resolve the issue of not adhering to the specified buffer size (0hm☘️🏳️⚧️) #55896 - [
5edcb28583
] - lib: fix AbortSignal.any() with timeout signals (Gürgün Dayıoğlu) #57867 - [
68c5954d59
] - lib: use Map primordial for ActiveAsyncContextFrame (Gürgün Dayıoğlu) #57670 - [
62640750fd
] - meta: allow penetration testing on live system with prior authorization (Matteo Collina) #57966 - [
33803a5fbb
] - meta: fix subsystem in commit title (Luigi Pinca) #57945 - [
7e195ec8f8
] - meta: bump Mozilla-Actions/sccache-action from 0.0.8 to 0.0.9 (dependabot[bot]) #57720 - [
6ab9db9552
] - meta: bump actions/download-artifact from 4.1.9 to 4.2.1 (dependabot[bot]) #57719 - [
f0c84a6aab
] - meta: bump actions/setup-python from 5.4.0 to 5.5.0 (dependabot[bot]) #57718 - [
eb1a515c99
] - meta: bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (dependabot[bot]) #57717 - [
89c156d715
] - meta: bump github/codeql-action from 3.28.10 to 3.28.13 (dependabot[bot]) #57716 - [
8e27c827fa
] - meta: bump actions/cache from 4.2.2 to 4.2.3 (dependabot[bot]) #57715 - [
dd5e580acd
] - meta: bump actions/setup-node from 4.2.0 to 4.3.0 (dependabot[bot]) #57714 - [
4876e1658f
] - meta: bump actions/upload-artifact from 4.6.1 to 4.6.2 (dependabot[bot]) #57713 - [
004914722f
] - module: fix incorrect formatting in require(esm) cycle error message (haykam821) #57453 - [
a5406899db
] - module: improvegetPackageType
performance (Dario Piotrowicz) #57599 - [
6adbbe2887
] - module: remove unnecessaryreadPackage
function (Dario Piotrowicz) #57596 - [
1e490aa570
] - module: improve typescript error message format (Marco Ippolito) #57687 - [
ecd081df82
] - node-api: add nested object wrap and napi_ref test (Chengzhong Wu) #57981 - [
b4f6aa8a87
] - node-api: convert NewEnv to node_napi_env__::New (Vladimir Morozov) #57834 - [
8cd98220af
] - os: fix netmask format check condition in getCIDR function (Wiyeong Seo) #57324 - [
8b83ab39e3
] - process: disable building execve on IBM i (Abdirahim Musse) #57883 - [
9230f22029
] - process: remove support for undocumented symbol (Antoine du Hamel) #56552 - [
5835de65ee
] - quic: fix debug log (jakecastelli) #57689 - [
14b357940c
] - Revert "readline: add stricter validation for functions called after closed" (Dario Piotrowicz) #58024 - [
ab99ee6f4c
] - repl: fix multiline history editing string order (Giovanni Bucci) #57874 - [
160da87484
] - repl: deprecaterepl.builtinModules
(Dario Piotrowicz) #57508 - [
10eb2b079e
] - sqlite: add location method (Edy Silva) #57860 - [
da05addc5e
] - sqlite: add getter to detect transactions (Colin Ihrig) #57925 - [
0df87e07a0
] - sqlite: add timeout options to DatabaseSync (Edy Silva) #57752 - [
2b2a0bf96b
] - sqlite: add setReturnArrays method to StatementSync (Gürgün Dayıoğlu) #57542 - [
064e0ebc90
] - sqlite: enable common flags (Edy Silva) #57621 - [
26fa594454
] - sqlite: refactor prepared statement iterator (Colin Ihrig) #57569 - [
0bf2c2827c
] - sqlite,doc,test: add aggregate function (Edy Silva) #56600 - [
da281d7651
] - sqlite,src: refactor sqlite value conversion (Edy Silva) #57571 - [
413e93ce7d
] - src: only block on user blocking worker tasks (Joyee Cheung) #58047 - [
a5d01667e1
] - src: use priority queue to run worker tasks (Joyee Cheung) #58047 - [
d2f5ceb757
] - src: add more debug logs and comments in NodePlatform (Joyee Cheung) #58047 - [
130eaa20a4
] - src: improve parsing of boolean options (Edy Silva) #58039 - [
f7ab6300de
] - src: remove unused detachArrayBuffer method (Yagiz Nizipli) #58055 - [
d712aa4cc0
] - src: fix internalModuleStat v8 fast path (Yagiz Nizipli) #58054 - [
902cbe66a2
] - src: fix EnvironmentOptions.async_context_frame default value (Chengzhong Wu) #58030 - [
cfb39b9adb
] - src: annotate BaseObjects in the heap snapshots correctly (Joyee Cheung) #57417 - [
4e02f239e4
] - src: use macros to reduce code duplication is cares_wrap (James M Snell) #57937 - [
f36d30043a
] - src: improve error handling in cares_wrap (James M Snell) #57937 - [
88f047b828
] - src: use ranges library (C++20) to simplify code (Daniel Lemire) #57975 - [
09206e9731
] - src: fix -Wunreachable-code-return in node_sea (Shelley Vohr) #57664 - [
87fd838a73
] - src: add dcheck_eq for Object::New constructor calls (Jonas) #57943 - [
2877207e19
] - src: move windows specific fns to_WIN32
(Yagiz Nizipli) #57951 - [
b4055150bd
] - src: avoid calling SetPrototypeV2() (Yagiz Nizipli) #57949 - [
46062f14e7
] - src: change DCHECK to CHECK (Wuli Zuo) #57948 - [
a1106cc878
] - src: improve thread safety of TaskQueue (Shelley Vohr) #57910 - [
99ed5034ea
] - src: fixup errorhandling more in various places (James M Snell) #57852 - [
227f2cb9a8
] - src: fix typo in comments (Edy Silva) #57868 - [
a7d614a930
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57646 - [
4e7ae97dce
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57642 - [
aab4adb34e
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57578 - [
fded233676
] - src: migrate from deprecated SnapshotCreator constructor (Joyee Cheung) #55337 - [
8c5f9b4708
] - src: improve error message for invalid child stdio type in spawn_sync (Dario Piotrowicz) #57589 - [
14d751a736
] - src: implement util.types fast API calls (Ruben Bridgewater) #57819 - [
5e14fd13aa
] - src: enter and lock isolate properly in json parser (Joyee Cheung) #57823 - [
34350019f8
] - src: add BaseObjectPtr nullptr operations (Chengzhong Wu) #56585 - [
d50b8a8815
] - src: removevoid*
->char*
->void*
casts (Tobias Nießen) #57791 - [
2b0f65ed5f
] - src: improve error handling innode_env_var.cc
(Antoine du Hamel) #57767 - [
fc5295521a
] - src: improve error handling in node_http2 (James M Snell) #57764 - [
c707633f45
] - src: improve error handing in node_messaging (James M Snell) #57760 - [
4093de6ff5
] - src: improve error handling in crypto_x509 (James M Snell) #57757 - [
d309712820
] - src: improve error handling in callback.cc (James M Snell) #57758 - [
6d39c47ee8
] - src: improve StringBytes error handling (James M Snell) #57706 - [
3ff37a844f
] - src: initialize privateSymbols for per_context (Jason Zhang) #57479 - [
56380df40c
] - src: improve error handling in process.env handling (James M Snell) #57707 - [
db8b29d282
] - src: remove unused variable in crypto_x509.cc (Michaël Zasso) #57754 - [
ed72044cca
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57733 - [
50f57073d8
] - src: fix kill signal 0 on Windows (Stefan Stojanovic) #57695 - [
e144b69044
] - src: fixup fs SyncCall to propagate errors correctly (James M Snell) #57711 - [
f58c12078b
] - src: fix inefficient usage of v8_inspector::StringView (Simon Zünd) #52372 - [
a3ad331ce5
] - src: disable abseil deadlock detection (Chengzhong Wu) #57582 - [
e4ff2b6fad
] - src: remove deleted tls file (Shelley Vohr) #57481 - [
d5db63a1a8
] - Revert "src: do not expose simdjson.h in node_config_file.h" (James M Snell) #57197 - [
076a99f11d
] - src: do not expose simdjson.h in node_config_file.h (Cheng) #57173 - [
ad845588d0
] - Revert "src: modernize cleanup queue to use c++20" (Richard Lau) #56846 - [
581b44421a
] - src: modernize cleanup queue to use c++20 (Yagiz Nizipli) #56063 - [
a154352215
] - src,permission: make ERR_ACCESS_DENIED more descriptive (Rafael Gonzaga) #57585 - [
6156f8a6d5
] - Revert "stream: handle generator destruction from Duplex.from()" (jakecastelli) #56278 - [
a0077c9b8b
] - test: remove deadlock workaround (Joyee Cheung) #58047 - [
1f2b26172a
] - test: prevent extraneous HOSTNAME substitution in test-runner-output (René) #58076 - [
9ba16469c3
] - test: update WPT for WebCryptoAPI to b48efd681e (Node.js GitHub Bot) #58044 - [
3d708e0132
] - test: add missing newlines to repl .exit writes (Dario Piotrowicz) #58041 - [
3457aee009
] - test: use validateByRetainingPath in heapdump tests (Joyee Cheung) #57417 - [
3d34c5f5e3
] - test: add fast api tests for getLibuvNow() (Yagiz Nizipli) #58022 - [
b8b019245b
] - test: add ALS test using http agent keep alive (Gerhard Stöbich) #58017 - [
cbd2abeb8d
] - test: deflake test-http2-options-max-headers-block-length (Luigi Pinca) #57959 - [
21d052a578
] - test: rename to getCallSites (Wuli Zuo) #57948 - [
f2fd19e641
] - test: force GC in test-file-write-stream4 (Luigi Pinca) #57930 - [
7039173398
] - test: enable skipped colorize test (Shima Ryuhei) #57887 - [
baa6968f95
] - test: update WPT for WebCryptoAPI to 164426ace2 (Node.js GitHub Bot) #57854 - [
660d238798
] - test: deflake test-buffer-large-size (jakecastelli) #57789 - [
ce2274d52f
] - test: add test for frame count being 0.5 (Jake Yuesong Li) #57732 - [
9d2a09db00
] - test: fix the decimal fractions explaination (Jake Yuesong Li) #57732 - [
12f4124af8
] - Revert "test: add tests for REPL custom evals" (Tobias Nießen) #57793 - [
3cdf8ec7c7
] - test: add tests for REPL custom evals (Dario Piotrowicz) #57691 - [
9af8b92fb4
] - test: update expected error message for macOS (Antoine du Hamel) #57742 - [
eaec2b5169
] - test: fix dangling promise in test_runner no isolation test setup (Jacob Smith) #57595 - [
51ded6eaeb
] - test: improve test description (jakecastelli) #56943 - [
75b9c1cdd8
] - test: remove test-macos-app-sandbox flaky designation (Luigi Pinca) #56471 - [
72537f5631
] - test: remove flaky test-pipe-file-to-http designation (Luigi Pinca) #56472 - [
984a472137
] - test: remove test-runner-watch-mode-complex flaky designation (Luigi Pinca) #56470 - [
23275cc7bc
] - test: add test case forutil.inspect
(Jordan Harband) #55778 - [
99e4685636
] - test_runner: support mocking json modules (Jacob Smith) #58007 - [
8207828aad
] - test_runner: recalculate run duration on watch restart (Pietro Marchini) #57786 - [
7416a7f35a
] - test_runner: match minimum file column to 'all files' (Shima Ryuhei) #57848 - [
87ac6cfed7
] - test_runner: improve --test-timeout to be per test (jakecastelli) #57672 - [
ae08210e37
] - tools: ignore V8 tests in CodeQL scans (Rich Trott) #58081 - [
25c17ab365
] - tools: enable CodeQL config file (Rich Trott) #58036 - [
c3d2a1c723
] - tools: ignore test directory in CodeQL scans (Rich Trott) #57978 - [
d31e630462
] - tools: add semver-major release support to release-lint (Antoine du Hamel) #57892 - [
3a99975a88
] - tools: add codeql nightly (Rafael Gonzaga) #57788 - [
77dee41a5d
] - tools: edit create-release-proposal workflow to handle pr body length (Elves Vieira) #57841 - [
6592803bd0
] - tools: add zstd updater to workflow (KASEYA\yahor.siarheyenka) #57831 - [
c08349393b
] - tools: remove unusedosx-pkg-postinstall.sh
(Antoine du Hamel) #57667 - [
82bb228796
] - tools: do not use temp files when merging PRs (Antoine du Hamel) #57790 - [
f2cdc98e75
] - tools: update gyp-next to 0.20.0 (Node.js GitHub Bot) #57683 - [
02d36cd61d
] - tools: update doc to new version (Node.js GitHub Bot) #57769 - [
74ac98c78e
] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #57721 - [
dcba975031
] - tools: enable linter intest/fixtures/source-map/output
(Antoine du Hamel) #57700 - [
b9043c9e9b
] - tools: enable linter intest/fixtures/errors
(Antoine du Hamel) #57701 - [
bbbf49812e
] - tools: enable linter intest/fixtures/test-runner/output
(Antoine du Hamel) #57698 - [
9f1ad3c6da
] - tools: enable linter intest/fixtures/eval
(Antoine du Hamel) #57699 - [
98df74464f
] - tools: enable linter on some fixtures file (Antoine du Hamel) #57674 - [
cf02cdb799
] - tools: update ESLint to 9.23 (Antoine du Hamel) #57673 - [
8790348303
] - tools: update doc to new version (Node.js GitHub Bot) #57085 - [
b1ee186a62
] - tools: update doc to new version (Node.js GitHub Bot) #51192 - [
be34b5e7fc
] - tools: disable doc building when ICU is not available (Antoine du Hamel) #51192 - [
6a486347fb
] - url: improve canParse() performance for non-onebyte strings (Yagiz Nizipli) #58023 - [
7e3503fff1
] - util: fix parseEnv handling of invalid lines (Augustin Mauroy) #57798 - [
594269fcca
] - util: fix formatting of objects with built-in Symbol.toPrimitive (Shima Ryuhei) #57832 - [
8ca56a8db8
] - util: preservelength
of deprecated functions (Livia Medeiros) #57806 - [
6add4c56aa
] - util: fix parseEnv incorrectly splitting multiple ‘=‘ in value (HEESEUNG) #57421 - [
e577618227
] - util: inspect: enumerable Symbols no longer have square brackets (Jordan Harband) #55778 - [
cb7eb15161
] - watch: clarify completion/failure watch mode messages (Dario Piotrowicz) #57926 - [
65562127bd
] - watch: check parent and child path properly (Jason Zhang) #57425 - [
b39fb9aa7f
] - win: fix SIGQUIT on ClangCL (Stefan Stojanovic) #57659 - [
76c5ea669d
] - worker: add ESM version examples to worker docs (fisker Cheung) #57645 - [
17965eb33d
] - zlib: fix pointer alignment (jhofstee) #57727
Windows 64-bit Installer: https://nodejs.org/dist/v24.0.0/node-v24.0.0-x64.msi
Windows ARM 64-bit Installer: https://nodejs.org/dist/v24.0.0/node-v24.0.0-arm64.msi
Windows 64-bit Binary: https://nodejs.org/dist/v24.0.0/win-x64/node.exe
Windows ARM 64-bit Binary: https://nodejs.org/dist/v24.0.0/win-arm64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v24.0.0/node-v24.0.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-aix-ppc64.tar.gz
ARMv8 64-bit Binary: https://nodejs.org/dist/v24.0.0/node-v24.0.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v24.0.0/node-v24.0.0.tar.gz
Other release files: https://nodejs.org/dist/v24.0.0/
Documentation: https://nodejs.org/docs/v24.0.0/api/
SHASUMS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
0befccb7064fd8430adc6cc749cf1df5be592c704d876ec0964c310cd36291f5 node-v24.0.0-aix-ppc64.tar.gz
feb30061237f2ca01720869fdd1b7b7fbed5808c7912a6860b4c4a31543232c9 node-v24.0.0-arm64.msi
194e2f3dd3ec8c2adcaa713ed40f44c5ca38467880e160974ceac1659be60121 node-v24.0.0-darwin-arm64.tar.gz
2094ffe8d719e19a50105666828867730a43161dcd18f64a31e442fdce9f7b1d node-v24.0.0-darwin-arm64.tar.xz
f716b3ce14a7e37a6cbf97c9de10d444d7da07ef833cd8da81dd944d111e6a4a node-v24.0.0-darwin-x64.tar.gz
c88f0dbac5a2e693296e5651f0df515d5e672fdfc689e8fc54d93ed88928cc52 node-v24.0.0-darwin-x64.tar.xz
4605ee37eef345568f43de8c1843f3f7a243865654c1e942c50584de6bd59bb5 node-v24.0.0-headers.tar.gz
8e3e44a661b0490bf14f3d05499010dc6e059f9aef33982df596d5a364ce8a65 node-v24.0.0-headers.tar.xz
4104136ddd3d2f167d799f1b21bac72ccf500d80c24be849195f831df6371b83 node-v24.0.0-linux-arm64.tar.gz
d40ec7ffe0b82b02dce94208c84351424099bd70fa3a42b65c46d95322305040 node-v24.0.0-linux-arm64.tar.xz
04654c22d8f9fc3021a27f37a95c16f820870908a49cd361f4cf74ed14509a10 node-v24.0.0-linux-ppc64le.tar.gz
cfa0e8d51a2f9a446f1bfb81cdf4c7e95336ad622e2aa230e3fa1d093c63d77d node-v24.0.0-linux-ppc64le.tar.xz
aa6fa7c5dc7d699116a39a781eb1685a68e3843d2d95bcd98527fd28922de63a node-v24.0.0-linux-s390x.tar.gz
e37a04c7ee05416ec1234fd3255e05b6b81287eb0424a57441c8b69f0a155021 node-v24.0.0-linux-s390x.tar.xz
b760ed6de40c35a25eb011b3cf5943d35d7a76f0c8c331d5a801e10925826cb3 node-v24.0.0-linux-x64.tar.gz
59b8af617dccd7f9f68cc8451b2aee1e86d6bd5cb92cd51dd6216a31b707efd7 node-v24.0.0-linux-x64.tar.xz
a5109cafaeb7618fc8626ff81d6f6f0150071c619ea6a1cc719a3f0cc4e31beb node-v24.0.0-win-arm64.7z
03b6676f4872fbe4645113de8e23da834a7c1464045369f2b7a374bf482a5e12 node-v24.0.0-win-arm64.zip
22ebf01fa7ef63ffb48a9cd23feec0d790d9e427d7b99166a49ec8ae5cb637cd node-v24.0.0-win-x64.7z
3d0fff80c87bb9a8d7f49f2f27832aa34a1477d137af46f5b14df5498be81304 node-v24.0.0-win-x64.zip
e57f5d12f116def6595c546a6fcdd24fc7724d570f626ffab4bd0b8f83e4b2c2 node-v24.0.0-x64.msi
46925583196e44236dd87e53b8c77dc3399e60ab36703961d5d3f11221cf7ab6 node-v24.0.0.pkg
144fec7c01052003ddc1f7fb2f3d698ac897711659c1017f60ac8b45e672ba17 node-v24.0.0.tar.gz
914f3f1b03f84a0994d7357f190ff13c038800c693b6c06da2290eb588c82761 node-v24.0.0.tar.xz
5ec9ccc3b95820c8d7cfeb04ce2ca41dfaeeca36235def87432bee44e0a2c5e5 win-arm64/node.exe
6809fc156673d10cca7dff0e54f28309bb111d235c54493a4a0ca401c2113be7 win-arm64/node.lib
e3bdd19b5df3958f619c0de0b584a55901e743b43f5666453af43f0fe39f628d win-arm64/node_pdb.7z
eddea458a851b6a17012d41e38b33500230043f519438d552c8d830de2378823 win-arm64/node_pdb.zip
ade7ce4d4ff97447aa4fdcf2ae9e9094cbfaca0b135475cac621349bc2d335ab win-x64/node.exe
34882ca2bb450431047f2dd3bae1c3b8c1cd2b4cffd5c1a0bf079948846d2b83 win-x64/node.lib
6679dd6097746e68bb2711c2db88c9c1ba4937fe79e5ba6e9a3653eeedf3fe30 win-x64/node_pdb.7z
fc9bfef712207a441620976078fd105246aadd00bd08d3d88b939b2bc4541a2a win-x64/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEiQwI24V5Fi/uDfnbi+q0389VXvQFAmgaHTcACgkQi+q0389V
XvS60Av6AncIZXko7m+eijPHMGGatMpn/ZWnQnd7bn+BYoDkj7nY9TyIIOd+H29N
b9cVIqaS/QI+5Y8yJ9I313EODwCbfHgSMv+XsMFqT0aDmD0u9MNSu+CO425Ve6l0
z1AyI0iDLQn4xmJEZ8qyidAl16urOArBj8uR/K9Hai4SXjiVoC5P2nuDPupLV5pJ
7CKXyrKsQHBibNE4/s+08pYJmIUZ0sLSG0BD2rPzmJC2IcHmiTerNKJGzXGxo9T/
iTX4lgEyRGShOE1O9PUIBSSzugv9Nkkm208PLDVJtM/ot0XIbg3NFQlKGkdaRMD1
Rh6FJ+T3SF6iNFdX4VnhfhdcEP7ygw946c7M9uZT/+4gL6E3RsB+IPTdrLAAzWig
s+BDHVVFlvZwBesS4bkhnyVLFOEkpMHY3hIGc8iMcmvXbu8WtolsULQAA0v6i4mh
mmP7ClxkFmM/RVSE1MH62GDq46meBHUDFP8P93/8zo5oMzDtt6Rbn0vZ+SxKzUY2
rkG2dAH+
=O7VR
-----END PGP SIGNATURE-----