node-linux-s390x 17.5.0 → 17.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +258 -0
- package/README.md +27 -18
- package/bin/node +0 -0
- package/include/node/common.gypi +3 -7
- package/include/node/config.gypi +2 -0
- package/include/node/node.h +6 -1
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/asn1_asm.h +0 -2
- package/include/node/openssl/asn1_no-asm.h +0 -2
- package/include/node/openssl/asn1t_asm.h +0 -2
- package/include/node/openssl/asn1t_no-asm.h +0 -2
- package/include/node/openssl/bio_asm.h +0 -2
- package/include/node/openssl/bio_no-asm.h +0 -2
- package/include/node/openssl/bn_conf_asm.h +0 -2
- package/include/node/openssl/bn_conf_no-asm.h +0 -2
- package/include/node/openssl/cmp_asm.h +0 -2
- package/include/node/openssl/cmp_no-asm.h +0 -2
- package/include/node/openssl/cms_asm.h +0 -2
- package/include/node/openssl/cms_no-asm.h +0 -2
- package/include/node/openssl/conf_asm.h +0 -2
- package/include/node/openssl/conf_no-asm.h +0 -2
- package/include/node/openssl/configuration_asm.h +0 -2
- package/include/node/openssl/configuration_no-asm.h +0 -2
- package/include/node/openssl/crmf_asm.h +0 -2
- package/include/node/openssl/crmf_no-asm.h +0 -2
- package/include/node/openssl/crypto_asm.h +0 -2
- package/include/node/openssl/crypto_no-asm.h +0 -2
- package/include/node/openssl/ct_asm.h +0 -2
- package/include/node/openssl/ct_no-asm.h +0 -2
- package/include/node/openssl/dso_conf_asm.h +0 -2
- package/include/node/openssl/dso_conf_no-asm.h +0 -2
- package/include/node/openssl/err_asm.h +0 -2
- package/include/node/openssl/err_no-asm.h +0 -2
- package/include/node/openssl/ess_asm.h +0 -2
- package/include/node/openssl/ess_no-asm.h +0 -2
- package/include/node/openssl/fipskey_asm.h +0 -2
- package/include/node/openssl/fipskey_no-asm.h +0 -2
- package/include/node/openssl/lhash_asm.h +0 -2
- package/include/node/openssl/lhash_no-asm.h +0 -2
- package/include/node/openssl/ocsp_asm.h +0 -2
- package/include/node/openssl/ocsp_no-asm.h +0 -2
- package/include/node/openssl/opensslconf_asm.h +0 -2
- package/include/node/openssl/opensslconf_no-asm.h +0 -2
- package/include/node/openssl/opensslv_asm.h +0 -2
- package/include/node/openssl/opensslv_no-asm.h +0 -2
- package/include/node/openssl/pkcs12_asm.h +0 -2
- package/include/node/openssl/pkcs12_no-asm.h +0 -2
- package/include/node/openssl/pkcs7_asm.h +0 -2
- package/include/node/openssl/pkcs7_no-asm.h +0 -2
- package/include/node/openssl/safestack_asm.h +0 -2
- package/include/node/openssl/safestack_no-asm.h +0 -2
- package/include/node/openssl/srp_asm.h +0 -2
- package/include/node/openssl/srp_no-asm.h +0 -2
- package/include/node/openssl/ssl_asm.h +0 -2
- package/include/node/openssl/ssl_no-asm.h +0 -2
- package/include/node/openssl/ui_asm.h +0 -2
- package/include/node/openssl/ui_no-asm.h +0 -2
- package/include/node/openssl/x509_asm.h +0 -2
- package/include/node/openssl/x509_no-asm.h +0 -2
- package/include/node/openssl/x509_vfy_asm.h +0 -2
- package/include/node/openssl/x509_vfy_no-asm.h +0 -2
- package/include/node/openssl/x509v3_asm.h +0 -2
- package/include/node/openssl/x509v3_no-asm.h +0 -2
- package/package.json +1 -1
- package/share/man/man1/node.1 +6 -0
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +0 -32
- package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-x32/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/bio.h +0 -884
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ssl.h +0 -2654
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-x32/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +0 -33
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/bio.h +0 -884
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ssl.h +0 -2654
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/bio.h +0 -884
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ssl.h +0 -2654
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_wrap.h +0 -46
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#17.7.1">17.7.1</a><br/>
|
|
12
|
+
<a href="#17.7.0">17.7.0</a><br/>
|
|
13
|
+
<a href="#17.6.0">17.6.0</a><br/>
|
|
11
14
|
<a href="#17.5.0">17.5.0</a><br/>
|
|
12
15
|
<a href="#17.4.0">17.4.0</a><br/>
|
|
13
16
|
<a href="#17.3.1">17.3.1</a><br/>
|
|
@@ -39,6 +42,261 @@
|
|
|
39
42
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
43
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
44
|
|
|
45
|
+
<a id="17.7.1"></a>
|
|
46
|
+
|
|
47
|
+
## 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa
|
|
48
|
+
|
|
49
|
+
### Notable Changes
|
|
50
|
+
|
|
51
|
+
#### Fixed regression in url.resolve()
|
|
52
|
+
|
|
53
|
+
This release fixes an issue introduced in Node.js v17.7.0 with some URLs
|
|
54
|
+
that contain `@`. This issue affected yarn 1. This version reverts the
|
|
55
|
+
change that introduced the regression.
|
|
56
|
+
|
|
57
|
+
### Commits
|
|
58
|
+
|
|
59
|
+
* \[[`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#42280](https://github.com/nodejs/node/pull/42280)
|
|
60
|
+
|
|
61
|
+
<a id="17.7.0"></a>
|
|
62
|
+
|
|
63
|
+
## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa
|
|
64
|
+
|
|
65
|
+
### Notable Changes
|
|
66
|
+
|
|
67
|
+
* \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto**: add KeyObject.prototype.equals method (Filip Skokan) [#42093](https://github.com/nodejs/node/pull/42093)
|
|
68
|
+
* \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - **(SEMVER-MINOR)** **net**: add new options to `net.Socket` and `net.Server` (Paolo Insogna) [#41310](https://github.com/nodejs/node/pull/41310)
|
|
69
|
+
* \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - **(SEMVER-MINOR)** **src**: allow preventing InitializeInspector in env (Shelley Vohr) [#35025](https://github.com/nodejs/node/pull/35025)
|
|
70
|
+
* \[[`a4969d5c37`](https://github.com/nodejs/node/commit/a4969d5c37)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
|
|
71
|
+
|
|
72
|
+
### Dependency Updates
|
|
73
|
+
|
|
74
|
+
* \[[`0b8efea182`](https://github.com/nodejs/node/commit/0b8efea182)] - **deps**: update nghttp2 to 1.47.0 (Yash Ladha) [#42127](https://github.com/nodejs/node/pull/42127)
|
|
75
|
+
* \[[`ccacf99e5c`](https://github.com/nodejs/node/commit/ccacf99e5c)] - **deps**: upgrade npm to 8.5.2 (npm team) [#42122](https://github.com/nodejs/node/pull/42122)
|
|
76
|
+
|
|
77
|
+
### New Collaborators
|
|
78
|
+
|
|
79
|
+
* \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - **doc**: add JakobJingleheimer to collaborators list (Jacob Smith) [#42185](https://github.com/nodejs/node/pull/42185)
|
|
80
|
+
* \[[`0ce00ca5e1`](https://github.com/nodejs/node/commit/0ce00ca5e1)] - **doc**: move bnoordhuis back to collaborators (Ben Noordhuis) [#42064](https://github.com/nodejs/node/pull/42064)
|
|
81
|
+
|
|
82
|
+
### Commits
|
|
83
|
+
|
|
84
|
+
* \[[`d05758f79f`](https://github.com/nodejs/node/commit/d05758f79f)] - **buffer**: improve blob read performance (Xuguang Mei) [#42117](https://github.com/nodejs/node/pull/42117)
|
|
85
|
+
* \[[`0bbb44741b`](https://github.com/nodejs/node/commit/0bbb44741b)] - **build**: drop shortened URL from lint-commit-message (Richard Lau) [#42168](https://github.com/nodejs/node/pull/42168)
|
|
86
|
+
* \[[`4e9fac6539`](https://github.com/nodejs/node/commit/4e9fac6539)] - **build**: fix usage of input in feature action (Michael Dawson) [#42150](https://github.com/nodejs/node/pull/42150)
|
|
87
|
+
* \[[`853cbd99b8`](https://github.com/nodejs/node/commit/853cbd99b8)] - **build**: increase max ops for stale feature action (Michael Dawson) [#42130](https://github.com/nodejs/node/pull/42130)
|
|
88
|
+
* \[[`3fc3f521d6`](https://github.com/nodejs/node/commit/3fc3f521d6)] - **build**: add corepack to the auto-updated dependencies (Maël Nison) [#42090](https://github.com/nodejs/node/pull/42090)
|
|
89
|
+
* \[[`ec4c0de6d1`](https://github.com/nodejs/node/commit/ec4c0de6d1)] - **build**: last test of the stale feature action (Michael Dawson) [#42085](https://github.com/nodejs/node/pull/42085)
|
|
90
|
+
* \[[`03ebca86d9`](https://github.com/nodejs/node/commit/03ebca86d9)] - **build**: update feature close action for testing (Michael Dawson) [#42082](https://github.com/nodejs/node/pull/42082)
|
|
91
|
+
* \[[`c9ea6a9261`](https://github.com/nodejs/node/commit/c9ea6a9261)] - **crypto**: validate `this` value for `webcrypto.getRandomValues` (Antoine du Hamel) [#41760](https://github.com/nodejs/node/pull/41760)
|
|
92
|
+
* \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto**: add KeyObject.prototype.equals method (Filip Skokan) [#42093](https://github.com/nodejs/node/pull/42093)
|
|
93
|
+
* \[[`288f627c46`](https://github.com/nodejs/node/commit/288f627c46)] - **crypto**: clarify `require("crypto").getRandomValues` is Node.js specific (Antoine du Hamel) [#41782](https://github.com/nodejs/node/pull/41782)
|
|
94
|
+
* \[[`0b8efea182`](https://github.com/nodejs/node/commit/0b8efea182)] - **deps**: update nghttp2 to 1.47.0 (Yash Ladha) [#42127](https://github.com/nodejs/node/pull/42127)
|
|
95
|
+
* \[[`ccacf99e5c`](https://github.com/nodejs/node/commit/ccacf99e5c)] - **deps**: upgrade npm to 8.5.2 (npm team) [#42122](https://github.com/nodejs/node/pull/42122)
|
|
96
|
+
* \[[`1359f60338`](https://github.com/nodejs/node/commit/1359f60338)] - **deps**: V8: cherry-pick 77d515484864 (Lu Yahan) [#42067](https://github.com/nodejs/node/pull/42067)
|
|
97
|
+
* \[[`769e2a486f`](https://github.com/nodejs/node/commit/769e2a486f)] - **deps**: V8: cherry-pick b66334313c8b (Lu Yahan) [#42067](https://github.com/nodejs/node/pull/42067)
|
|
98
|
+
* \[[`fc7d429516`](https://github.com/nodejs/node/commit/fc7d429516)] - **doc**: update stale feature messages (Michael Dawson) [#42217](https://github.com/nodejs/node/pull/42217)
|
|
99
|
+
* \[[`6183749861`](https://github.com/nodejs/node/commit/6183749861)] - **doc**: remove erroneous comma in cluster explainer (Tobias Nießen) [#42238](https://github.com/nodejs/node/pull/42238)
|
|
100
|
+
* \[[`555da9b658`](https://github.com/nodejs/node/commit/555da9b658)] - **doc**: remove "considered" for clarity (Rich Trott) [#42218](https://github.com/nodejs/node/pull/42218)
|
|
101
|
+
* \[[`05c3ff5e76`](https://github.com/nodejs/node/commit/05c3ff5e76)] - **doc**: clarify that some modules don't work when compiled without ssl (Antoine du Hamel) [#42198](https://github.com/nodejs/node/pull/42198)
|
|
102
|
+
* \[[`a6c1abf7e1`](https://github.com/nodejs/node/commit/a6c1abf7e1)] - **doc**: add note about nghttp2 hd pair size (Rafael Silva) [#42172](https://github.com/nodejs/node/pull/42172)
|
|
103
|
+
* \[[`04d2c74c8a`](https://github.com/nodejs/node/commit/04d2c74c8a)] - **doc**: use parenthesis instead of em dash (Antoine du Hamel) [#42202](https://github.com/nodejs/node/pull/42202)
|
|
104
|
+
* \[[`6a74fa91bb`](https://github.com/nodejs/node/commit/6a74fa91bb)] - **doc**: add next-10 to strategic initiatives (Michael Dawson) [#42167](https://github.com/nodejs/node/pull/42167)
|
|
105
|
+
* \[[`ee027391e7`](https://github.com/nodejs/node/commit/ee027391e7)] - **doc**: add missing single-quotes to `http.OutgoingMessage` (Juan José Arboleda) [#42162](https://github.com/nodejs/node/pull/42162)
|
|
106
|
+
* \[[`84859c4029`](https://github.com/nodejs/node/commit/84859c4029)] - **doc**: fix typos (apeltop) [#42146](https://github.com/nodejs/node/pull/42146)
|
|
107
|
+
* \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - **doc**: add JakobJingleheimer to collaborators list (Jacob Smith) [#42185](https://github.com/nodejs/node/pull/42185)
|
|
108
|
+
* \[[`ce86fc3006`](https://github.com/nodejs/node/commit/ce86fc3006)] - **doc**: remove reference to obsolete security program (Rich Trott) [#42144](https://github.com/nodejs/node/pull/42144)
|
|
109
|
+
* \[[`5d010bcde2`](https://github.com/nodejs/node/commit/5d010bcde2)] - **doc**: remove repeated a word (apeltop) [#42138](https://github.com/nodejs/node/pull/42138)
|
|
110
|
+
* \[[`a32ec983c6`](https://github.com/nodejs/node/commit/a32ec983c6)] - **doc**: make building with ninja more discoverable (Balakrishna Avulapati) [#41840](https://github.com/nodejs/node/pull/41840)
|
|
111
|
+
* \[[`26fe61b6ad`](https://github.com/nodejs/node/commit/26fe61b6ad)] - **doc**: document change to IncomingMessage.headers enumerability (Arnold Zokas) [#42095](https://github.com/nodejs/node/pull/42095)
|
|
112
|
+
* \[[`eb622a0761`](https://github.com/nodejs/node/commit/eb622a0761)] - **doc**: add meixg to triagers (Xuguang Mei) [#42066](https://github.com/nodejs/node/pull/42066)
|
|
113
|
+
* \[[`bd04fc89da`](https://github.com/nodejs/node/commit/bd04fc89da)] - **doc**: clarify persistent ref behavior (Michael Dawson) [#42035](https://github.com/nodejs/node/pull/42035)
|
|
114
|
+
* \[[`0ce00ca5e1`](https://github.com/nodejs/node/commit/0ce00ca5e1)] - **doc**: move bnoordhuis back to collaborators (Ben Noordhuis) [#42064](https://github.com/nodejs/node/pull/42064)
|
|
115
|
+
* \[[`8b531dadb1`](https://github.com/nodejs/node/commit/8b531dadb1)] - **doc**: clarify supported versus enabled TLS ciphers (Tobias Nießen) [#42063](https://github.com/nodejs/node/pull/42063)
|
|
116
|
+
* \[[`3789d668f7`](https://github.com/nodejs/node/commit/3789d668f7)] - **doc**: add missing api entries on performance (legendecas) [#42018](https://github.com/nodejs/node/pull/42018)
|
|
117
|
+
* \[[`a4969d5c37`](https://github.com/nodejs/node/commit/a4969d5c37)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
|
|
118
|
+
* \[[`8b94ea6e1c`](https://github.com/nodejs/node/commit/8b94ea6e1c)] - **doc**,tools: improve navigability of API docs (Paolo Insogna) [#41404](https://github.com/nodejs/node/pull/41404)
|
|
119
|
+
* \[[`2e1231b831`](https://github.com/nodejs/node/commit/2e1231b831)] - **errors**: do not access .stack in debug (Benjamin Coe) [#42096](https://github.com/nodejs/node/pull/42096)
|
|
120
|
+
* \[[`8dd4878850`](https://github.com/nodejs/node/commit/8dd4878850)] - **esm**: fix base URL for network imports (Bradley Farias) [#42131](https://github.com/nodejs/node/pull/42131)
|
|
121
|
+
* \[[`2bc136d3cb`](https://github.com/nodejs/node/commit/2bc136d3cb)] - **esm**: fix relative imports for https (Bradley Farias) [#42119](https://github.com/nodejs/node/pull/42119)
|
|
122
|
+
* \[[`576c1aea8e`](https://github.com/nodejs/node/commit/576c1aea8e)] - **fs**: adjust default `length` for `fs.readSync` and fsPromises/`read` (Livia Medeiros) [#42128](https://github.com/nodejs/node/pull/42128)
|
|
123
|
+
* \[[`041373696f`](https://github.com/nodejs/node/commit/041373696f)] - **http**: add default argument for Agent.prototype.getName (小菜) [#41906](https://github.com/nodejs/node/pull/41906)
|
|
124
|
+
* \[[`1de80872e8`](https://github.com/nodejs/node/commit/1de80872e8)] - **http2**: add edge case to GOAWAY request (Rafael Silva) [#42190](https://github.com/nodejs/node/pull/42190)
|
|
125
|
+
* \[[`9bc7a954fd`](https://github.com/nodejs/node/commit/9bc7a954fd)] - **http2**: close stream and session on frameError (Rafael Silva) [#42147](https://github.com/nodejs/node/pull/42147)
|
|
126
|
+
* \[[`384872fdbd`](https://github.com/nodejs/node/commit/384872fdbd)] - **lib**: clean after the cancel algorithm throw error (Chen Gang) [#41366](https://github.com/nodejs/node/pull/41366)
|
|
127
|
+
* \[[`f7ea75fd0a`](https://github.com/nodejs/node/commit/f7ea75fd0a)] - **lib**: add legacy built-in functions to primordials (Antoine du Hamel) [#42049](https://github.com/nodejs/node/pull/42049)
|
|
128
|
+
* \[[`7f1c83e674`](https://github.com/nodejs/node/commit/7f1c83e674)] - **loader**: fix esm resolve for symlink file (Xuguang Mei) [#42197](https://github.com/nodejs/node/pull/42197)
|
|
129
|
+
* \[[`5b23e67ad5`](https://github.com/nodejs/node/commit/5b23e67ad5)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42227](https://github.com/nodejs/node/pull/42227)
|
|
130
|
+
* \[[`cad7dde9af`](https://github.com/nodejs/node/commit/cad7dde9af)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42142](https://github.com/nodejs/node/pull/42142)
|
|
131
|
+
* \[[`7ed2c19cbb`](https://github.com/nodejs/node/commit/7ed2c19cbb)] - **meta**: correct link to feature request document (Simen Bekkhus) [#42092](https://github.com/nodejs/node/pull/42092)
|
|
132
|
+
* \[[`e0448da9a9`](https://github.com/nodejs/node/commit/e0448da9a9)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#42068](https://github.com/nodejs/node/pull/42068)
|
|
133
|
+
* \[[`e3347dbaa8`](https://github.com/nodejs/node/commit/e3347dbaa8)] - **meta**: remove collaborator (Rich Trott) [#42073](https://github.com/nodejs/node/pull/42073)
|
|
134
|
+
* \[[`96510b3411`](https://github.com/nodejs/node/commit/96510b3411)] - **module**: prefer async/await in https imports (Benjamin Gruenbaum) [#41950](https://github.com/nodejs/node/pull/41950)
|
|
135
|
+
* \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - **(SEMVER-MINOR)** **net**: add new options to `net.Socket` and `net.Server` (Paolo Insogna) [#41310](https://github.com/nodejs/node/pull/41310)
|
|
136
|
+
* \[[`f107f8bf40`](https://github.com/nodejs/node/commit/f107f8bf40)] - **node**-api: fix typo in `node_api.cc` (Austin Kelleher) [#42110](https://github.com/nodejs/node/pull/42110)
|
|
137
|
+
* \[[`c72c3f4bb1`](https://github.com/nodejs/node/commit/c72c3f4bb1)] - **perf\_hooks**: do not return all entries with getEntriesBy\[Name|Type] (Xuguang Mei) [#42104](https://github.com/nodejs/node/pull/42104)
|
|
138
|
+
* \[[`7c49785348`](https://github.com/nodejs/node/commit/7c49785348)] - **process**: fix named report export (madflow) [#41861](https://github.com/nodejs/node/pull/41861)
|
|
139
|
+
* \[[`d6b1a4a235`](https://github.com/nodejs/node/commit/d6b1a4a235)] - **repl**: remove preview when press escape (meixg) [#42053](https://github.com/nodejs/node/pull/42053)
|
|
140
|
+
* \[[`98b1be0ec2`](https://github.com/nodejs/node/commit/98b1be0ec2)] - **src**: return proper URLs from node\_api\_get\_module\_file\_name (Anna Henningsen) [#41758](https://github.com/nodejs/node/pull/41758)
|
|
141
|
+
* \[[`0abc20b6cf`](https://github.com/nodejs/node/commit/0abc20b6cf)] - **src**: skip revoke\_data\_object if uuid is not found (Xuguang Mei) [#42212](https://github.com/nodejs/node/pull/42212)
|
|
142
|
+
* \[[`ce409279d8`](https://github.com/nodejs/node/commit/ce409279d8)] - **src**: remove dead code in AddFingerprintDigest (Tobias Nießen) [#42145](https://github.com/nodejs/node/pull/42145)
|
|
143
|
+
* \[[`4c9f2b5d83`](https://github.com/nodejs/node/commit/4c9f2b5d83)] - **src**: combine GetCurveASN1Name and GetCurveNistName (Tobias Nießen) [#42118](https://github.com/nodejs/node/pull/42118)
|
|
144
|
+
* \[[`f0558d88fb`](https://github.com/nodejs/node/commit/f0558d88fb)] - **src**: simplify TLSWrap::SetSession (Tobias Nießen) [#42087](https://github.com/nodejs/node/pull/42087)
|
|
145
|
+
* \[[`97f5ceda84`](https://github.com/nodejs/node/commit/97f5ceda84)] - **src**: prefer bool over int in crypto\_common (Tobias Nießen) [#42097](https://github.com/nodejs/node/pull/42097)
|
|
146
|
+
* \[[`382ffdade0`](https://github.com/nodejs/node/commit/382ffdade0)] - **src**: simplify arg type of AddFingerprintDigest (Tobias Nießen) [#42101](https://github.com/nodejs/node/pull/42101)
|
|
147
|
+
* \[[`07de4ed641`](https://github.com/nodejs/node/commit/07de4ed641)] - **src**: do not ignore return value of BIO\_reset (Tobias Nießen) [#42103](https://github.com/nodejs/node/pull/42103)
|
|
148
|
+
* \[[`3366618ce2`](https://github.com/nodejs/node/commit/3366618ce2)] - **src**: simplify GetExponentString (Tobias Nießen) [#42121](https://github.com/nodejs/node/pull/42121)
|
|
149
|
+
* \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - **(SEMVER-MINOR)** src: allow preventing InitializeInspector in env (Shelley Vohr) [#35025](https://github.com/nodejs/node/pull/35025)
|
|
150
|
+
* \[[`06e5c0ee39`](https://github.com/nodejs/node/commit/06e5c0ee39)] - **stream**: use .chunk when calling adapters's writev (Xuguang Mei) [#42161](https://github.com/nodejs/node/pull/42161)
|
|
151
|
+
* \[[`53338fe65c`](https://github.com/nodejs/node/commit/53338fe65c)] - **stream**: allow returning null from pipeline tail (Robert Nagy) [#42078](https://github.com/nodejs/node/pull/42078)
|
|
152
|
+
* \[[`8431fb90dc`](https://github.com/nodejs/node/commit/8431fb90dc)] - **stream**: port more test262 tests (Benjamin Gruenbaum) [#41974](https://github.com/nodejs/node/pull/41974)
|
|
153
|
+
* \[[`0be3c61ae9`](https://github.com/nodejs/node/commit/0be3c61ae9)] - **test**: cover 32-bit sizes in generatePrime (Tobias Nießen) [#42207](https://github.com/nodejs/node/pull/42207)
|
|
154
|
+
* \[[`ceb47d13ff`](https://github.com/nodejs/node/commit/ceb47d13ff)] - **test**: fix test-process-env-tz.js by using RegExp (Khaidi Chu) [#42113](https://github.com/nodejs/node/pull/42113)
|
|
155
|
+
* \[[`f21fbeec2e`](https://github.com/nodejs/node/commit/f21fbeec2e)] - **test**: update V8 trace events test expectations (Nikolaos Papaspyrou) [#42120](https://github.com/nodejs/node/pull/42120)
|
|
156
|
+
* \[[`d0f68a398e`](https://github.com/nodejs/node/commit/d0f68a398e)] - **test**: deflake test-common-expect-warning (Luigi Pinca) [#42046](https://github.com/nodejs/node/pull/42046)
|
|
157
|
+
* \[[`482b2205b2`](https://github.com/nodejs/node/commit/482b2205b2)] - **test**: validate `EventEmitterAsyncResource` methods throw on invalid this (Yoshiki Kurihara) [#42041](https://github.com/nodejs/node/pull/42041)
|
|
158
|
+
* \[[`99301469ed`](https://github.com/nodejs/node/commit/99301469ed)] - **test**: increase Fibonacci argument to 40 (Rich Trott) [#42055](https://github.com/nodejs/node/pull/42055)
|
|
159
|
+
* \[[`c01134ed27`](https://github.com/nodejs/node/commit/c01134ed27)] - **tools**: update lint-md-dependencies to rollup\@2.69.1 (Node.js GitHub Bot) [#42226](https://github.com/nodejs/node/pull/42226)
|
|
160
|
+
* \[[`41b6d9e95a`](https://github.com/nodejs/node/commit/41b6d9e95a)] - **tools**: update lint-md rollup dependencies (Node.js GitHub Bot) [#42141](https://github.com/nodejs/node/pull/42141)
|
|
161
|
+
* \[[`28f636422e`](https://github.com/nodejs/node/commit/28f636422e)] - **tools**: update eslint to 8.10.0 (Node.js GitHub Bot) [#42143](https://github.com/nodejs/node/pull/42143)
|
|
162
|
+
* \[[`9aeda47d9c`](https://github.com/nodejs/node/commit/9aeda47d9c)] - **url**: fix url.parse() for @hostname (Rich Trott) [#42136](https://github.com/nodejs/node/pull/42136)
|
|
163
|
+
* \[[`ecb5980e2f`](https://github.com/nodejs/node/commit/ecb5980e2f)] - **url, src**: modify one `special_back_slash` (Khaidi Chu) [#42112](https://github.com/nodejs/node/pull/42112)
|
|
164
|
+
|
|
165
|
+
<a id="17.6.0"></a>
|
|
166
|
+
|
|
167
|
+
## 2022-02-22, Version 17.6.0 (Current), @BethGriggs prepared by @bengl
|
|
168
|
+
|
|
169
|
+
### Notable Changes
|
|
170
|
+
|
|
171
|
+
* \[[`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#41587](https://github.com/nodejs/node/pull/41587)
|
|
172
|
+
* \[[`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#41931](https://github.com/nodejs/node/pull/41931)
|
|
173
|
+
* \[[`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#41905](https://github.com/nodejs/node/pull/41905)
|
|
174
|
+
* \[[`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#36328](https://github.com/nodejs/node/pull/36328)
|
|
175
|
+
* \[[`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#41819](https://github.com/nodejs/node/pull/41819)
|
|
176
|
+
* \[[`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#41956](https://github.com/nodejs/node/pull/41956)
|
|
177
|
+
* \[[`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#41662](https://github.com/nodejs/node/pull/41662)
|
|
178
|
+
* \[[`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#41872](https://github.com/nodejs/node/pull/41872)
|
|
179
|
+
* Documentation-only.
|
|
180
|
+
|
|
181
|
+
### Dependency Updates
|
|
182
|
+
|
|
183
|
+
* \[[`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#42039](https://github.com/nodejs/node/pull/42039)
|
|
184
|
+
* \[[`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to 3e267ece5f (Michaël Zasso) [#41955](https://github.com/nodejs/node/pull/41955)
|
|
185
|
+
* \[[`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#41925](https://github.com/nodejs/node/pull/41925)
|
|
186
|
+
|
|
187
|
+
### New Collaborators
|
|
188
|
+
|
|
189
|
+
* \[[`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#41991](https://github.com/nodejs/node/pull/41991)
|
|
190
|
+
* \[[`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#41914](https://github.com/nodejs/node/pull/41914)
|
|
191
|
+
|
|
192
|
+
### Commits
|
|
193
|
+
|
|
194
|
+
* \[[`c673953f6d`](https://github.com/nodejs/node/commit/c673953f6d)] - **build**: cancel running CI jobs when a PR is updated (Michaël Zasso) [#42017](https://github.com/nodejs/node/pull/42017)
|
|
195
|
+
* \[[`782506c099`](https://github.com/nodejs/node/commit/782506c099)] - **build**: increase operations and test tag (Michael Dawson) [#42038](https://github.com/nodejs/node/pull/42038)
|
|
196
|
+
* \[[`d3e6ad1ed5`](https://github.com/nodejs/node/commit/d3e6ad1ed5)] - **build**: allow manual run of feature request action (Michael Dawson) [#42037](https://github.com/nodejs/node/pull/42037)
|
|
197
|
+
* \[[`69d7736e08`](https://github.com/nodejs/node/commit/69d7736e08)] - **build**: add action to close stale feature requests (Michael Dawson) [#41981](https://github.com/nodejs/node/pull/41981)
|
|
198
|
+
* \[[`1315f1eb25`](https://github.com/nodejs/node/commit/1315f1eb25)] - **build**: prevent concurrent CI and CQ workflow runs (Michaël Zasso) [#42016](https://github.com/nodejs/node/pull/42016)
|
|
199
|
+
* \[[`1e8e8bc22b`](https://github.com/nodejs/node/commit/1e8e8bc22b)] - **build**: use zoslib\_include\_dir provided by node-gyp (alexcfyung) [#41713](https://github.com/nodejs/node/pull/41713)
|
|
200
|
+
* \[[`4e2e2cb821`](https://github.com/nodejs/node/commit/4e2e2cb821)] - **build**: move tool updates workflow runtime a day later (Rich Trott) [#41982](https://github.com/nodejs/node/pull/41982)
|
|
201
|
+
* \[[`cd04ed1382`](https://github.com/nodejs/node/commit/cd04ed1382)] - **build**: extend yamllint configuration (Mestery) [#41756](https://github.com/nodejs/node/pull/41756)
|
|
202
|
+
* \[[`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#41905](https://github.com/nodejs/node/pull/41905)
|
|
203
|
+
* \[[`2b1dabfb16`](https://github.com/nodejs/node/commit/2b1dabfb16)] - **build**: revert fast-track changes (Filip Skokan) [#41892](https://github.com/nodejs/node/pull/41892)
|
|
204
|
+
* \[[`182e6b9ee9`](https://github.com/nodejs/node/commit/182e6b9ee9)] - **build**: improve consistency between workflows (Mestery) [#41791](https://github.com/nodejs/node/pull/41791)
|
|
205
|
+
* \[[`f4cb72600d`](https://github.com/nodejs/node/commit/f4cb72600d)] - **build,tools**: change the quotes in YAML (Mestery) [#41756](https://github.com/nodejs/node/pull/41756)
|
|
206
|
+
* \[[`24b0a563a4`](https://github.com/nodejs/node/commit/24b0a563a4)] - **child\_process**: kHideConsoleWindows for spawnSync (Raymond Zhao) [#41412](https://github.com/nodejs/node/pull/41412)
|
|
207
|
+
* \[[`c41e402c06`](https://github.com/nodejs/node/commit/c41e402c06)] - **cluster**: respect listen backlog set by workers (Elad Nava) [#41623](https://github.com/nodejs/node/pull/41623)
|
|
208
|
+
* \[[`84b1e4fba7`](https://github.com/nodejs/node/commit/84b1e4fba7)] - **crypto**: check result of BIO\_new in X509ToObject (Tobias Nießen) [#41979](https://github.com/nodejs/node/pull/41979)
|
|
209
|
+
* \[[`946ac96817`](https://github.com/nodejs/node/commit/946ac96817)] - **crypto**: rename X509\_NAME\_FLAGS (Tobias Nießen) [#42001](https://github.com/nodejs/node/pull/42001)
|
|
210
|
+
* \[[`60682917dd`](https://github.com/nodejs/node/commit/60682917dd)] - **(SEMVER-MINOR)** **crypto**: expose Web Crypto API on the global scope (Antoine du Hamel) [#41938](https://github.com/nodejs/node/pull/41938)
|
|
211
|
+
* \[[`0fff4d2314`](https://github.com/nodejs/node/commit/0fff4d2314)] - **crypto**: do not advertise unsupported algorithms (Brian White) [#41864](https://github.com/nodejs/node/pull/41864)
|
|
212
|
+
* \[[`67f1ebf9b4`](https://github.com/nodejs/node/commit/67f1ebf9b4)] - **debugger**: add debugger alias for exec(expr) (Xuguang Mei) [#41907](https://github.com/nodejs/node/pull/41907)
|
|
213
|
+
* \[[`1eac0a1677`](https://github.com/nodejs/node/commit/1eac0a1677)] - **debugger**: remove duplicate setPauseOnException call (Balakrishna Avulapati) [#41838](https://github.com/nodejs/node/pull/41838)
|
|
214
|
+
* \[[`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#42039](https://github.com/nodejs/node/pull/42039)
|
|
215
|
+
* \[[`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to 3e267ece5f (Michaël Zasso) [#41955](https://github.com/nodejs/node/pull/41955)
|
|
216
|
+
* \[[`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#41925](https://github.com/nodejs/node/pull/41925)
|
|
217
|
+
* \[[`fea682ca94`](https://github.com/nodejs/node/commit/fea682ca94)] - **doc**: fix typo in http2 endAfterHeaders description (Alexandru Comanescu) [#42060](https://github.com/nodejs/node/pull/42060)
|
|
218
|
+
* \[[`9c618ad729`](https://github.com/nodejs/node/commit/9c618ad729)] - **doc**: make minor fixes to contributing guides (T-O-R-U-S) [#41966](https://github.com/nodejs/node/pull/41966)
|
|
219
|
+
* \[[`60bbacdd91`](https://github.com/nodejs/node/commit/60bbacdd91)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
|
|
220
|
+
* \[[`2e252b3c95`](https://github.com/nodejs/node/commit/2e252b3c95)] - **doc**: adjust a/an word usage (Derek Wolpert) [#41915](https://github.com/nodejs/node/pull/41915)
|
|
221
|
+
* \[[`c7d590c66e`](https://github.com/nodejs/node/commit/c7d590c66e)] - **doc**: remove extra \<td> (Ray) [#42006](https://github.com/nodejs/node/pull/42006)
|
|
222
|
+
* \[[`06f225c6a6`](https://github.com/nodejs/node/commit/06f225c6a6)] - **doc**: capitalize valgrind (T•Ø•R•Ü•S) [#41986](https://github.com/nodejs/node/pull/41986)
|
|
223
|
+
* \[[`6195de506a`](https://github.com/nodejs/node/commit/6195de506a)] - **doc**: fix deprecation number (Antoine du Hamel) [#41990](https://github.com/nodejs/node/pull/41990)
|
|
224
|
+
* \[[`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#41991](https://github.com/nodejs/node/pull/41991)
|
|
225
|
+
* \[[`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#41587](https://github.com/nodejs/node/pull/41587)
|
|
226
|
+
* \[[`d34ee45134`](https://github.com/nodejs/node/commit/d34ee45134)] - **doc**: fix bug in `readable.unshift` code example (Xuguang Mei) [#41944](https://github.com/nodejs/node/pull/41944)
|
|
227
|
+
* \[[`8748b1e61d`](https://github.com/nodejs/node/commit/8748b1e61d)] - **doc**: add missing `buffer` in the `stream/consumers` import example (Mestery) [#41961](https://github.com/nodejs/node/pull/41961)
|
|
228
|
+
* \[[`cb9dba034a`](https://github.com/nodejs/node/commit/cb9dba034a)] - **doc**: fix typo in readableStream.locked description (Tobias Nießen) [#41923](https://github.com/nodejs/node/pull/41923)
|
|
229
|
+
* \[[`43a5161cee`](https://github.com/nodejs/node/commit/43a5161cee)] - **doc**: fix wrong indent in stream documentation (Xuguang Mei) [#41943](https://github.com/nodejs/node/pull/41943)
|
|
230
|
+
* \[[`dca2692ae3`](https://github.com/nodejs/node/commit/dca2692ae3)] - **doc**: emphasize security warning in vm module doc (Rich Trott) [#41916](https://github.com/nodejs/node/pull/41916)
|
|
231
|
+
* \[[`b0e8ccb84c`](https://github.com/nodejs/node/commit/b0e8ccb84c)] - **doc**: clarify `tls.Server` `'connection'` event documentation (Austin Cheney) [#41917](https://github.com/nodejs/node/pull/41917)
|
|
232
|
+
* \[[`6a7b0160df`](https://github.com/nodejs/node/commit/6a7b0160df)] - **doc**: improve scrollbar appearance in dark mode (Aaron Xie) [#41890](https://github.com/nodejs/node/pull/41890)
|
|
233
|
+
* \[[`aa684a78fe`](https://github.com/nodejs/node/commit/aa684a78fe)] - **doc**: replace text with paths in toggle SVGs (Brian White) [#41885](https://github.com/nodejs/node/pull/41885)
|
|
234
|
+
* \[[`fc9d4e96c1`](https://github.com/nodejs/node/commit/fc9d4e96c1)] - **doc**: edit process.config deprecation text (Rich Trott) [#41889](https://github.com/nodejs/node/pull/41889)
|
|
235
|
+
* \[[`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#41914](https://github.com/nodejs/node/pull/41914)
|
|
236
|
+
* \[[`ba5cb89134`](https://github.com/nodejs/node/commit/ba5cb89134)] - **doc**: remove unneeded ellipsis in header (Rich Trott) [#41888](https://github.com/nodejs/node/pull/41888)
|
|
237
|
+
* \[[`291fe631dd`](https://github.com/nodejs/node/commit/291fe631dd)] - **doc**: fix webstream close reject state state doc (Benjamin Gruenbaum) [#41860](https://github.com/nodejs/node/pull/41860)
|
|
238
|
+
* \[[`c0f4289c65`](https://github.com/nodejs/node/commit/c0f4289c65)] - **esm**: improve `fetch_module` test coverage and remove hack (Antoine du Hamel) [#41947](https://github.com/nodejs/node/pull/41947)
|
|
239
|
+
* \[[`a95f7a0c25`](https://github.com/nodejs/node/commit/a95f7a0c25)] - **esm**: remove erroneous `context.parentURL` property passed to `load` hook (Jacob Smith) [#41975](https://github.com/nodejs/node/pull/41975)
|
|
240
|
+
* \[[`66c9565f99`](https://github.com/nodejs/node/commit/66c9565f99)] - **esm**: fix typo in `fetch_module` (Michael Scovetta) [#41924](https://github.com/nodejs/node/pull/41924)
|
|
241
|
+
* \[[`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#36328](https://github.com/nodejs/node/pull/36328)
|
|
242
|
+
* \[[`0660ba3cd0`](https://github.com/nodejs/node/commit/0660ba3cd0)] - **events**: set default handler value (Benjamin Gruenbaum) [#41970](https://github.com/nodejs/node/pull/41970)
|
|
243
|
+
* \[[`5a807c5927`](https://github.com/nodejs/node/commit/5a807c5927)] - **fs**: fix default `length` parameter for `fs.read` (wbt) [#40349](https://github.com/nodejs/node/pull/40349)
|
|
244
|
+
* \[[`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#41819](https://github.com/nodejs/node/pull/41819)
|
|
245
|
+
* \[[`be5143b3f5`](https://github.com/nodejs/node/commit/be5143b3f5)] - **fs**: fix cb/sync writev empty array behavior (Benjamin Gruenbaum) [#41932](https://github.com/nodejs/node/pull/41932)
|
|
246
|
+
* \[[`b4db004855`](https://github.com/nodejs/node/commit/b4db004855)] - **fs**: fix writev empty array error behavior (Benjamin Gruenbaum) [#41919](https://github.com/nodejs/node/pull/41919)
|
|
247
|
+
* \[[`528c585b2b`](https://github.com/nodejs/node/commit/528c585b2b)] - **fs**: refactor to use ES2020 syntax (小菜) [#41903](https://github.com/nodejs/node/pull/41903)
|
|
248
|
+
* \[[`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#41956](https://github.com/nodejs/node/pull/41956)
|
|
249
|
+
* \[[`c3b0e72d01`](https://github.com/nodejs/node/commit/c3b0e72d01)] - **lib**: stop installing webcrypto if `no_browser_globals` is `true` (Mestery) [#41971](https://github.com/nodejs/node/pull/41971)
|
|
250
|
+
* \[[`ae36276148`](https://github.com/nodejs/node/commit/ae36276148)] - **lib**: allow respondWithNewView on byob auto allocated streams (Sean Quinlan) [#41887](https://github.com/nodejs/node/pull/41887)
|
|
251
|
+
* \[[`68ec8d5824`](https://github.com/nodejs/node/commit/68ec8d5824)] - **lib**: stop installing fetch if no\_browser\_globals is true (Darshan Sen) [#41969](https://github.com/nodejs/node/pull/41969)
|
|
252
|
+
* \[[`f9bfdc3a65`](https://github.com/nodejs/node/commit/f9bfdc3a65)] - **lib**: restrict usage of fetch related globals in core internals (Antoine du Hamel) [#41957](https://github.com/nodejs/node/pull/41957)
|
|
253
|
+
* \[[`3a121345e7`](https://github.com/nodejs/node/commit/3a121345e7)] - **lib**: move kEnumerableProperty to internal/util (Mestery) [#41877](https://github.com/nodejs/node/pull/41877)
|
|
254
|
+
* \[[`fa3a9135ad`](https://github.com/nodejs/node/commit/fa3a9135ad)] - **lib**: add internal genericNodeError() function (Rich Trott) [#41879](https://github.com/nodejs/node/pull/41879)
|
|
255
|
+
* \[[`1e698e65a7`](https://github.com/nodejs/node/commit/1e698e65a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42058](https://github.com/nodejs/node/pull/42058)
|
|
256
|
+
* \[[`f51b55dae4`](https://github.com/nodejs/node/commit/f51b55dae4)] - **meta**: use plain emojis instead of escape sequences (Mestery) [#41989](https://github.com/nodejs/node/pull/41989)
|
|
257
|
+
* \[[`3d998112be`](https://github.com/nodejs/node/commit/3d998112be)] - **meta**: update AUTHORS and .mailmap (Rich Trott) [#41953](https://github.com/nodejs/node/pull/41953)
|
|
258
|
+
* \[[`391f4e5c25`](https://github.com/nodejs/node/commit/391f4e5c25)] - **perf\_hooks**: use arrays to store EntryBuffers (Xuguang Mei) [#42032](https://github.com/nodejs/node/pull/42032)
|
|
259
|
+
* \[[`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#41872](https://github.com/nodejs/node/pull/41872)
|
|
260
|
+
* \[[`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#41662](https://github.com/nodejs/node/pull/41662)
|
|
261
|
+
* \[[`c766159e68`](https://github.com/nodejs/node/commit/c766159e68)] - **repl**: #41690 REPL gives wrong autocomplete on literals (Xuguang Mei) [#41883](https://github.com/nodejs/node/pull/41883)
|
|
262
|
+
* \[[`f80cae8be5`](https://github.com/nodejs/node/commit/f80cae8be5)] - **src**: merge ToJsSet into ToV8Value (Anna Henningsen) [#41757](https://github.com/nodejs/node/pull/41757)
|
|
263
|
+
* \[[`e2a74d2e04`](https://github.com/nodejs/node/commit/e2a74d2e04)] - **src**: remove separate definitions for static constexpr members (Anna Henningsen) [#41755](https://github.com/nodejs/node/pull/41755)
|
|
264
|
+
* \[[`d91a956419`](https://github.com/nodejs/node/commit/d91a956419)] - **src**: use const reference instead of pointer in URL::SerializeURL (Anna Henningsen) [#41759](https://github.com/nodejs/node/pull/41759)
|
|
265
|
+
* \[[`0330e2d796`](https://github.com/nodejs/node/commit/0330e2d796)] - **src**: reserve string allocation space early in URL::SerializeURL (Anna Henningsen) [#41759](https://github.com/nodejs/node/pull/41759)
|
|
266
|
+
* \[[`364ec5ba8b`](https://github.com/nodejs/node/commit/364ec5ba8b)] - **src**: fix query/fragment serialization in URL::SerializeURL (Anna Henningsen) [#41759](https://github.com/nodejs/node/pull/41759)
|
|
267
|
+
* \[[`6076291168`](https://github.com/nodejs/node/commit/6076291168)] - **src**: don't print interface if sin6\_scope\_id is 0 (Santiago Gimeno) [#41547](https://github.com/nodejs/node/pull/41547)
|
|
268
|
+
* \[[`43c12f4962`](https://github.com/nodejs/node/commit/43c12f4962)] - **src,buffer**: evaluate THROW\_AND\_RETURN\_IF\_OOB() expression only once (Darshan Sen) [#41945](https://github.com/nodejs/node/pull/41945)
|
|
269
|
+
* \[[`b8cbb83222`](https://github.com/nodejs/node/commit/b8cbb83222)] - **stream**: add more forEach tests (Benjamin Gruenbaum) [#41937](https://github.com/nodejs/node/pull/41937)
|
|
270
|
+
* \[[`f5d7339b25`](https://github.com/nodejs/node/commit/f5d7339b25)] - **stream**: add more filter tests (Benjamin Gruenbaum) [#41936](https://github.com/nodejs/node/pull/41936)
|
|
271
|
+
* \[[`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#41931](https://github.com/nodejs/node/pull/41931)
|
|
272
|
+
* \[[`3e38506d1b`](https://github.com/nodejs/node/commit/3e38506d1b)] - **stream**: avoid usage of deprecated APIs (Mohammed Keyvanzadeh) [#41871](https://github.com/nodejs/node/pull/41871)
|
|
273
|
+
* \[[`5195479919`](https://github.com/nodejs/node/commit/5195479919)] - **stream**: refactor to use more validators (Mohammed Keyvanzadeh) [#41871](https://github.com/nodejs/node/pull/41871)
|
|
274
|
+
* \[[`07463b3374`](https://github.com/nodejs/node/commit/07463b3374)] - **stream**: use standard for loop instead of for..of (Mohammed Keyvanzadeh) [#41871](https://github.com/nodejs/node/pull/41871)
|
|
275
|
+
* \[[`d9008915fe`](https://github.com/nodejs/node/commit/d9008915fe)] - **test**: remove test-stdout-close-catch flaky designation (Rich Trott) [#42045](https://github.com/nodejs/node/pull/42045)
|
|
276
|
+
* \[[`fe66d2b98c`](https://github.com/nodejs/node/commit/fe66d2b98c)] - **test**: check that fetch globals are disabled by default (Michaël Zasso) [#42015](https://github.com/nodejs/node/pull/42015)
|
|
277
|
+
* \[[`bcf53a89f7`](https://github.com/nodejs/node/commit/bcf53a89f7)] - **test**: improve vm test coverage (Yoshiki Kurihara) [#41847](https://github.com/nodejs/node/pull/41847)
|
|
278
|
+
* \[[`9825ceddeb`](https://github.com/nodejs/node/commit/9825ceddeb)] - **test**: run webmessaging/broadcastchannel WPT (Ben Noordhuis) [#41962](https://github.com/nodejs/node/pull/41962)
|
|
279
|
+
* \[[`f8e302c813`](https://github.com/nodejs/node/commit/f8e302c813)] - **test**: fix names of tests marked flaky on IBM i (Richard Lau) [#41984](https://github.com/nodejs/node/pull/41984)
|
|
280
|
+
* \[[`ab73bde8c1`](https://github.com/nodejs/node/commit/ab73bde8c1)] - **test**: fix typographical error (Rich Trott) [#41983](https://github.com/nodejs/node/pull/41983)
|
|
281
|
+
* \[[`520dcbc9f5`](https://github.com/nodejs/node/commit/520dcbc9f5)] - **test**: fix intl tests on small-icu builds (Antoine du Hamel) [#41939](https://github.com/nodejs/node/pull/41939)
|
|
282
|
+
* \[[`83b913cb90`](https://github.com/nodejs/node/commit/83b913cb90)] - **test**: improve code coverage for streams/duplexify (Erick Wendel) [#41862](https://github.com/nodejs/node/pull/41862)
|
|
283
|
+
* \[[`dc14bd85ee`](https://github.com/nodejs/node/commit/dc14bd85ee)] - **test**: remove lint rule for setTimeout() arguments (Rich Trott) [#41901](https://github.com/nodejs/node/pull/41901)
|
|
284
|
+
* \[[`76f0f1c06d`](https://github.com/nodejs/node/commit/76f0f1c06d)] - **test**: move test-crypto-engine to addon (Michael Dawson) [#41830](https://github.com/nodejs/node/pull/41830)
|
|
285
|
+
* \[[`b1505a1250`](https://github.com/nodejs/node/commit/b1505a1250)] - **tls**: avoid throw in onerror for bad TLSSocket obj (Valters Jansons) [#41523](https://github.com/nodejs/node/pull/41523)
|
|
286
|
+
* \[[`2cdbf0304b`](https://github.com/nodejs/node/commit/2cdbf0304b)] - **tools**: update lint-md-dependencies to rollup\@2.67.3 (Node.js GitHub Bot) [#42057](https://github.com/nodejs/node/pull/42057)
|
|
287
|
+
* \[[`6742625126`](https://github.com/nodejs/node/commit/6742625126)] - **tools**: enable es2022 env in ESLint config (Michaël Zasso) [#42043](https://github.com/nodejs/node/pull/42043)
|
|
288
|
+
* \[[`896ccc13ce`](https://github.com/nodejs/node/commit/896ccc13ce)] - **tools**: add `console` to the list of restricted globals (Antoine du Hamel) [#42012](https://github.com/nodejs/node/pull/42012)
|
|
289
|
+
* \[[`1b4ee6cfd9`](https://github.com/nodejs/node/commit/1b4ee6cfd9)] - **tools**: lint deprecation codes (Antoine du Hamel) [#41992](https://github.com/nodejs/node/pull/41992)
|
|
290
|
+
* \[[`e895e6422f`](https://github.com/nodejs/node/commit/e895e6422f)] - **tools**: fix bugs in prefer-primordials linter rule (Antoine du Hamel) [#42010](https://github.com/nodejs/node/pull/42010)
|
|
291
|
+
* \[[`47bb7dd52c`](https://github.com/nodejs/node/commit/47bb7dd52c)] - **tools**: add timers functions to the list of restricted globals (Antoine du Hamel) [#42013](https://github.com/nodejs/node/pull/42013)
|
|
292
|
+
* \[[`afeed46578`](https://github.com/nodejs/node/commit/afeed46578)] - **tools**: reduce list of globals in ESLint config (Rich Trott) [#41996](https://github.com/nodejs/node/pull/41996)
|
|
293
|
+
* \[[`2e905a63d8`](https://github.com/nodejs/node/commit/2e905a63d8)] - **tools**: update remark-preset-lint-node to 3.3.1 (Rich Trott) [#41999](https://github.com/nodejs/node/pull/41999)
|
|
294
|
+
* \[[`35832feb6e`](https://github.com/nodejs/node/commit/35832feb6e)] - **tools**: update ESLint to 8.9.0 (Luigi Pinca) [#41973](https://github.com/nodejs/node/pull/41973)
|
|
295
|
+
* \[[`06117c084e`](https://github.com/nodejs/node/commit/06117c084e)] - **tools**: update lint-md-dependencies to rollup\@2.67.2 (Node.js GitHub Bot) [#41941](https://github.com/nodejs/node/pull/41941)
|
|
296
|
+
* \[[`f30b5e3a6d`](https://github.com/nodejs/node/commit/f30b5e3a6d)] - **tools**: fix typo in prefer-primordials.js (Ikko Ashimine) [#41891](https://github.com/nodejs/node/pull/41891)
|
|
297
|
+
* \[[`cfafb45c2b`](https://github.com/nodejs/node/commit/cfafb45c2b)] - **tools,lib**: remove `global` and `Intl` from the list of globals (Antoine du Hamel) [#42014](https://github.com/nodejs/node/pull/42014)
|
|
298
|
+
* \[[`ba35b6ccd1`](https://github.com/nodejs/node/commit/ba35b6ccd1)] - **worker**: fix typo in debug statement (Antoine du Hamel) [#42011](https://github.com/nodejs/node/pull/42011)
|
|
299
|
+
|
|
42
300
|
<a id="17.5.0"></a>
|
|
43
301
|
|
|
44
302
|
## 2022-02-10, Version 17.5.0 (Current), @ruyadorno
|
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
|
120
120
|
import the keys:
|
|
121
121
|
|
|
122
122
|
```console
|
|
123
|
-
$ gpg --keyserver
|
|
123
|
+
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
See the bottom of this README for a full script to import active release keys.
|
|
@@ -294,6 +294,8 @@ For information about the governance of the Node.js project, see
|
|
|
294
294
|
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
295
295
|
* [bnb](https://github.com/bnb) -
|
|
296
296
|
**Tierney Cyren** <<hello@bnb.im>> (they/he)
|
|
297
|
+
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
298
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
297
299
|
* [boneskull](https://github.com/boneskull) -
|
|
298
300
|
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
299
301
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
@@ -312,8 +314,6 @@ For information about the governance of the Node.js project, see
|
|
|
312
314
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
313
315
|
* [danielleadams](https://github.com/danielleadams) -
|
|
314
316
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
315
|
-
* [DerekNonGeneric](https://github.com/DerekNonGeneric) -
|
|
316
|
-
**Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
|
|
317
317
|
* [devnexen](https://github.com/devnexen) -
|
|
318
318
|
**David Carlier** <<devnexen@gmail.com>>
|
|
319
319
|
* [devsnek](https://github.com/devsnek) -
|
|
@@ -354,12 +354,14 @@ For information about the governance of the Node.js project, see
|
|
|
354
354
|
**Fedor Indutny** <<fedor@indutny.com>>
|
|
355
355
|
* [JacksonTian](https://github.com/JacksonTian) -
|
|
356
356
|
**Jackson Tian** <<shyvo1987@gmail.com>>
|
|
357
|
+
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
|
358
|
+
**Jacob Smith** <<jacob@frende.me>> (he/him)
|
|
357
359
|
* [jasnell](https://github.com/jasnell) -
|
|
358
360
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
359
361
|
* [jkrems](https://github.com/jkrems) -
|
|
360
362
|
**Jan Krems** <<jan.krems@gmail.com>> (he/him)
|
|
361
|
-
* [
|
|
362
|
-
**
|
|
363
|
+
* [joesepi](https://github.com/joesepi) -
|
|
364
|
+
**Joe Sepi** <<sepi@joesepi.com>> (he/him)
|
|
363
365
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
364
366
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
365
367
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -378,6 +380,8 @@ For information about the governance of the Node.js project, see
|
|
|
378
380
|
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
379
381
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
380
382
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
383
|
+
* [marsonya](https://github.com/marsonya) -
|
|
384
|
+
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
381
385
|
* [mcollina](https://github.com/mcollina) -
|
|
382
386
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
383
387
|
* [Mesteery](https://github.com/Mesteery) -
|
|
@@ -474,8 +478,6 @@ For information about the governance of the Node.js project, see
|
|
|
474
478
|
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
475
479
|
* [bmeurer](https://github.com/bmeurer) -
|
|
476
480
|
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
|
|
477
|
-
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
478
|
-
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
479
481
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
480
482
|
**Brendan Ashworth** <<brendan.ashworth@me.com>>
|
|
481
483
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
|
@@ -526,6 +528,8 @@ For information about the governance of the Node.js project, see
|
|
|
526
528
|
**John-David Dalton** <<john.david.dalton@gmail.com>>
|
|
527
529
|
* [jhamhader](https://github.com/jhamhader) -
|
|
528
530
|
**Yuval Brik** <<yuval@brik.org.il>>
|
|
531
|
+
* [joaocgreis](https://github.com/joaocgreis) -
|
|
532
|
+
**João Reis** <<reis@janeasystems.com>>
|
|
529
533
|
* [joshgav](https://github.com/joshgav) -
|
|
530
534
|
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
531
535
|
* [julianduque](https://github.com/julianduque) -
|
|
@@ -648,6 +652,8 @@ maintaining the Node.js project.
|
|
|
648
652
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
649
653
|
* [marsonya](https://github.com/marsonya) -
|
|
650
654
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
655
|
+
* [meixg](https://github.com/meixg) -
|
|
656
|
+
**Xuguang Mei** <<meixg@foxmail.com>> (he/him)
|
|
651
657
|
* [Mesteery](https://github.com/Mesteery) -
|
|
652
658
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
653
659
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
@@ -663,6 +669,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
663
669
|
|
|
664
670
|
* **Beth Griggs** <<bgriggs@redhat.com>>
|
|
665
671
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
672
|
+
* **Bryan English** <<bryan@bryanenglish.com>>
|
|
673
|
+
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
666
674
|
* **Colin Ihrig** <<cjihrig@gmail.com>>
|
|
667
675
|
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
668
676
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
@@ -688,17 +696,18 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
688
696
|
to sign releases):
|
|
689
697
|
|
|
690
698
|
```bash
|
|
691
|
-
gpg --keyserver
|
|
692
|
-
gpg --keyserver
|
|
693
|
-
gpg --keyserver
|
|
694
|
-
gpg --keyserver
|
|
695
|
-
gpg --keyserver
|
|
696
|
-
gpg --keyserver
|
|
697
|
-
gpg --keyserver
|
|
698
|
-
gpg --keyserver
|
|
699
|
-
gpg --keyserver
|
|
700
|
-
gpg --keyserver
|
|
701
|
-
gpg --keyserver
|
|
699
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
700
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
701
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
702
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
703
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
704
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
705
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
706
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
707
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
708
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
709
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
710
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
702
711
|
```
|
|
703
712
|
|
|
704
713
|
See the section above on [Verifying binaries](#verifying-binaries) for how to
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.15',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
104
104
|
}],
|
|
105
105
|
# V8 pointer compression only supports 64bit architectures.
|
|
106
|
-
['target_arch in "arm ia32 mips mipsel ppc
|
|
106
|
+
['target_arch in "arm ia32 mips mipsel ppc"', {
|
|
107
107
|
'v8_enable_pointer_compression': 0,
|
|
108
108
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
109
109
|
}],
|
|
@@ -414,10 +414,6 @@
|
|
|
414
414
|
'cflags': [ '-m32' ],
|
|
415
415
|
'ldflags': [ '-m32' ],
|
|
416
416
|
}],
|
|
417
|
-
[ 'target_arch=="x32"', {
|
|
418
|
-
'cflags': [ '-mx32' ],
|
|
419
|
-
'ldflags': [ '-mx32' ],
|
|
420
|
-
}],
|
|
421
417
|
[ 'target_arch=="x64"', {
|
|
422
418
|
'cflags': [ '-m64' ],
|
|
423
419
|
'ldflags': [ '-m64' ],
|
|
@@ -619,7 +615,7 @@
|
|
|
619
615
|
'-q64',
|
|
620
616
|
],
|
|
621
617
|
# for addons due to v8config.h include of "zos-base.h":
|
|
622
|
-
'include_dirs': ['
|
|
618
|
+
'include_dirs': ['<(zoslib_include_dir)'],
|
|
623
619
|
}],
|
|
624
620
|
],
|
|
625
621
|
}
|
package/include/node/config.gypi
CHANGED
|
@@ -204,9 +204,11 @@
|
|
|
204
204
|
'lib/internal/modules/run_main.js',
|
|
205
205
|
'lib/internal/modules/package_json_reader.js',
|
|
206
206
|
'lib/internal/modules/esm/assert.js',
|
|
207
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
207
208
|
'lib/internal/modules/esm/module_job.js',
|
|
208
209
|
'lib/internal/modules/esm/load.js',
|
|
209
210
|
'lib/internal/modules/esm/resolve.js',
|
|
211
|
+
'lib/internal/modules/esm/formats.js',
|
|
210
212
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
211
213
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
212
214
|
'lib/internal/modules/esm/module_map.js',
|
package/include/node/node.h
CHANGED
|
@@ -439,7 +439,12 @@ enum Flags : uint64_t {
|
|
|
439
439
|
// $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
|
|
440
440
|
// do not expect to have their behaviors changed because of globally
|
|
441
441
|
// installed modules.
|
|
442
|
-
kNoGlobalSearchPaths = 1 << 7
|
|
442
|
+
kNoGlobalSearchPaths = 1 << 7,
|
|
443
|
+
// Controls whether or not the Environment should call V8Inspector::create().
|
|
444
|
+
// This control is needed by embedders who may not want to initialize the V8
|
|
445
|
+
// inspector in situations where one has already been created,
|
|
446
|
+
// e.g. Blink's in Chromium.
|
|
447
|
+
kNoCreateInspector = 1 << 9
|
|
443
448
|
};
|
|
444
449
|
} // namespace EnvironmentFlags
|
|
445
450
|
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 17
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 7
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/asn1.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/asn1.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/asn1.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/asn1.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/asn1.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/asn1.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/asn1t.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/asn1t.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/asn1t.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/asn1t.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/asn1t.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/asn1t.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/bio.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/bio.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/bio.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/bio.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/bio.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/bio.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/crypto/bn_conf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/crypto/bn_conf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/crypto/bn_conf.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/crypto/bn_conf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/crypto/bn_conf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/crypto/bn_conf.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|