Skip to content

Commit 374f00b

Browse files
authored
Blog: v16.6.1 release post (#4023)
Refs: nodejs/node#39631
1 parent 720dc5d commit 374f00b

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

locale/en/blog/release/v16.6.1.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
date: 2021-08-03T08:07:46.962Z
3+
version: 16.6.1
4+
category: release
5+
title: Node v16.6.1 (Current)
6+
slug: node-v16-6-1
7+
layout: blog-post.hbs
8+
author: Michaël Zasso
9+
---
10+
11+
### Notable Changes
12+
13+
* Updated npm to 7.20.3 (npm team) [#39579](https://github.com/nodejs/node/pull/39579)
14+
* Reverted an ABI-breaking change from V8 9.2 that could impact some native modules (Michaël Zasso) [#39624](https://github.com/nodejs/node/pull/39624)
15+
* Fixed a bug in error handling known to affect at least Webpack and Jest (Guy Bedford) [#39593](https://github.com/nodejs/node/pull/39593)
16+
17+
### Commits
18+
19+
* [[`6c769ccedf`](https://github.com/nodejs/node/commit/6c769ccedf)] - **build**: override python executable path on configure (legendecas) [#39465](https://github.com/nodejs/node/pull/39465)
20+
* [[`cbf6a01c17`](https://github.com/nodejs/node/commit/cbf6a01c17)] - **crypto**: fix `generateKeyPair` with encoding 'jwk' (himself65) [#39319](https://github.com/nodejs/node/pull/39319)
21+
* [[`3091295609`](https://github.com/nodejs/node/commit/3091295609)] - **deps**: revert ABI-breaking change from V8 9.2 (Michaël Zasso) [#39624](https://github.com/nodejs/node/pull/39624)
22+
* [[`06d7b8e8c8`](https://github.com/nodejs/node/commit/06d7b8e8c8)] - **deps**: upgrade npm to 7.20.3 (npm team) [#39579](https://github.com/nodejs/node/pull/39579)
23+
* [[`7b612fadc2`](https://github.com/nodejs/node/commit/7b612fadc2)] - **doc**: fix crypto.hkdf callback derivedKey type (Filip Skokan) [#39453](https://github.com/nodejs/node/pull/39453)
24+
* [[`7a731efd97`](https://github.com/nodejs/node/commit/7a731efd97)] - **doc,lib,test**: rename HKDF 'key' argument (Tobias Nießen) [#39474](https://github.com/nodejs/node/pull/39474)
25+
* [[`93bbaa0ce9`](https://github.com/nodejs/node/commit/93bbaa0ce9)] - **module**: fix ERR\_REQUIRE\_ESM error for null frames (Guy Bedford) [#39593](https://github.com/nodejs/node/pull/39593)
26+
* [[`e13162de09`](https://github.com/nodejs/node/commit/e13162de09)] - **module**: refine `enrichCJSError` (Antoine du Hamel) [#39507](https://github.com/nodejs/node/pull/39507)
27+
* [[`815fbec6f1`](https://github.com/nodejs/node/commit/815fbec6f1)] - **repl**: do not include legacy getter/setter methods in completion (Anna Henningsen) [#39576](https://github.com/nodejs/node/pull/39576)
28+
* [[`0405c8d3f0`](https://github.com/nodejs/node/commit/0405c8d3f0)] - **zlib**: avoid converting `Uint8Array` instances to `Buffer` (Antoine du Hamel) [#39492](https://github.com/nodejs/node/pull/39492)
29+
30+
Windows 32-bit Installer: https://nodejs.org/dist/v16.6.1/node-v16.6.1-x86.msi<br>
31+
Windows 64-bit Installer: https://nodejs.org/dist/v16.6.1/node-v16.6.1-x64.msi<br>
32+
Windows 32-bit Binary: https://nodejs.org/dist/v16.6.1/win-x86/node.exe<br>
33+
Windows 64-bit Binary: https://nodejs.org/dist/v16.6.1/win-x64/node.exe<br>
34+
macOS 64-bit Installer: https://nodejs.org/dist/v16.6.1/node-v16.6.1.pkg<br>
35+
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-darwin-arm64.tar.gz<br>
36+
macOS Intel 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-darwin-x64.tar.gz<br>
37+
Linux 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-linux-x64.tar.xz<br>
38+
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-linux-ppc64le.tar.xz<br>
39+
Linux s390x 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-linux-s390x.tar.xz<br>
40+
AIX 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-aix-ppc64.tar.gz<br>
41+
ARMv7 32-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-linux-armv7l.tar.xz<br>
42+
ARMv8 64-bit Binary: https://nodejs.org/dist/v16.6.1/node-v16.6.1-linux-arm64.tar.xz<br>
43+
Source Code: https://nodejs.org/dist/v16.6.1/node-v16.6.1.tar.gz<br>
44+
Other release files: https://nodejs.org/dist/v16.6.1/<br>
45+
Documentation: https://nodejs.org/docs/v16.6.1/api/
46+
47+
### SHASUMS
48+
49+
```
50+
-----BEGIN PGP SIGNED MESSAGE-----
51+
Hash: SHA256
52+
53+
02581dbbfc2886dec326c3fca70c0f17e82491563057889dc630e5c055754c02 node-v16.6.1-aix-ppc64.tar.gz
54+
8b766a2bcc686f968146b09892f24cfbeaebb547a4d50744d9af80def5221613 node-v16.6.1-darwin-arm64.tar.gz
55+
3565e5c86067325db710490a6d2a41d1044e944d9346046e813543ec92ee7a4e node-v16.6.1-darwin-arm64.tar.xz
56+
bca84deb7bf6c57537b3af44997d985045c95b5048fc5665cdc7f54d5c147516 node-v16.6.1-darwin-x64.tar.gz
57+
711fea396b0a1c564b519c909be3afc938f75ad95d3ea9125e2187eb7e3ce1bf node-v16.6.1-darwin-x64.tar.xz
58+
a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364 node-v16.6.1-headers.tar.gz
59+
3c9bfa2d4594ff8f4baee01652ceb2a05c5d5e44100afd94a7ee6b347721e1e0 node-v16.6.1-headers.tar.xz
60+
ecab5720035b6bb97564b05df527d49a37489dcba6a244c0f1c7c801bb2755f7 node-v16.6.1-linux-arm64.tar.gz
61+
59867dccc1f392416e9301a94b9df19faa38d0b0d1d2f1cea174835dff1a1cb0 node-v16.6.1-linux-arm64.tar.xz
62+
04268fda50beb3aa116e150adcd3175cde17166b1f40079765da281fa73cc6cb node-v16.6.1-linux-armv7l.tar.gz
63+
903e30b38f67bb128d2e1ff520fc2fdabede1029338010b1304c9c081236859e node-v16.6.1-linux-armv7l.tar.xz
64+
9830281e2d553590c4a53d5d8327a2887df5b65452f5fa55ccd9ae597fcc247b node-v16.6.1-linux-ppc64le.tar.gz
65+
9392e583f24d41c1e5f5625171d963fa01e924b3b38cdd7632f249e8e491e958 node-v16.6.1-linux-ppc64le.tar.xz
66+
fec6745555b477fbb62440b0306c8b4717980778bf8f0d5fd497915508775bd0 node-v16.6.1-linux-s390x.tar.gz
67+
878cb8dfe48312fe40ab9fc320395e8322e8d9e1db4821539dcc6e2b006d8616 node-v16.6.1-linux-s390x.tar.xz
68+
e7e4149626ccd0653783ee8aef81eb50fa7ada2f9f7cbc031969b3b1ac3ffa6b node-v16.6.1-linux-x64.tar.gz
69+
ff95e86c3161859251cf659a76be63d99fc45e2380addf634812e5afebac961a node-v16.6.1-linux-x64.tar.xz
70+
1ab44e48c45c9fdc8a91b7339f610f7e0d87801640769c041d8649d00157d79f node-v16.6.1.pkg
71+
36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09 node-v16.6.1.tar.gz
72+
79b1ea058cc67f2a69462cd5f2467a1efe08c64299c053da70384ce1a0e3e557 node-v16.6.1.tar.xz
73+
5b85e20f14c0c9a9c4ac6f867f8bcf47a09c645930707f7b766322065e719ed3 node-v16.6.1-win-x64.7z
74+
ec5dce1e182172cc7edc8d56c377f4d106232b2b14127bd2a1565497448504e9 node-v16.6.1-win-x64.zip
75+
a798038fcae1c02e831d42e5d7ca76b643905fd9716bf11a4357cfa903148fea node-v16.6.1-win-x86.7z
76+
395ce9ac6c7204ccac8f16dfa158306ec42cf1a1ffc29f40076dcdafe78bd328 node-v16.6.1-win-x86.zip
77+
b3f74a4b6c8d31bb33b08228c6797b1f6d10b0bcf096f2d7287bcc225dfb237d node-v16.6.1-x64.msi
78+
7a5a849bc890aee91a2ff0285fe90e6ddc793b4f265792ce70b50595f6e0543b node-v16.6.1-x86.msi
79+
cb88167e067634cc8053a5204364fbb3fcabe5f6b3b1a67b38f67c21ad72acb3 win-x64/node.exe
80+
e7484e4552df7e992e5d409e518aa467555769dc85917da408d41f85c4f2823d win-x64/node.lib
81+
0eae256767c33fb44eab2c02972d1d835bcf6e6a430b6698e9120aeb4c49124f win-x64/node_pdb.7z
82+
a40ddd793650ff3801aa149523ce98a9a4c66bbf9fc69d0cea0c9eaaba635d28 win-x64/node_pdb.zip
83+
c0bb2eb9118c32a2ec9c3dffc7155adbb29962d5ec88d337e30488e6e983993c win-x86/node.exe
84+
7821ab6af3cef68eee042ef6b7fb2185eafff8bd4e4c988c8fc6c1d0242d2bcd win-x86/node.lib
85+
b83ed322a47a81b56200e744457e286a07d7c48e15b8a71a63a9c0fc73276ce5 win-x86/node_pdb.7z
86+
ea5cfb3d53b8614d5f4941ffac6f8277e6998cc2f85f3a26e0838db533b21c61 win-x86/node_pdb.zip
87+
-----BEGIN PGP SIGNATURE-----
88+
89+
iQIzBAEBCAAdFiEEj8yhP+8dDC6RAI4Jdw96mlrhVgAFAmEI+QAACgkQdw96mlrh
90+
VgBSxw/+NGa6SVZ7iXM6FWFVq+nfuiCy6bbUov6sbTnk9h1XXN4nHdPfVoJU50Jh
91+
Act+AVa2DOrf60JXl8YhATxkx5H3x4ksB9u6lVByhwdGFXnhw6tgtMNKPoHvakEb
92+
hOdXWLCi6KIQpfhR7gpuxvUTjpn3fHJxMfb/YXnJHX0DEct+7XnwAjpuY3XtldUr
93+
sfDTBtQQVH/7CpevnTHjsARoWnRC8EZ2kZ2QD8DpdQPTkfcwQElashnuHLeFCYSV
94+
oPQtFn0moKDvfMl7+AHARBSYPtloJ1ySfaYZk/0DA+cDVmAhlbmmIem7E0vyn3lf
95+
MWdEiEegDOZk8kSymQIg4jpeJxLkAhipbvOsKhFuIyBIk5nPMlZE5kWa/VsQUZfc
96+
ruhQB8uDyHJB2QEixfwBl8UV4Zbe4uaawVgeykAo6qBkONGv5NdKUWO7wHVOYtgT
97+
dAK3ggfAR2BWF75Qn4f44PBHOOiZDwoBolAGN5Xa5x/TwOL7hmAAGFNU4m3yy/8Q
98+
60lKs9HrW1t+FJT/vLR/sbMB1hvdTWvaK06knrCpZ+n4jjxwWK6oYkVjZD94TSlz
99+
aBbj+OOcO2MG9nGzqVDseAK8pwpHo9okiHd7xbuSNXRVsh28cOVEWVYpRkRWPu1f
100+
/YUnd9apXKduE74AcYx7xMPLJinHwwGhd1BPeP/WrF3bQ3/58EQ=
101+
=MTC/
102+
-----END PGP SIGNATURE-----
103+
104+
```

0 commit comments

Comments
 (0)