Notable Changes
- [
] – (SEMVER-MINOR) crypto: add rsa-pss keygen parameters (Filip Skokan) #399271fb226ff2ee
- [
] – deps: upgrade npm to 7.24.0 (npm team) #40167185206b7311
- [
] – deps: update Acorn to v8.5.0 (Michaël Zasso) #40015198f56d179c
- [
] – doc: add Ayase-252 to collaborators (Qingyu Deng) #4007819655329772
- [
] – (SEMVER-MINOR) fs: make159fff925be1open
and
1closestream override optional when unused (Antoine du Hamel) #40013
- [
] – (SEMVER-MINOR) http: limit requests per connection (Artur K) #400821a63a4bce90
- The maximum number of requests a socket can handle before closing keep alive connection can be set with
1server.maxRequestsPerSocket
.
- The maximum number of requests a socket can handle before closing keep alive connection can be set with
- [
] – (SEMVER-MINOR) src: add –no-global-search-paths cli option (Cheng Zhao) #3975419a672961fa
- Adds the
1--no-global-search-paths
command-line option to not search modules from global paths like
1$HOME/.node_modulesand
1$NODE_PATH.
- Adds the
- [
] – (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #399261fe920b6cbf
- [
] – (SEMVER-MINOR) stream: add signal support to pipeline generators (Robert Nagy) #39067197f3072ceb
Commits
- [
] – build: run modified internet tests on GitHub Actions (Rich Trott) #401001b7dc651884
- [
] – build: add .mailmap/AUTHORS to paths-ignore for test-macos (Rich Trott) #4010918d5787a043
- [
] – build: add .mailmap/AUTHORS to path-ignore for test-asan (Rich Trott) #4010919793e7ff08
- [
] – build: add paths-ignore for build-tarball workflow (Rich Trott) #401091886921de38
- [
] – build: only lint version numbers for pull requests (Michaël Zasso) #40027101b1946b38
- [
] – build: add daily/on-demand internet test workflow (Rich Trott) #400861c804d070a6
- [
] – build: add YAML linting to GitHub Actions (Rich Trott) #4000717bddaecbf4
- [
] – build: add YAML linting (Rich Trott) #4000715a20f9055c
- [
] – build: run AUTHORS update weekly (Rich Trott) #4000410b30867c08
- [
] – build: preserves symbols during LTO with macOS linker (Jesse Chan) #39839122a78a75ee
- [
] – crypto: fix webcrypto ed(25519|448) spki/pkcs8 import (Filip Skokan) #401311f0dec58d43
- [
] – crypto: use1d80082f3eb1validateObject
(Voltrex) #39872
- [
] – crypto: fix RSA-PSS default saltLength (Tobias Nießen) #399991d657ae6f8a
- [
] – crypto: fix default MGF1 hash for OpenSSL 3 (Tobias Nießen) #400311fc45cbe7a8
- [
] – crypto: check webcrypto asymmetric key types during importKey (Filip Skokan) #399621105c9e6d3b
- [
] – (SEMVER-MINOR) crypto: add rsa-pss keygen parameters (Filip Skokan) #399271fb226ff2ee
- [
] – deps: upgrade npm to 7.24.0 (npm team) #40167185206b7311
- [
] – deps: add riscv64 into openssl Makefile and gen openssl-riscv64 (Lu Yahan) #40063106f6e01f37
- [
] – deps: patch V8 to 9.3.345.19 (Michaël Zasso) #4010819c76c69972
- [
] – deps: upgrade npm to 7.23.0 (npm team) #4005510df47d5843
- [
] – deps: patch v8 for vs2019 in std17 (Jiawen Geng) #400601b3843bf417
- [
] – deps: patch for v8 on windows (Jiawen Geng) #40010167759585a0
- [
] – deps: update Acorn to v8.5.0 (Michaël Zasso) #40015198f56d179c
- [
] – dns: cleanup validation (Voltrex) #4006115c6708582e
- [
] – doc: changes default values for fs.read fns (RISHABH BUDHIRAJA) #391631e4825dcfd5
- [
] – doc: fix markdown indentation in lists (Michaël Zasso) #4014210254b4b0d3
- [
] – doc: prepare README.md for stricter linting (Rich Trott) #401371b6939a3419
- [
] – doc: fix comma splice (Rich Trott) #401331a07d8444f9
- [
] – doc: clean up weird notes about reentrancy (Anna Henningsen) #4010712488bc0c4f
- [
] – doc: correct parameters in fs and stream documentation (vipul kumar) #3998418b80dcbc30
- [
] – doc: fix CJS-ESM selector in Safari (Bradley Farias) #4013511ced732078
- [
] – doc: add timeout.close (Nikita Galkin) #4003617fdb12739d
- [
] – doc: clarify that ObjectWrap requires manual cleanup on shutdown (Gerhard Stöbich) #40074181cb14bb58
- [
] – doc: add full list of subsystems (FrankQiu) #3997118aad81dd99
- [
] – doc: add Ayase-252 to collaborators (Qingyu Deng) #4007819655329772
- [
] – doc: fix CCM cipher example in MJS (Tobias Nießen) #3994916d399e11e9
- [
] – doc: fix property name ‘detail’ of performanceEntry (Christian Boehlke) #400191d426ee9b17
- [
] – doc: fix list indentation in corepack.md (Alexey Ten) #400291846e7e880e
- [
] – doc: fix missing history version in1b6dd2ea9301fs.md
(Antoine du Hamel) #39972
- [
] – events: fix duplicate require which cause performance penalty (wwwzbwcom) #398921f666f5a8d1
- [
] – (SEMVER-MINOR) fs: make159fff925be1open
and
1closestream override optional when unused (Antoine du Hamel) #40013
- [
] – (SEMVER-MINOR) http: limit requests per connection (Artur K) #400821a63a4bce90
- [
] – http: remove CRLF variable (shfshanyue) #401011bc9c2ca6af
- [
] – lib: remove useless statement (Maledong) #399831dd50b91f77
- [
] – lib: avoid creating a throw away object in1608528028c1validateObject
(Antoine du Hamel) #39807
- [
] – lib: use standard property names (null) #399811edcfffeaea
- [
] – lib,repl: ignore non-canBeRequiredByUsers built-in (Khaidi Chu) #399421640353af86
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #4014814444b5c938
- [
] – meta: update GeoffreyBooth email addresses in AUTHORS and .mailmap (Rich Trott) #4013214993318862
- [
] – meta: add mailmap entry for LPardue (Rich Trott) #40129198d42fa1f4
- [
] – meta: update GeoffreyBooth email address (Geoffrey Booth) #401021effdfa91be
- [
] – meta: add .mailmap entry for arcanis (Rich Trott) #401031588257c00a
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #4008717ee3fbd1e0
- [
] – meta: consolidate AUTHORS entry for mikemaccana (Rich Trott) #4005112a41530a5e
- [
] – meta: add more mailmap entries for bajtos (Rich Trott) #400231a71579b05e
- [
] – meta: consolidate AUTHORS entries for mithunsasidharan (Rich Trott) #40003129104f5e64
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #399571381293f54a
- [
] – module: support pattern trailers for imports field (Guy Bedford) #4004111eca9bc5b2
- [
] – module: deprecate trailing slash pattern mappings (Guy Bedford) #4003917376edca6d
- [
] – module: fix $ pattern replacements (Guy Bedford) #40044192f182b23d
- [
] – repl: fix top level await with surrogate characters (Mestery) #399311d6124d8259
- [
] – (SEMVER-MINOR) src: add –no-global-search-paths cli option (Cheng Zhao) #3975419a672961fa
- [
] – (SEMVER-MINOR) src: add option to disable global search paths (Cheng Zhao) #39754151f9ad4897
- [
] – src: remove unnecessary comment and add a CHECK in crypto_tls.cc (Darshan Sen) #39991195528b284d
- [
] – src: register zlib external references for snapshot (Joyee Cheung) #40050131994fbf8e
- [
] – src: fix -Wunreachable-code-return error (Shelley Vohr) #400341cfcd57182b
- [
] – src: add option to disable loading native addons (Dominic Elm) #3997719f3a015b60
- [
] – Revert “src: skip test_fatal/test_threads for Debug builds” (Anna Henningsen) #399541570bef1710
- [
] – src: use Isolate::TryGetCurrent where appropriate (Anna Henningsen) #399541842f936e04
- [
] – (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #399261fe920b6cbf
- [
] – src: fix C4805 MSVC warning (Michaël Zasso) #39998173aa4e34ff
- [
] – src: register external references of PipeWrap for snapshot (Joyee Cheung) #399611826eee363c
- [
] – src: register external references of TTYWrap for snapshot (Joyee Cheung) #3996117a17cbfdea
- [
] – src: register external references of TCPWrap for snapshot (Joyee Cheung) #39961100cca48081
- [
] – src: register external references of SignalWrap for snapshot (Joyee Cheung) #3996116095fb07b6
- [
] – src: register missing process methods external references (Joyee Cheung) #399611db75711c5c
- [
] – src: register missing stream wrap external references (Joyee Cheung) #399611b4e074c295
- [
] – src: register external references of BaseObject for snapshot (Joyee Cheung) #399611a2c1c3ef64
- [
] – src: register external references of node-report for snapshot (Joyee Cheung) #3996116fdf02523e
- [
] – src: register external references of dtrace for snapshot (Joyee Cheung) #399611bef78a2f88
- [
] – (SEMVER-MINOR) stream: add signal support to pipeline generators (Robert Nagy) #39067197f3072ceb
- [
] – test: fix test-dgram-udp6-link-local-address on Windows (Michaël Zasso) #4000516be405bd7b
- [
] – test: do not run1ec94bec9a31test-corepack-yarn-install
with no internet (Antoine du Hamel) #40090
- [
] – test: update OpenSSL3 error messages for 3.0.0+quic (Daniel Bevenius) #4009314aa2610252
- [
] – test: mark test-crypto-timing-safe-equal-benchmarks flaky (Richard Lau) #4006514367a61a9b
- [
] – test: fix internet/test-dns (Rich Trott) #4008315b5e27281c
- [
] – test: make tests pass on Windows with Unix EOL (Michaël Zasso) #40002167bbfeb7e1
- [
] – tools: update doc generator dependencies (Michaël Zasso) #400421a8c99d9f09
- [
] – tools: update ansi-regex in lint-md rollup (Rich Trott) #401121ec6de1195a
- [
] – tools: update all dependencies of markdown linter (Michaël Zasso) #400351d55804ca4e
- [
] – tools: update remark-html to v13.0.2 (Michaël Zasso) #400431f03bae7c82
- [
] – tools,build: update YAML files in preparation for linting (Rich Trott) #40007199af21292f
- [
] – tools,doc: fix misrendering of consecutive JS blocks (Rich Trott) #401461590ace418d
- [
] – worker: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) #3840315983568204
Windows 32-bit Installer: https://nodejs.org/dist/v16.10.0/node-v16.10.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v16.10.0/node-v16.10.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v16.10.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v16.10.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v16.10.0/node-v16.10.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v16.10.0/node-v16.10.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v16.10.0/node-v16.10.0.tar.gz
Other release files: https://nodejs.org/dist/v16.10.0/
Documentation: https://nodejs.org/docs/v16.10.0/api/
SHASUMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
2142ee042206c5064b19fc034d8d03c7291d0177341a3b55f80d0a3b44ee32de node-v16.10.0-aix-ppc64.tar.gz
dfdaf4149365e170929b99692520388e89f618e8d64ddd3ded7126bccf4583ed node-v16.10.0-darwin-arm64.tar.gz
c6eaaf06ed1b18150794a68d7a211cf8e9dd794be4def36da6a5ebb136c702c8 node-v16.10.0-darwin-arm64.tar.xz
66a42483908aabd6d5fb19e9f3cebd6927dc84206b75b8801d9e010815083906 node-v16.10.0-darwin-x64.tar.gz
0635879c2ae0ddff5dcd6dcce9649c0119d005a16f376b8331979a0709fc97e4 node-v16.10.0-darwin-x64.tar.xz
efb4b0133ab578f99cb9abb990817cafafea15bae1c07716565cece513070621 node-v16.10.0-headers.tar.gz
8f90343307892774cd26d0cbc48743f04667a2f450852b5b01d4da4ac2295195 node-v16.10.0-headers.tar.xz
2675ca64c50badd609907b2149f7c021cce52248e08f984a4102d4f390794f57 node-v16.10.0-linux-arm64.tar.gz
a9b477ea5c376729d59b39ecbb9bc5597b792a00ec11afbdf1e502b9b2557fb2 node-v16.10.0-linux-arm64.tar.xz
2d2c63fc7f974419437194f854204a2728095dbe124d1a6f782f3ac6201d8e02 node-v16.10.0-linux-armv7l.tar.gz
b52d3be99a05a4975ce492f4e010274f66ff6449824accd57a87fd29ab5d054a node-v16.10.0-linux-armv7l.tar.xz
3fa8d29fec4db4097968e1023e9c82aad866a09e96d3201efc213902d5b85059 node-v16.10.0-linux-ppc64le.tar.gz
dbaef9f49547a0ce396d7fadb4863978f2c38989801af3d2ebaa55270722ea6a node-v16.10.0-linux-ppc64le.tar.xz
a7197fd1e3fad30ea9f40fccddce16cc39a155a48c7f41f0ea04024ec793683d node-v16.10.0-linux-s390x.tar.gz
ca6bcb2098622880433b14323d4789ce7034eb94cd0a77134feed975ab5483ed node-v16.10.0-linux-s390x.tar.xz
bca7f42ea3e61938cc28868614bb37908111b9ff190fe8022fa9954651b5665d node-v16.10.0-linux-x64.tar.gz
00c4de617038fe7bd60efd9303b83abe5a5df830a9221687e20408404e307c4e node-v16.10.0-linux-x64.tar.xz
6fa8b76a7c0e3e5c4b0ccb48ddbf0d37fb625ba74dec7c21df40ca80fea164d5 node-v16.10.0.pkg
69b09bb0c4cd9add7eb501b1625a405b15d6ce53596e98b863c8d066e0b6b202 node-v16.10.0.tar.gz
97dc1aca232b4911e0b9e5a23a03200ab8ef05157e03c732315b579481bf7912 node-v16.10.0.tar.xz
c8ed55a1e9285ec261c95457226cdcbbed12cff3cdb715f464de185d9c5f2f0b node-v16.10.0-win-x64.7z
269ef35a91e7e8ce107ed09ca17e70d2feb448cf46ed6dbda86ac95cb90c5344 node-v16.10.0-win-x64.zip
d1fe8079361f9e524e471173f92de4b47a8c7ecd20fee557283fb524b3e31c9a node-v16.10.0-win-x86.7z
4f00121f999d681a20a83f51683a5acd736d983d866bef86689c54865b34b861 node-v16.10.0-win-x86.zip
eaa59fd94899078f118130bf31448a4d307cce3f3687cff99fa71e1a89c0b1b6 node-v16.10.0-x64.msi
d4a800849ab7f0ae701a5c29a3c0f79e491efb0124bdc3e695cc5dc2faef2088 node-v16.10.0-x86.msi
3a1b4319a963655d7c72b32ea942f4e17db2d37f625039581eb8b1996c3fff85 win-x64/node.exe
774524a2b7c2806a8141a430ce9c6bffb9e8f78ce6bc095ec8fa26a333ff7cef win-x64/node.lib
19d5c41f19e5358fb6ba08e45373a5cfb9248b894471c594d4ba0f7309d2de02 win-x64/node_pdb.7z
14f8057e9daefb6e034a6f6d1e259aa301c99067d95ca15c57b03ffdb5258bac win-x64/node_pdb.zip
2f13f5ef2a4ce07eee5d938b2ad4e6bd629decfcb45d8d8d594b9f2a8f30805d win-x86/node.exe
1827162a03517e9a4897bd0195e601216d4ffb3680b11db4599166d0e76b6e98 win-x86/node.lib
fb6b5b947acdacba035933befca57ec5e7c24bf7907579416f0244261a023f60 win-x86/node_pdb.7z
3f2f144955744ae2030fd870ed45df5f0adbd63f26489a21cd37257de52f272c win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEETtd49TnjY0x3nIfG1wYoSKGrAFwFAmFLlhkACgkQ1wYoSKGr
AFwHywgAmdIfGcRBxpvBa+KqmWoQTP9tg2hhEA05vbE0u7hWY5fIdYkcXpYSIIb9
X6goqvtbQyzsJMOLuaHv9/Xl9LCKMb0a5+TRUwWT9OiZc1VCvGT5LKOBLNSjzOj0
W9/Gv3/xQ2rPksLhDX85E/1wgibNyIslaZ2VxHuXucthKFqOicjklOvNXFzL+9XK
W7X9h/o7KNiqa6Im93b9yoL8QSy3en9ykTdHRmuzgKUj2vSh/3iO8RA5L323JJwR
6AtfR6wgNn/xd010zCxME1/zi3v7MtgNqUym+HwvxMf351IZwR46YblQpEiSJJpc
FmwyNjgVvOeHDlbt5GbZXobcn33SgA==
=jd25
-----END PGP SIGNATURE-----
0 Comments