Node v19.6.0 (Current)
Ruy Adorno
Notable changes
ESM: Leverage loaders when resolving subsequent loaders
Loaders now apply to subsequent loaders, for example: --experimental-loader ts-node --experimental-loader loader-written-in-typescript
.
Upgrade npm to 9.4.0
Added --install-strategy=linked
option for installations similar to pnpm.
Other notable changes
- [
a7c9daa497
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #46358 - [
34d70ce615
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320 - [
b4ac794923
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255 - [
d52f60009a
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #46218 - [
5ad6c2088e
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046 - [
fbdc3f7316
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #45712
Commits
- [
524eec70e2
] - benchmark: add trailing commas (Antoine du Hamel) #46370 - [
f318a85408
] - benchmark: remove buffer benchmarks redundancy (Brian White) #45735 - [
6186b3ea14
] - benchmark: introduce benchmark combination filtering (Brian White) #45735 - [
5ad6c2088e
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046 - [
8c6c4338a6
] - build: export more OpenSSL symbols on Windows (Mohamed Akram) #45486 - [
d795d93901
] - build: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) #46228 - [
8e363cf8e8
] - crypto: includehmac.h
incrypto_util.h
(Adam Langley) #46279 - [
c1f3e13c65
] - deps: update acorn to 8.8.2 (Node.js GitHub Bot) #46363 - [
813b160bd7
] - deps: upgrade npm to 9.4.0 (npm team) #46353 - [
9c2f3cea70
] - deps: update undici to 5.15.0 (Node.js GitHub Bot) #46213 - [
312e10c1e3
] - deps: update to uvwasi 0.0.15 (Colin Ihrig) #46253 - [
c7024eec16
] - doc: correct thesed
command for macOS in release process docs (Juan José) #46397 - [
996bac044b
] - doc: include webstreams in finished() and Duplex.from() parameters (Debadree Chatterjee) #46312 - [
891d18d55c
] - doc: pass string totextEncoder.encode
as input (Deokjin Kim) #46421 - [
968db213f8
] - doc: add tip for session.post function (theanarkh) #46354 - [
a64d7f4e31
] - doc: add documentation for socket.destroySoon() (Luigi Pinca) #46337 - [
975788899f
] - doc: fix commit message using test instead of deps (Tony Gorez) #46313 - [
1d44017f52
] - doc: add v8 fast api contribution guidelines (Yagiz Nizipli) #46199 - [
e2698c05fb
] - doc: fix small typo error (0xflotus) #46186 - [
f39fb8c001
] - doc: mark some parameters as optional in webstreams (Deokjin Kim) #46269 - [
7a9af38128
] - doc: update output of example inevents.getEventListeners
(Deokjin Kim) #46268 - [
729642f30b
] - esm: delete preload mock test (Geoffrey Booth) #46402 - [
7aac21e90a
] - esm: leverage loaders when resolving subsequent loaders (Maël Nison) #43772 - [
a7c9daa497
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #46358 - [
1ec6270efa
] - http: res.setHeaders first implementation (Marco Ippolito) #46109 - [
d4370259e9
] - inspector: allow opening inspector whenNODE_V8_COVERAGE
is set (Moshe Atlow) #46113 - [
b966ef9a42
] - lib: remove unnecessary ObjectGetValueSafe (Chengzhong Wu) #46335 - [
2b06d66289
] - lib: cache parsed source maps to reduce memory footprint (Chengzhong Wu) #46225 - [
c38673df91
] - meta: update AUTHORS (Node.js GitHub Bot) #46399 - [
c10e602547
] - meta: update AUTHORS (Node.js GitHub Bot) #46303 - [
9dc026b14a
] - meta: add .mailmap entry (Rich Trott) #46303 - [
7c514574f7
] - meta: move evanlucas to emeritus (Evan Lucas) #46274 - [
3a3a6d87f1
] - module: move test reporter loading (Geoffrey Booth) #45923 - [
4ae2492a33
] - readline: fix detection of carriage return (Antoine du Hamel) #46306 - [
43cad78b7a
] - src: stop tracing agent before shutting down libuv (Santiago Gimeno) #46380 - [
360a3f3094
] - src: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) #46326 - [
e7b507a8cf
] - src: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) #46317 - [
4c59b60ee8
] - src: add support for ETW stack walking (José Dapena Paz) #46203 - [
640d111f95
] - src: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) #46227 - [
fb7bee2b6e
] - src: fix c++ exception on bad command line arg (Ben Noordhuis) #46290 - [
18c95ec4bd
] - src: remove unreachable UNREACHABLE (Tobias Nießen) #46281 - [
35bf93b01a
] - src: replace custom ASCII validation with simdutf one (Anna Henningsen) #46271 - [
8307a4bbcd
] - src: replace unreachable code with static_assert (Tobias Nießen) #46250 - [
7cf0da020a
] - src: use explicit C++17 fallthrough (Tobias Nießen) #46251 - [
d52f60009a
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #46218 - [
2e5e7a9261
] - stream: remove brandchecks from stream duplexify (Debadree Chatterjee) #46315 - [
9675863461
] - stream: fix readable stream as async iterator function (Erick Wendel) #46147 - [
232bdd5d16
] - test: add trailing commas intest/node-api
(Antoine du Hamel) #46384 - [
4cc081815d
] - test: add trailing commas intest/message
(Antoine du Hamel) #46372 - [
b83c5d9deb
] - test: add trailing commas intest/pseudo-tty
(Antoine du Hamel) #46371 - [
8a45c9d231
] - test: fix tap escaping with and without --test (Pulkit Gupta) #46311 - [
367dc41299
] - test: set common.bits to 64 for loong64 (Shi Pujin) #45383 - [
7385edc7d0
] - test: s390x zlib test case fixes (Adam Majer) #46367 - [
d5d837bdee
] - test: fix logInTimeout is not function (theanarkh) #46348 - [
a1d79546ac
] - test: avoid trying to call sysctl directly (Adam Majer) #46366 - [
747f3689e0
] - test: avoid left behind child processes (Richard Lau) #46276 - [
940484b7aa
] - test: add failing test for readline with carriage return (Alec Mev) #46075 - [
d13116a719
] - test,crypto: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) #46406 - [
398a7477b3
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #46267 - [
8b473affe8
] - test_runner: make built in reporters internal (Colin Ihrig) #46092 - [
a49e17e22b
] - test_runner: reportfile
in test runner events (Moshe Atlow) #46030 - [
fbdc3f7316
] - test_runner: add reporters (Moshe Atlow) #45712 - [
6579de8c47
] - tools: update eslint to 8.33.0 (Node.js GitHub Bot) #46400 - [
bf62da55ad
] - tools: update doc to [email protected] [email protected] (Node.js GitHub Bot) #46364 - [
b0acf55197
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #46398 - [
88b904cf24
] - tools: require more trailing commas (Antoine du Hamel) #46346 - [
4440b3ef87
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #46302 - [
e75faff4bd
] - tools: allow icutrim.py to run on python2 (Michael Dawson) #46263 - [
e460d16d73
] - url: refactor to use more primordials (Antoine du Hamel) #45966 - [
b4ac794923
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255 - [
34d70ce615
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320
Windows 32-bit Installer: https://nodejs.org/dist/v19.6.0/node-v19.6.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v19.6.0/node-v19.6.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v19.6.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v19.6.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v19.6.0/node-v19.6.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v19.6.0/node-v19.6.0.tar.gz
Other release files: https://nodejs.org/dist/v19.6.0/
Documentation: https://nodejs.org/docs/v19.6.0/api/
SHASUMS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
daf3e11e64932a0b53ed3fccd9424948b81328056dca8fd36496fe11c0907a00 node-v19.6.0-aix-ppc64.tar.gz
a759366eea06f3433f1f1f7778b6e22d68bbf75661a2de1cd03fc85e30f649cf node-v19.6.0-darwin-arm64.tar.gz
c9abb2b895ac0208941cd882ba9debbc38916cb45ad0ad34980bbaa72b31fe4b node-v19.6.0-darwin-arm64.tar.xz
6b97f9e434a3a3b4cfef35ae1881ced9e80adc3fb536b3060d2ceda5c446a6d3 node-v19.6.0-darwin-x64.tar.gz
f6c3a2da52c23e8311353a4b262b457adfab1b82e7f80fb993c92b6be62c8168 node-v19.6.0-darwin-x64.tar.xz
2ec360a82dbb691047c30533788962879941b0067934130c50098d832899810b node-v19.6.0-headers.tar.gz
86ed99774bc57d0eb072842995752aab630b984a291c1e403596a31feb94cf19 node-v19.6.0-headers.tar.xz
6b7ca20d5fcd90a6cb1e687d31212b1db89e6816c5165995b537f495f06d8b71 node-v19.6.0-linux-arm64.tar.gz
b2d0981e56110ba03c79b19ed37fff8649d14527105d1d2447beb9cc073a2531 node-v19.6.0-linux-arm64.tar.xz
5191ce6a8395f7b32e4988f2f924fc45e5e5f46bc945c3d4ff45c5b2396e80cd node-v19.6.0-linux-armv7l.tar.gz
21472b1fd208570d3075fbf07879dfb6363b8fa13839897c7a7c4b0f6e185f17 node-v19.6.0-linux-armv7l.tar.xz
6a7b7cb45afb2293d62801c097a25df9901864b824fc0404c5c958dad23043cf node-v19.6.0-linux-ppc64le.tar.gz
e5a7a416a5db7beafb907a1fc13798093ba8c2f36db65df2746cc5bb9763ab4f node-v19.6.0-linux-ppc64le.tar.xz
58fec9c05a02ad142aed927d5d3e6fc8a66a9431fceb6183f90626fb6b597e22 node-v19.6.0-linux-s390x.tar.gz
d7cad95d76c6f6942bdf59d106ba2d684af963fafebd1fe051994aa5de8cc417 node-v19.6.0-linux-s390x.tar.xz
142e3caf0ea8476767d4ad006acf46b9dd059c169d3287f9d58eac964f16a4e1 node-v19.6.0-linux-x64.tar.gz
4624f307b13a8ef56686c6ad714caaa3513497eb48ea15ed6a73b95687d3589f node-v19.6.0-linux-x64.tar.xz
9d89e8d75450b2f04bcd57a906f50f9476aada699ad5dac1e746aa0956c6f219 node-v19.6.0.pkg
a09bff6ec52b5fa9acd77cc208cdee2a8808a1007fc361c341e3a44bab05ba7d node-v19.6.0.tar.gz
519c6d542a9f996f00c1a3d3b2e5cf52b7db998d95f6ced5a893d16a03de33ea node-v19.6.0.tar.xz
fd071f1406b14c055de22825b08756c0eb54bd75fad92bf9346d572641082e88 node-v19.6.0-win-x64.7z
8c0219c5937603e029c6ab9f0b08f1de52169e284548e6683f8ef369c63ba3bb node-v19.6.0-win-x64.zip
875f07181e7e557d26a7847328192b3669a3b286b1732d55bb4bb5fa1be69ae6 node-v19.6.0-win-x86.7z
c932144d9d87e6e37e65b2b12925f24545b827938294ebcd8774788c351d1ffa node-v19.6.0-win-x86.zip
ecf1b40bff53908e28945bc8deec872697b9ca274ea37b7702089499aafcf96f node-v19.6.0-x64.msi
7b76573aa36dd63dbfeeb239d5a1075d2c1c9a6d4333d3004e928f44b92cb03f node-v19.6.0-x86.msi
a5963b17c3667fab7f4542c39ba7244f15b87e5d2d9e480ccb0683900ef9bb6e win-x64/node.exe
dccef7431ad9277c820827b7d5b2e63db6724b9713f7765e05a3125b70713f05 win-x64/node.lib
6ccac2a52577d2e6cb5d8b31828a88a5c909d2b75ffc56872c38e66230ad9d34 win-x64/node_pdb.7z
adbf61f5d57502ec33baae0c6b0a79cc009e555357199ca0707344671e142824 win-x64/node_pdb.zip
f77615ed21ec355073794995461a4771402c78eaa520012964a9535e98f13cbb win-x86/node.exe
d1506c2a6dc8af7d5fdf916f170bf68f7b7f9a5f3c7cf0b52b45cf40966f472f win-x86/node.lib
3ec09731195a33be28d42edef4ea47c744f46e914646d1a617de7b14e1971d6a win-x86/node_pdb.7z
b657f22f9edea6f177dffa1a026717353a41ce9e07022bd0637b1c7f1a1a8750 win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEEI9StI21e7DMQ5spl7AUGb2S+AoFAmPb4SoACgkQl7AUGb2S
+AploQ/+JQPJyqgQQ0OhoH9VrSb5e3N2/uAcVyXYXUVCb08NbN4/K+d3h8SNJgeL
Mqwj1IrdhucSMIYehJdN3h04TWULoT22ipmzDFEBi6Pqhg/8OP1a9bIf7N5ZPK+D
VEJwV049myz0bKd+5RKVLT0wUvBS/LgqIxmuGRoe/2I3oXXwX11yN4JXxmTzRpkD
2oXz9uVYL107na7G0sqUtviq7VHlgRZWsWU5gqNIAY6Tp1QYW7y/lWTKHc7huL9Y
N5MKWst1tV/1tKdK3oifWs3SOG4PWcBXKeHzeYKYR8pFrOcXoblM3EQiLGE5X5UH
bOHYu8W69dqS0prOEKFe+0QWd5uCVH/aU956OybTNWGUFfEcK4AU6Riyiq3t39JY
jwcHd6Yv6D1BFDz/RU/aijgglgoxi3qEZ4+lOe0k2uECO9+AvV79p4ljYzyhOjTG
Vw8xxIc5ArE40UZ6xK+suCthTcJ+0FfGyU+sSDHoVSLuV5J078uTAjXl8jlGvTAK
kmRQknxZDiEGVloXtLWYXgPddEQqgfreXbd0fOZzTT/8/lMPsKL6XN9ZL3BFpe8g
/o45tEozq48BTkAtgAI8ZJNHDqNXEIsvNX1diyT0gfr5V7EHGvy0hnFXweDSryTc
YO6LQyszptdiWNcuDiTdoPibied46SC+sVsH3mxdzGrtr1NqedU=
=m7B3
-----END PGP SIGNATURE-----