node-linux-arm64 19.3.0 → 19.5.0
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 +264 -1
- package/LICENSE +262 -0
- package/README.md +9 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +3 -2
- package/include/node/js_native_api.h +1 -1
- package/include/node/node_version.h +1 -1
- package/include/node/v8-internal.h +2 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
-
<b><a href="#19.
|
|
11
|
+
<b><a href="#19.5.0">19.5.0</a></b><br/>
|
|
12
|
+
<a href="#19.4.0">19.4.0</a><br/>
|
|
13
|
+
<a href="#19.3.0">19.3.0</a><br/>
|
|
12
14
|
<a href="#19.2.0">19.2.0</a><br/>
|
|
13
15
|
<a href="#19.1.0">19.1.0</a><br/>
|
|
14
16
|
<a href="#19.0.1">19.0.1</a><br/>
|
|
@@ -38,6 +40,267 @@
|
|
|
38
40
|
* [io.js](CHANGELOG_IOJS.md)
|
|
39
41
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
40
42
|
|
|
43
|
+
<a id="19.5.0"></a>
|
|
44
|
+
|
|
45
|
+
## 2023-01-24, Version 19.5.0 (Current), @RafaelGSS
|
|
46
|
+
|
|
47
|
+
### Notable Changes
|
|
48
|
+
|
|
49
|
+
* **http**:
|
|
50
|
+
* (SEMVER-MINOR) join authorization headers (Marco Ippolito) [#45982](https://github.com/nodejs/node/pull/45982)
|
|
51
|
+
* **lib:**:
|
|
52
|
+
* add webstreams to Duplex.from() (Debadree Chatterjee) [#46190](https://github.com/nodejs/node/pull/46190)
|
|
53
|
+
* **stream**:
|
|
54
|
+
* implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) [#46205](https://github.com/nodejs/node/pull/46205)
|
|
55
|
+
|
|
56
|
+
### Commits
|
|
57
|
+
|
|
58
|
+
* \[[`def36946da`](https://github.com/nodejs/node/commit/def36946da)] - **assert**: remove `assert.snapshot` (Moshe Atlow) [#46112](https://github.com/nodejs/node/pull/46112)
|
|
59
|
+
* \[[`e1c56ec3fd`](https://github.com/nodejs/node/commit/e1c56ec3fd)] - **benchmark,tools**: use os.availableParallelism() (Deokjin Kim) [#46003](https://github.com/nodejs/node/pull/46003)
|
|
60
|
+
* \[[`370f621d4d`](https://github.com/nodejs/node/commit/370f621d4d)] - **build**: add extra semi check (Jiawen Geng) [#46194](https://github.com/nodejs/node/pull/46194)
|
|
61
|
+
* \[[`476c6f892d`](https://github.com/nodejs/node/commit/476c6f892d)] - **crypto**: avoid hang when no algorithm available (Richard Lau) [#46237](https://github.com/nodejs/node/pull/46237)
|
|
62
|
+
* \[[`8b22310940`](https://github.com/nodejs/node/commit/8b22310940)] - **(SEMVER-MINOR)** **crypto**: add CryptoKey Symbol.toStringTag (Filip Skokan) [#46042](https://github.com/nodejs/node/pull/46042)
|
|
63
|
+
* \[[`78be87b9f9`](https://github.com/nodejs/node/commit/78be87b9f9)] - **crypto**: add cipher update/final methods encoding validation (vitpavlenko) [#45990](https://github.com/nodejs/node/pull/45990)
|
|
64
|
+
* \[[`dc0cdaa101`](https://github.com/nodejs/node/commit/dc0cdaa101)] - **crypto**: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) [#46185](https://github.com/nodejs/node/pull/46185)
|
|
65
|
+
* \[[`1146f02dc5`](https://github.com/nodejs/node/commit/1146f02dc5)] - **crypto**: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) [#46106](https://github.com/nodejs/node/pull/46106)
|
|
66
|
+
* \[[`961710bb72`](https://github.com/nodejs/node/commit/961710bb72)] - **(SEMVER-MINOR)** **crypto**: add KeyObject Symbol.toStringTag (Filip Skokan) [#46043](https://github.com/nodejs/node/pull/46043)
|
|
67
|
+
* \[[`9cfdac6c82`](https://github.com/nodejs/node/commit/9cfdac6c82)] - **deps**: V8: cherry-pick e39af94dd18e (Lu Yahan) [#46142](https://github.com/nodejs/node/pull/46142)
|
|
68
|
+
* \[[`26cde8efb7`](https://github.com/nodejs/node/commit/26cde8efb7)] - **deps**: update simdutf to 3.1.0 (Node.js GitHub Bot) [#46257](https://github.com/nodejs/node/pull/46257)
|
|
69
|
+
* \[[`3f9fb37130`](https://github.com/nodejs/node/commit/3f9fb37130)] - **deps**: cherrypick simdutf patch (Jiawen Geng) [#46194](https://github.com/nodejs/node/pull/46194)
|
|
70
|
+
* \[[`4ff2822836`](https://github.com/nodejs/node/commit/4ff2822836)] - **deps**: bump googletest to 2023.01.13 (Jiawen Geng) [#46198](https://github.com/nodejs/node/pull/46198)
|
|
71
|
+
* \[[`49556247d2`](https://github.com/nodejs/node/commit/49556247d2)] - **deps**: add /deps/\*\*/.github/ to .gitignore (Luigi Pinca) [#46091](https://github.com/nodejs/node/pull/46091)
|
|
72
|
+
* \[[`0c4df83e0d`](https://github.com/nodejs/node/commit/0c4df83e0d)] - **deps**: add simdutf version to metadata (Mike Roth) [#46145](https://github.com/nodejs/node/pull/46145)
|
|
73
|
+
* \[[`69aafc3ddd`](https://github.com/nodejs/node/commit/69aafc3ddd)] - **deps**: update simdutf to 2.1.0 (Node.js GitHub Bot) [#46128](https://github.com/nodejs/node/pull/46128)
|
|
74
|
+
* \[[`a266daccb5`](https://github.com/nodejs/node/commit/a266daccb5)] - **deps**: update corepack to 0.15.3 (Node.js GitHub Bot) [#46037](https://github.com/nodejs/node/pull/46037)
|
|
75
|
+
* \[[`6cd70573eb`](https://github.com/nodejs/node/commit/6cd70573eb)] - **deps**: upgrade npm to 9.3.1 (npm team) [#46242](https://github.com/nodejs/node/pull/46242)
|
|
76
|
+
* \[[`679aae2da8`](https://github.com/nodejs/node/commit/679aae2da8)] - **deps**: upgrade npm to 9.3.0 (npm team) [#46193](https://github.com/nodejs/node/pull/46193)
|
|
77
|
+
* \[[`38dd5061f2`](https://github.com/nodejs/node/commit/38dd5061f2)] - **dgram**: sync the old handle state to new handle (theanarkh) [#46041](https://github.com/nodejs/node/pull/46041)
|
|
78
|
+
* \[[`e36af49b35`](https://github.com/nodejs/node/commit/e36af49b35)] - **doc**: fix mismatched arguments of `NodeEventTarget` (Deokjin Kim) [#45678](https://github.com/nodejs/node/pull/45678)
|
|
79
|
+
* \[[`58b836f7c4`](https://github.com/nodejs/node/commit/58b836f7c4)] - **doc**: update events API example to have runnable code (Deokjin Kim) [#45760](https://github.com/nodejs/node/pull/45760)
|
|
80
|
+
* \[[`5c350298b4`](https://github.com/nodejs/node/commit/5c350298b4)] - **doc**: add note to tls docs about secureContext availability (Tim Gerk) [#46224](https://github.com/nodejs/node/pull/46224)
|
|
81
|
+
* \[[`90924ce198`](https://github.com/nodejs/node/commit/90924ce198)] - **doc**: add text around collaborative expectations (Michael Dawson) [#46121](https://github.com/nodejs/node/pull/46121)
|
|
82
|
+
* \[[`2d328355d4`](https://github.com/nodejs/node/commit/2d328355d4)] - **doc**: update to match changed `--dns-result-order` default (Mordy Tikotzky) [#46148](https://github.com/nodejs/node/pull/46148)
|
|
83
|
+
* \[[`1015a606b7`](https://github.com/nodejs/node/commit/1015a606b7)] - **doc**: add Node-API media link (Kevin Eady) [#46189](https://github.com/nodejs/node/pull/46189)
|
|
84
|
+
* \[[`6e355efcff`](https://github.com/nodejs/node/commit/6e355efcff)] - **doc**: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) [#46168](https://github.com/nodejs/node/pull/46168)
|
|
85
|
+
* \[[`f18ab9405a`](https://github.com/nodejs/node/commit/f18ab9405a)] - **doc**: use "file system" instead of "filesystem" (Rich Trott) [#46178](https://github.com/nodejs/node/pull/46178)
|
|
86
|
+
* \[[`1b45713b00`](https://github.com/nodejs/node/commit/1b45713b00)] - **doc**: https update default request timeout (Marco Ippolito) [#46184](https://github.com/nodejs/node/pull/46184)
|
|
87
|
+
* \[[`4c88721e2f`](https://github.com/nodejs/node/commit/4c88721e2f)] - **doc**: make options of readableStream.pipeTo as optional (Deokjin Kim) [#46180](https://github.com/nodejs/node/pull/46180)
|
|
88
|
+
* \[[`538c53f010`](https://github.com/nodejs/node/commit/538c53f010)] - **doc**: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) [#45962](https://github.com/nodejs/node/pull/45962)
|
|
89
|
+
* \[[`eef7489d24`](https://github.com/nodejs/node/commit/eef7489d24)] - **doc**: duplex and readable from uncaught execption warning (Marco Ippolito) [#46135](https://github.com/nodejs/node/pull/46135)
|
|
90
|
+
* \[[`686fe585b5`](https://github.com/nodejs/node/commit/686fe585b5)] - **doc**: remove outdated sections from `maintaining-v8` (Antoine du Hamel) [#46137](https://github.com/nodejs/node/pull/46137)
|
|
91
|
+
* \[[`2e826ad528`](https://github.com/nodejs/node/commit/2e826ad528)] - **doc**: fix (EC)DHE remark in TLS docs (Tobias Nießen) [#46114](https://github.com/nodejs/node/pull/46114)
|
|
92
|
+
* \[[`2e22b29add`](https://github.com/nodejs/node/commit/2e22b29add)] - **doc**: fix ERR\_TLS\_RENEGOTIATION\_DISABLED text (Tobias Nießen) [#46122](https://github.com/nodejs/node/pull/46122)
|
|
93
|
+
* \[[`e222a2f1d1`](https://github.com/nodejs/node/commit/e222a2f1d1)] - **doc**: fix spelling in SECURITY.md (Vaishno Chaitanya) [#46124](https://github.com/nodejs/node/pull/46124)
|
|
94
|
+
* \[[`7718e82f0d`](https://github.com/nodejs/node/commit/7718e82f0d)] - **doc**: abort controller emits error in child process (Debadree Chatterjee) [#46072](https://github.com/nodejs/node/pull/46072)
|
|
95
|
+
* \[[`76408bc1ed`](https://github.com/nodejs/node/commit/76408bc1ed)] - **doc**: fix `event.cancelBubble` documentation (Deokjin Kim) [#45986](https://github.com/nodejs/node/pull/45986)
|
|
96
|
+
* \[[`82023f2570`](https://github.com/nodejs/node/commit/82023f2570)] - **doc**: update output of example in inspector (Deokjin Kim) [#46073](https://github.com/nodejs/node/pull/46073)
|
|
97
|
+
* \[[`a42fc512b6`](https://github.com/nodejs/node/commit/a42fc512b6)] - **doc**: add personal pronouns option (Filip Skokan) [#46118](https://github.com/nodejs/node/pull/46118)
|
|
98
|
+
* \[[`fafae5955d`](https://github.com/nodejs/node/commit/fafae5955d)] - **doc**: mention how to run ncu-ci citgm (Rafael Gonzaga) [#46090](https://github.com/nodejs/node/pull/46090)
|
|
99
|
+
* \[[`e1fd2f24d9`](https://github.com/nodejs/node/commit/e1fd2f24d9)] - **doc**: include updating release optional step (Rafael Gonzaga) [#46089](https://github.com/nodejs/node/pull/46089)
|
|
100
|
+
* \[[`1996e610fd`](https://github.com/nodejs/node/commit/1996e610fd)] - **doc**: describe argument of `Symbol.for` (Deokjin Kim) [#46019](https://github.com/nodejs/node/pull/46019)
|
|
101
|
+
* \[[`b002330216`](https://github.com/nodejs/node/commit/b002330216)] - **doc,crypto**: fix WebCryptoAPI import keyData and export return (Filip Skokan) [#46076](https://github.com/nodejs/node/pull/46076)
|
|
102
|
+
* \[[`fa3e0c86c7`](https://github.com/nodejs/node/commit/fa3e0c86c7)] - **esm**: mark `importAssertions` as required (Antoine du Hamel) [#46164](https://github.com/nodejs/node/pull/46164)
|
|
103
|
+
* \[[`f85a8e4c59`](https://github.com/nodejs/node/commit/f85a8e4c59)] - **events**: add `initEvent` to Event (Deokjin Kim) [#46069](https://github.com/nodejs/node/pull/46069)
|
|
104
|
+
* \[[`5bdfaae680`](https://github.com/nodejs/node/commit/5bdfaae680)] - **events**: change status of `event.returnvalue` to legacy (Deokjin Kim) [#46175](https://github.com/nodejs/node/pull/46175)
|
|
105
|
+
* \[[`ad7846fe97`](https://github.com/nodejs/node/commit/ad7846fe97)] - **events**: change status of `event.cancelBubble` to legacy (Deokjin Kim) [#46146](https://github.com/nodejs/node/pull/46146)
|
|
106
|
+
* \[[`5304c89682`](https://github.com/nodejs/node/commit/5304c89682)] - **events**: change status of `event.srcElement` to legacy (Deokjin Kim) [#46085](https://github.com/nodejs/node/pull/46085)
|
|
107
|
+
* \[[`3dcdab3f16`](https://github.com/nodejs/node/commit/3dcdab3f16)] - **events**: check signal before listener (Deokjin Kim) [#46054](https://github.com/nodejs/node/pull/46054)
|
|
108
|
+
* \[[`907d67de76`](https://github.com/nodejs/node/commit/907d67de76)] - **http**: refactor to use `validateHeaderName` (Deokjin Kim) [#46143](https://github.com/nodejs/node/pull/46143)
|
|
109
|
+
* \[[`ae5141cb8a`](https://github.com/nodejs/node/commit/ae5141cb8a)] - **http**: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) [#46173](https://github.com/nodejs/node/pull/46173)
|
|
110
|
+
* \[[`6e7f9fbc1d`](https://github.com/nodejs/node/commit/6e7f9fbc1d)] - **http**: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) [#46115](https://github.com/nodejs/node/pull/46115)
|
|
111
|
+
* \[[`069a30bc4e`](https://github.com/nodejs/node/commit/069a30bc4e)] - **(SEMVER-MINOR)** **http**: join authorization headers (Marco Ippolito) [#45982](https://github.com/nodejs/node/pull/45982)
|
|
112
|
+
* \[[`68cde4cbcc`](https://github.com/nodejs/node/commit/68cde4cbcc)] - **lib**: add webstreams to Duplex.from() (Debadree Chatterjee) [#46190](https://github.com/nodejs/node/pull/46190)
|
|
113
|
+
* \[[`4d73ea708b`](https://github.com/nodejs/node/commit/4d73ea708b)] - **lib**: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) [#46183](https://github.com/nodejs/node/pull/46183)
|
|
114
|
+
* \[[`1cfa2e6762`](https://github.com/nodejs/node/commit/1cfa2e6762)] - **lib**: refactor to use validate function (Deokjin Kim) [#46101](https://github.com/nodejs/node/pull/46101)
|
|
115
|
+
* \[[`2eb87f23c9`](https://github.com/nodejs/node/commit/2eb87f23c9)] - **lib**: reuse invalid state errors on webstreams (Rafael Gonzaga) [#46086](https://github.com/nodejs/node/pull/46086)
|
|
116
|
+
* \[[`8684dae8d9`](https://github.com/nodejs/node/commit/8684dae8d9)] - **lib**: fix incorrect use of console intrinsic (Colin Ihrig) [#46044](https://github.com/nodejs/node/pull/46044)
|
|
117
|
+
* \[[`d044ed1d3e`](https://github.com/nodejs/node/commit/d044ed1d3e)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46215](https://github.com/nodejs/node/pull/46215)
|
|
118
|
+
* \[[`5261560757`](https://github.com/nodejs/node/commit/5261560757)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46130](https://github.com/nodejs/node/pull/46130)
|
|
119
|
+
* \[[`1b557bbee8`](https://github.com/nodejs/node/commit/1b557bbee8)] - **meta**: update comment in `CODEOWNERS` to better reflect current policy (Antoine du Hamel) [#45944](https://github.com/nodejs/node/pull/45944)
|
|
120
|
+
* \[[`54896ab011`](https://github.com/nodejs/node/commit/54896ab011)] - **module**: fix unintended mutation (Antoine du Hamel) [#46108](https://github.com/nodejs/node/pull/46108)
|
|
121
|
+
* \[[`bd98e5baba`](https://github.com/nodejs/node/commit/bd98e5baba)] - **node-api**: disambiguate napi\_add\_finalizer (Chengzhong Wu) [#45401](https://github.com/nodejs/node/pull/45401)
|
|
122
|
+
* \[[`f0508894d6`](https://github.com/nodejs/node/commit/f0508894d6)] - **perf\_hooks**: fix checking range of `options.figures` in createHistogram (Deokjin Kim) [#45999](https://github.com/nodejs/node/pull/45999)
|
|
123
|
+
* \[[`e482d5e42d`](https://github.com/nodejs/node/commit/e482d5e42d)] - **src**: fix endianness of simdutf (Yagiz Nizipli) [#46257](https://github.com/nodejs/node/pull/46257)
|
|
124
|
+
* \[[`e2c47cdfad`](https://github.com/nodejs/node/commit/e2c47cdfad)] - **src**: make BuiltinLoader threadsafe and non-global (Anna Henningsen) [#45942](https://github.com/nodejs/node/pull/45942)
|
|
125
|
+
* \[[`36ae3ccff3`](https://github.com/nodejs/node/commit/36ae3ccff3)] - **src**: replace unreachable code with static\_assert (Tobias Nießen) [#46209](https://github.com/nodejs/node/pull/46209)
|
|
126
|
+
* \[[`9d55a1f9a1`](https://github.com/nodejs/node/commit/9d55a1f9a1)] - **src**: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) [#46206](https://github.com/nodejs/node/pull/46206)
|
|
127
|
+
* \[[`d3d62ed82c`](https://github.com/nodejs/node/commit/d3d62ed82c)] - **src**: distinguish env stopping flags (Chengzhong Wu) [#45907](https://github.com/nodejs/node/pull/45907)
|
|
128
|
+
* \[[`e85f76686c`](https://github.com/nodejs/node/commit/e85f76686c)] - **src**: remove return after abort (Shelley Vohr) [#46172](https://github.com/nodejs/node/pull/46172)
|
|
129
|
+
* \[[`7dc9a53b18`](https://github.com/nodejs/node/commit/7dc9a53b18)] - **src**: remove unnecessary semicolons (Shelley Vohr) [#46171](https://github.com/nodejs/node/pull/46171)
|
|
130
|
+
* \[[`28af831d5a`](https://github.com/nodejs/node/commit/28af831d5a)] - **src**: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) [#46119](https://github.com/nodejs/node/pull/46119)
|
|
131
|
+
* \[[`e8eaa490af`](https://github.com/nodejs/node/commit/e8eaa490af)] - **src**: use constant strings for memory info names (Chengzhong Wu) [#46087](https://github.com/nodejs/node/pull/46087)
|
|
132
|
+
* \[[`f4559a1354`](https://github.com/nodejs/node/commit/f4559a1354)] - **src**: fix typo in node\_snapshotable.cc (Vadim) [#46103](https://github.com/nodejs/node/pull/46103)
|
|
133
|
+
* \[[`ca8ff08a5c`](https://github.com/nodejs/node/commit/ca8ff08a5c)] - **src**: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) [#46064](https://github.com/nodejs/node/pull/46064)
|
|
134
|
+
* \[[`a936eaeb34`](https://github.com/nodejs/node/commit/a936eaeb34)] - **src**: speed up process.getActiveResourcesInfo() (Darshan Sen) [#46014](https://github.com/nodejs/node/pull/46014)
|
|
135
|
+
* \[[`5cf595659f`](https://github.com/nodejs/node/commit/5cf595659f)] - **src,lib**: the handle keeps loop alive in cluster rr mode (theanarkh) [#46161](https://github.com/nodejs/node/pull/46161)
|
|
136
|
+
* \[[`18695595e1`](https://github.com/nodejs/node/commit/18695595e1)] - **stream**: fix pipeline calling end on destination more than once (Debadree Chatterjee) [#46226](https://github.com/nodejs/node/pull/46226)
|
|
137
|
+
* \[[`e5f53b51f0`](https://github.com/nodejs/node/commit/e5f53b51f0)] - **stream**: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) [#46205](https://github.com/nodejs/node/pull/46205)
|
|
138
|
+
* \[[`2f23f17f93`](https://github.com/nodejs/node/commit/2f23f17f93)] - **test**: reduce `fs-write-optional-params` flakiness (LiviaMedeiros) [#46238](https://github.com/nodejs/node/pull/46238)
|
|
139
|
+
* \[[`255f177108`](https://github.com/nodejs/node/commit/255f177108)] - **test**: enable more case of bad buffer in `fs.write` (Deokjin Kim) [#46236](https://github.com/nodejs/node/pull/46236)
|
|
140
|
+
* \[[`c09b2036c7`](https://github.com/nodejs/node/commit/c09b2036c7)] - **test**: update postject to 1.0.0-alpha.4 (Node.js GitHub Bot) [#46212](https://github.com/nodejs/node/pull/46212)
|
|
141
|
+
* \[[`4ac5c7180f`](https://github.com/nodejs/node/commit/4ac5c7180f)] - **test**: refactor to avoid mutation of global by a loader (Michaël Zasso) [#46220](https://github.com/nodejs/node/pull/46220)
|
|
142
|
+
* \[[`bbf9da8e2c`](https://github.com/nodejs/node/commit/bbf9da8e2c)] - **test**: improve test coverage for WHATWG `TextDecoder` (Juan José) [#45241](https://github.com/nodejs/node/pull/45241)
|
|
143
|
+
* \[[`4f491d368c`](https://github.com/nodejs/node/commit/4f491d368c)] - **test**: add fix so that test exits if port 42 is unprivileged (Suyash Nayan) [#45904](https://github.com/nodejs/node/pull/45904)
|
|
144
|
+
* \[[`6e2f7228f3`](https://github.com/nodejs/node/commit/6e2f7228f3)] - **test**: use `os.availableParallelism()` (Deokjin Kim) [#46003](https://github.com/nodejs/node/pull/46003)
|
|
145
|
+
* \[[`c77b0da512`](https://github.com/nodejs/node/commit/c77b0da512)] - **test**: fix flaky test-runner-exit-code.js (Colin Ihrig) [#46138](https://github.com/nodejs/node/pull/46138)
|
|
146
|
+
* \[[`f309e2acb6`](https://github.com/nodejs/node/commit/f309e2acb6)] - **test**: update Web Events WPT (Deokjin Kim) [#46051](https://github.com/nodejs/node/pull/46051)
|
|
147
|
+
* \[[`0f60bc9bbc`](https://github.com/nodejs/node/commit/0f60bc9bbc)] - **test**: add test to once() in event lib (Jonathan Diaz) [#46126](https://github.com/nodejs/node/pull/46126)
|
|
148
|
+
* \[[`8a8b18678a`](https://github.com/nodejs/node/commit/8a8b18678a)] - **test,esm**: validate more edge cases for dynamic imports (Antoine du Hamel) [#46059](https://github.com/nodejs/node/pull/46059)
|
|
149
|
+
* \[[`4d3743938f`](https://github.com/nodejs/node/commit/4d3743938f)] - **test\_runner**: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) [#46258](https://github.com/nodejs/node/pull/46258)
|
|
150
|
+
* \[[`653b108fdc`](https://github.com/nodejs/node/commit/653b108fdc)] - **tools**: update eslint to 8.32.0 (Node.js GitHub Bot) [#46258](https://github.com/nodejs/node/pull/46258)
|
|
151
|
+
* \[[`a4b0c916e0`](https://github.com/nodejs/node/commit/a4b0c916e0)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#46214](https://github.com/nodejs/node/pull/46214)
|
|
152
|
+
* \[[`f4465e656d`](https://github.com/nodejs/node/commit/f4465e656d)] - **tools**: fix macro name in update-undici (Almeida) [#46217](https://github.com/nodejs/node/pull/46217)
|
|
153
|
+
* \[[`1aa4534c6f`](https://github.com/nodejs/node/commit/1aa4534c6f)] - **tools**: add automation for updating postject dependency (Darshan Sen) [#46157](https://github.com/nodejs/node/pull/46157)
|
|
154
|
+
* \[[`c150b312cd`](https://github.com/nodejs/node/commit/c150b312cd)] - **tools**: update create-or-update-pull-request-action (Michaël Zasso) [#46169](https://github.com/nodejs/node/pull/46169)
|
|
155
|
+
* \[[`c68a043400`](https://github.com/nodejs/node/commit/c68a043400)] - **tools**: update eslint to 8.31.0 (Node.js GitHub Bot) [#46131](https://github.com/nodejs/node/pull/46131)
|
|
156
|
+
* \[[`ac90e419d1`](https://github.com/nodejs/node/commit/ac90e419d1)] - **tools**: update lint-md-dependencies to rollup\@3.9.1 (Node.js GitHub Bot) [#46129](https://github.com/nodejs/node/pull/46129)
|
|
157
|
+
* \[[`750fcf84eb`](https://github.com/nodejs/node/commit/750fcf84eb)] - **tools**: move update-eslint.sh to dep\_updaters/ (Luigi Pinca) [#46088](https://github.com/nodejs/node/pull/46088)
|
|
158
|
+
* \[[`2e8750a18c`](https://github.com/nodejs/node/commit/2e8750a18c)] - **tools**: make update-eslint.sh work with npm\@9 (Luigi Pinca) [#46088](https://github.com/nodejs/node/pull/46088)
|
|
159
|
+
* \[[`e90a3a6eff`](https://github.com/nodejs/node/commit/e90a3a6eff)] - **tools**: fix lint rule recommendation (Colin Ihrig) [#46044](https://github.com/nodejs/node/pull/46044)
|
|
160
|
+
* \[[`0985ef8bfb`](https://github.com/nodejs/node/commit/0985ef8bfb)] - **tools**: add `ArrayPrototypeConcat` to the list of primordials to avoid (Antoine du Hamel) [#44445](https://github.com/nodejs/node/pull/44445)
|
|
161
|
+
* \[[`ed69a3af92`](https://github.com/nodejs/node/commit/ed69a3af92)] - **tools**: add `prefer-proto` rule (Jordan Harband) [#46083](https://github.com/nodejs/node/pull/46083)
|
|
162
|
+
* \[[`4c1c20fae2`](https://github.com/nodejs/node/commit/4c1c20fae2)] - **trace\_events**: refactor to use `validateStringArray` (Deokjin Kim) [#46012](https://github.com/nodejs/node/pull/46012)
|
|
163
|
+
* \[[`6c8a81d2dc`](https://github.com/nodejs/node/commit/6c8a81d2dc)] - **vm**: refactor to use validate function (Deokjin Kim) [#46176](https://github.com/nodejs/node/pull/46176)
|
|
164
|
+
|
|
165
|
+
<a id="19.4.0"></a>
|
|
166
|
+
|
|
167
|
+
## 2023-01-06, Version 19.4.0 (Current), @RafaelGSS
|
|
168
|
+
|
|
169
|
+
### Notable Changes
|
|
170
|
+
|
|
171
|
+
* **buffer**:
|
|
172
|
+
* (SEMVER-MINOR) add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) [#45947](https://github.com/nodejs/node/pull/45947)
|
|
173
|
+
* **http**:
|
|
174
|
+
* (SEMVER-MINOR) improved timeout defaults handling (Paolo Insogna) [#45778](https://github.com/nodejs/node/pull/45778)
|
|
175
|
+
* **net**:
|
|
176
|
+
* add autoSelectFamily global getter and setter (Paolo Insogna) [#45777](https://github.com/nodejs/node/pull/45777)
|
|
177
|
+
* **os**:
|
|
178
|
+
* (SEMVER-MINOR) add availableParallelism() (Colin Ihrig) [#45895](https://github.com/nodejs/node/pull/45895)
|
|
179
|
+
* **util**:
|
|
180
|
+
* add fast path for text-decoder fatal flag (Yagiz Nizipli) [#45803](https://github.com/nodejs/node/pull/45803)
|
|
181
|
+
|
|
182
|
+
### Commits
|
|
183
|
+
|
|
184
|
+
* \[[`54b748acc0`](https://github.com/nodejs/node/commit/54b748acc0)] - **async\_hooks**: refactor to use `validateObject` (Deokjin Kim) [#46004](https://github.com/nodejs/node/pull/46004)
|
|
185
|
+
* \[[`cf2ff81f26`](https://github.com/nodejs/node/commit/cf2ff81f26)] - **benchmark**: include webstreams benchmark (Rafael Gonzaga) [#45876](https://github.com/nodejs/node/pull/45876)
|
|
186
|
+
* \[[`6e3d7f8c2d`](https://github.com/nodejs/node/commit/6e3d7f8c2d)] - **bootstrap**: optimize modules loaded in the built-in snapshot (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
187
|
+
* \[[`d181b76374`](https://github.com/nodejs/node/commit/d181b76374)] - **bootstrap**: make CJS loader snapshotable (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
188
|
+
* \[[`508e830765`](https://github.com/nodejs/node/commit/508e830765)] - **bootstrap**: include event\_target into the built-in snapshot (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
189
|
+
* \[[`dd77c05480`](https://github.com/nodejs/node/commit/dd77c05480)] - **bootstrap**: support module\_wrap binding in snapshot (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
190
|
+
* \[[`fbe399c75c`](https://github.com/nodejs/node/commit/fbe399c75c)] - **(SEMVER-MINOR)** **buffer**: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) [#45947](https://github.com/nodejs/node/pull/45947)
|
|
191
|
+
* \[[`233a66f937`](https://github.com/nodejs/node/commit/233a66f937)] - **build**: fix arm64 cross-compile from powershell (Stefan Stojanovic) [#45890](https://github.com/nodejs/node/pull/45890)
|
|
192
|
+
* \[[`e7b98a3da2`](https://github.com/nodejs/node/commit/e7b98a3da2)] - **build**: add option to disable shared readonly heap (Anna Henningsen) [#45887](https://github.com/nodejs/node/pull/45887)
|
|
193
|
+
* \[[`777c551edf`](https://github.com/nodejs/node/commit/777c551edf)] - **crypto**: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) [#46021](https://github.com/nodejs/node/pull/46021)
|
|
194
|
+
* \[[`f7dba5bef7`](https://github.com/nodejs/node/commit/f7dba5bef7)] - **crypto**: fix globalThis.crypto this check (Filip Skokan) [#45857](https://github.com/nodejs/node/pull/45857)
|
|
195
|
+
* \[[`56f3ad101b`](https://github.com/nodejs/node/commit/56f3ad101b)] - **crypto**: fix CryptoKey prototype WPT (Filip Skokan) [#45857](https://github.com/nodejs/node/pull/45857)
|
|
196
|
+
* \[[`c9747f1140`](https://github.com/nodejs/node/commit/c9747f1140)] - **crypto**: use globalThis.crypto over require('crypto').webcrypto (Filip Skokan) [#45817](https://github.com/nodejs/node/pull/45817)
|
|
197
|
+
* \[[`6eede72241`](https://github.com/nodejs/node/commit/6eede72241)] - **crypto**: fix CryptoKey WebIDL conformance (Filip Skokan) [#45855](https://github.com/nodejs/node/pull/45855)
|
|
198
|
+
* \[[`c9802862b7`](https://github.com/nodejs/node/commit/c9802862b7)] - **crypto**: fix error when getRandomValues is called without arguments (Filip Skokan) [#45854](https://github.com/nodejs/node/pull/45854)
|
|
199
|
+
* \[[`3d09754186`](https://github.com/nodejs/node/commit/3d09754186)] - **debugger**: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) [#45847](https://github.com/nodejs/node/pull/45847)
|
|
200
|
+
* \[[`fdda2ff53b`](https://github.com/nodejs/node/commit/fdda2ff53b)] - **deps**: V8: cherry-pick 30861a39323d (Aaron Friel) [#45851](https://github.com/nodejs/node/pull/45851)
|
|
201
|
+
* \[[`71bf513062`](https://github.com/nodejs/node/commit/71bf513062)] - **deps**: patch V8 to 10.8.168.25 (Michaël Zasso) [#45996](https://github.com/nodejs/node/pull/45996)
|
|
202
|
+
* \[[`0552b13232`](https://github.com/nodejs/node/commit/0552b13232)] - **deps**: update simdutf to 2.0.9 (Node.js GitHub Bot) [#45975](https://github.com/nodejs/node/pull/45975)
|
|
203
|
+
* \[[`e73be1b3b9`](https://github.com/nodejs/node/commit/e73be1b3b9)] - **deps**: update to uvwasi 0.0.14 (Colin Ihrig) [#45970](https://github.com/nodejs/node/pull/45970)
|
|
204
|
+
* \[[`e4323f01c1`](https://github.com/nodejs/node/commit/e4323f01c1)] - **deps**: fix updater github workflow job (Yagiz Nizipli) [#45972](https://github.com/nodejs/node/pull/45972)
|
|
205
|
+
* \[[`05fee67238`](https://github.com/nodejs/node/commit/05fee67238)] - _**Revert**_ "**deps**: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) [#45948](https://github.com/nodejs/node/pull/45948)
|
|
206
|
+
* \[[`98fc94a444`](https://github.com/nodejs/node/commit/98fc94a444)] - **deps**: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) [#45803](https://github.com/nodejs/node/pull/45803)
|
|
207
|
+
* \[[`344c5ec0ea`](https://github.com/nodejs/node/commit/344c5ec0ea)] - **deps**: add simdutf dependency (Yagiz Nizipli) [#45803](https://github.com/nodejs/node/pull/45803)
|
|
208
|
+
* \[[`7bdad948c8`](https://github.com/nodejs/node/commit/7bdad948c8)] - **deps**: V8: backport 8ca9f77d0f7c (Anna Henningsen) [#45871](https://github.com/nodejs/node/pull/45871)
|
|
209
|
+
* \[[`29f90cf5af`](https://github.com/nodejs/node/commit/29f90cf5af)] - **deps**: update timezone to 2022g (Node.js GitHub Bot) [#45731](https://github.com/nodejs/node/pull/45731)
|
|
210
|
+
* \[[`99fec0bf64`](https://github.com/nodejs/node/commit/99fec0bf64)] - **deps**: update undici to 5.14.0 (Node.js GitHub Bot) [#45812](https://github.com/nodejs/node/pull/45812)
|
|
211
|
+
* \[[`faee973fa7`](https://github.com/nodejs/node/commit/faee973fa7)] - **deps**: V8: cherry-pick bc831f8ba33b (Yagiz Nizipli) [#45788](https://github.com/nodejs/node/pull/45788)
|
|
212
|
+
* \[[`e2944109c6`](https://github.com/nodejs/node/commit/e2944109c6)] - **deps**: V8: cherry-pick bf0bd4868dde (Michaël Zasso) [#45908](https://github.com/nodejs/node/pull/45908)
|
|
213
|
+
* \[[`e113d169ee`](https://github.com/nodejs/node/commit/e113d169ee)] - **doc**: update isUtf8 description (Yagiz Nizipli) [#45973](https://github.com/nodejs/node/pull/45973)
|
|
214
|
+
* \[[`9e16406066`](https://github.com/nodejs/node/commit/9e16406066)] - **doc**: sort http.createServer() options alphabetically (Luigi Pinca) [#45680](https://github.com/nodejs/node/pull/45680)
|
|
215
|
+
* \[[`49253e1a8f`](https://github.com/nodejs/node/commit/49253e1a8f)] - **doc**: use console.error for error case in timers and tls (Deokjin Kim) [#46002](https://github.com/nodejs/node/pull/46002)
|
|
216
|
+
* \[[`8be1b666a7`](https://github.com/nodejs/node/commit/8be1b666a7)] - **doc**: fix wrong output of example in `url.protocol` (Deokjin Kim) [#45954](https://github.com/nodejs/node/pull/45954)
|
|
217
|
+
* \[[`9251dce8b2`](https://github.com/nodejs/node/commit/9251dce8b2)] - **doc**: use `os.availableParallelism()` in async\_context and cluster (Deokjin Kim) [#45979](https://github.com/nodejs/node/pull/45979)
|
|
218
|
+
* \[[`952e03ae66`](https://github.com/nodejs/node/commit/952e03ae66)] - **doc**: make EventEmitterAsyncResource's `options` as optional (Deokjin Kim) [#45985](https://github.com/nodejs/node/pull/45985)
|
|
219
|
+
* \[[`71cc3b3712`](https://github.com/nodejs/node/commit/71cc3b3712)] - **doc**: replace single executable champion in strategic initiatives doc (Darshan Sen) [#45956](https://github.com/nodejs/node/pull/45956)
|
|
220
|
+
* \[[`eaf6b63637`](https://github.com/nodejs/node/commit/eaf6b63637)] - **doc**: update error message of example in repl (Deokjin Kim) [#45920](https://github.com/nodejs/node/pull/45920)
|
|
221
|
+
* \[[`d8b5b7da75`](https://github.com/nodejs/node/commit/d8b5b7da75)] - **doc**: fix typos in packages.md (Eric Mutta) [#45957](https://github.com/nodejs/node/pull/45957)
|
|
222
|
+
* \[[`4457e051c9`](https://github.com/nodejs/node/commit/4457e051c9)] - **doc**: remove port from example in `url.hostname` (Deokjin Kim) [#45927](https://github.com/nodejs/node/pull/45927)
|
|
223
|
+
* \[[`908f4fab52`](https://github.com/nodejs/node/commit/908f4fab52)] - **doc**: show output of example in http (Deokjin Kim) [#45915](https://github.com/nodejs/node/pull/45915)
|
|
224
|
+
* \[[`faf5c23084`](https://github.com/nodejs/node/commit/faf5c23084)] - **(SEMVER-MINOR)** **doc**: add parallelism note to os.cpus() (Colin Ihrig) [#45895](https://github.com/nodejs/node/pull/45895)
|
|
225
|
+
* \[[`9ed547b73c`](https://github.com/nodejs/node/commit/9ed547b73c)] - **doc**: fix wrong output of example in `url.password` (Deokjin Kim) [#45928](https://github.com/nodejs/node/pull/45928)
|
|
226
|
+
* \[[`a89f8c1337`](https://github.com/nodejs/node/commit/a89f8c1337)] - **doc**: fix some history entries in `deprecations.md` (Antoine du Hamel) [#45891](https://github.com/nodejs/node/pull/45891)
|
|
227
|
+
* \[[`cf30fca23f`](https://github.com/nodejs/node/commit/cf30fca23f)] - **doc**: add tip for NODE\_MODULE (theanarkh) [#45797](https://github.com/nodejs/node/pull/45797)
|
|
228
|
+
* \[[`d500445aec`](https://github.com/nodejs/node/commit/d500445aec)] - **doc**: reduce likelihood of mismerges during release (Richard Lau) [#45864](https://github.com/nodejs/node/pull/45864)
|
|
229
|
+
* \[[`e229f060e3`](https://github.com/nodejs/node/commit/e229f060e3)] - **doc**: add backticks to webcrypto rsaOaepParams (Filip Skokan) [#45883](https://github.com/nodejs/node/pull/45883)
|
|
230
|
+
* \[[`dfa58c1947`](https://github.com/nodejs/node/commit/dfa58c1947)] - **doc**: remove release cleanup step (Michaël Zasso) [#45858](https://github.com/nodejs/node/pull/45858)
|
|
231
|
+
* \[[`b93a9670a8`](https://github.com/nodejs/node/commit/b93a9670a8)] - **doc**: add stream/promises pipeline and finished to doc (Marco Ippolito) [#45832](https://github.com/nodejs/node/pull/45832)
|
|
232
|
+
* \[[`c86f4a17d6`](https://github.com/nodejs/node/commit/c86f4a17d6)] - **doc**: remove Juan Jose keys (Rafael Gonzaga) [#45827](https://github.com/nodejs/node/pull/45827)
|
|
233
|
+
* \[[`c37a119f90`](https://github.com/nodejs/node/commit/c37a119f90)] - **doc**: remove last example use of require('crypto').webcrypto (Filip Skokan) [#45819](https://github.com/nodejs/node/pull/45819)
|
|
234
|
+
* \[[`7e047dfcbb`](https://github.com/nodejs/node/commit/7e047dfcbb)] - **doc**: fix wrong output of example in util (Deokjin Kim) [#45825](https://github.com/nodejs/node/pull/45825)
|
|
235
|
+
* \[[`8046e0ef53`](https://github.com/nodejs/node/commit/8046e0ef53)] - **errors**: refactor to use a method that formats a list string (Daeyeon Jeong) [#45793](https://github.com/nodejs/node/pull/45793)
|
|
236
|
+
* \[[`2d49e0e635`](https://github.com/nodejs/node/commit/2d49e0e635)] - **esm**: rewrite loader hooks test (Geoffrey Booth) [#46016](https://github.com/nodejs/node/pull/46016)
|
|
237
|
+
* \[[`47cc0e4bdb`](https://github.com/nodejs/node/commit/47cc0e4bdb)] - **events**: fix violation of symbol naming convention (Deokjin Kim) [#45978](https://github.com/nodejs/node/pull/45978)
|
|
238
|
+
* \[[`22a66cff66`](https://github.com/nodejs/node/commit/22a66cff66)] - **fs**: refactor to use `validateInteger` (Deokjin Kim) [#46008](https://github.com/nodejs/node/pull/46008)
|
|
239
|
+
* \[[`bc43922949`](https://github.com/nodejs/node/commit/bc43922949)] - **http**: replace `var` with `const` on code of comment (Deokjin Kim) [#45951](https://github.com/nodejs/node/pull/45951)
|
|
240
|
+
* \[[`7ea72ee421`](https://github.com/nodejs/node/commit/7ea72ee421)] - **(SEMVER-MINOR)** **http**: improved timeout defaults handling (Paolo Insogna) [#45778](https://github.com/nodejs/node/pull/45778)
|
|
241
|
+
* \[[`7f1daedf4c`](https://github.com/nodejs/node/commit/7f1daedf4c)] - **lib**: update JSDoc of `getOwnPropertyValueOrDefault` (Deokjin Kim) [#46010](https://github.com/nodejs/node/pull/46010)
|
|
242
|
+
* \[[`28f9089b83`](https://github.com/nodejs/node/commit/28f9089b83)] - **lib**: use `kEmptyObject` as default value for options (Deokjin Kim) [#46011](https://github.com/nodejs/node/pull/46011)
|
|
243
|
+
* \[[`f6c6673ec4`](https://github.com/nodejs/node/commit/f6c6673ec4)] - **lib**: lazy-load deps in modules/run\_main.js (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
244
|
+
* \[[`e529ea4144`](https://github.com/nodejs/node/commit/e529ea4144)] - **lib**: lazy-load deps in source\_map\_cache.js (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
245
|
+
* \[[`943852ab83`](https://github.com/nodejs/node/commit/943852ab83)] - **lib**: add getLazy() method to internal/util (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
246
|
+
* \[[`25d0a94453`](https://github.com/nodejs/node/commit/25d0a94453)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46040](https://github.com/nodejs/node/pull/46040)
|
|
247
|
+
* \[[`0a70316ecc`](https://github.com/nodejs/node/commit/0a70316ecc)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#45968](https://github.com/nodejs/node/pull/45968)
|
|
248
|
+
* \[[`86e30fcb4d`](https://github.com/nodejs/node/commit/86e30fcb4d)] - **meta**: add `nodejs/loaders` to CODEOWNERS (Geoffrey Booth) [#45940](https://github.com/nodejs/node/pull/45940)
|
|
249
|
+
* \[[`e95695654d`](https://github.com/nodejs/node/commit/e95695654d)] - **meta**: add `nodejs/test_runner` to CODEOWNERS (Antoine du Hamel) [#45935](https://github.com/nodejs/node/pull/45935)
|
|
250
|
+
* \[[`353dab5bdf`](https://github.com/nodejs/node/commit/353dab5bdf)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#45899](https://github.com/nodejs/node/pull/45899)
|
|
251
|
+
* \[[`0b3512f690`](https://github.com/nodejs/node/commit/0b3512f690)] - **modules**: move callbacks and conditions into modules/esm/utils.js (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
252
|
+
* \[[`c6ab449d1b`](https://github.com/nodejs/node/commit/c6ab449d1b)] - **modules**: move modules/cjs/helpers.js to modules/helpers.js (Joyee Cheung) [#45849](https://github.com/nodejs/node/pull/45849)
|
|
253
|
+
* \[[`4d62b099b4`](https://github.com/nodejs/node/commit/4d62b099b4)] - **net**: handle socket.write(cb) edge case (Santiago Gimeno) [#45922](https://github.com/nodejs/node/pull/45922)
|
|
254
|
+
* \[[`8e6b8dbb41`](https://github.com/nodejs/node/commit/8e6b8dbb41)] - **net**: add autoSelectFamily global getter and setter (Paolo Insogna) [#45777](https://github.com/nodejs/node/pull/45777)
|
|
255
|
+
* \[[`f3bb6a38ae`](https://github.com/nodejs/node/commit/f3bb6a38ae)] - **node-api**: generalize finalizer second pass callback (Chengzhong Wu) [#44141](https://github.com/nodejs/node/pull/44141)
|
|
256
|
+
* \[[`d71883e271`](https://github.com/nodejs/node/commit/d71883e271)] - **(SEMVER-MINOR)** **os**: add availableParallelism() (Colin Ihrig) [#45895](https://github.com/nodejs/node/pull/45895)
|
|
257
|
+
* \[[`4c0850539a`](https://github.com/nodejs/node/commit/4c0850539a)] - **process,worker**: ensure code after exit() effectless (ywave620) [#45620](https://github.com/nodejs/node/pull/45620)
|
|
258
|
+
* \[[`24cae6b4a3`](https://github.com/nodejs/node/commit/24cae6b4a3)] - **repl**: improve robustness wrt to prototype pollution (Antoine du Hamel) [#45604](https://github.com/nodejs/node/pull/45604)
|
|
259
|
+
* \[[`af25c95b22`](https://github.com/nodejs/node/commit/af25c95b22)] - **src**: fix typo in `node_file.cc` (Vadim) [#45998](https://github.com/nodejs/node/pull/45998)
|
|
260
|
+
* \[[`261d6d0726`](https://github.com/nodejs/node/commit/261d6d0726)] - **src**: fix crash on OnStreamRead on Windows (Santiago Gimeno) [#45878](https://github.com/nodejs/node/pull/45878)
|
|
261
|
+
* \[[`6c5b7e660b`](https://github.com/nodejs/node/commit/6c5b7e660b)] - **src**: add worker per-isolate binding initialization (Chengzhong Wu) [#45547](https://github.com/nodejs/node/pull/45547)
|
|
262
|
+
* \[[`db535b6caa`](https://github.com/nodejs/node/commit/db535b6caa)] - **src**: define per-isolate internal bindings registration callback (Chengzhong Wu) [#45547](https://github.com/nodejs/node/pull/45547)
|
|
263
|
+
* \[[`ded87f6dc4`](https://github.com/nodejs/node/commit/ded87f6dc4)] - **src**: fix creating `Isolate`s from addons (Anna Henningsen) [#45885](https://github.com/nodejs/node/pull/45885)
|
|
264
|
+
* \[[`c2ed0ccb28`](https://github.com/nodejs/node/commit/c2ed0ccb28)] - **src**: use string\_view for FastStringKey implementation (Anna Henningsen) [#45914](https://github.com/nodejs/node/pull/45914)
|
|
265
|
+
* \[[`b995138b96`](https://github.com/nodejs/node/commit/b995138b96)] - **src**: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) [#45886](https://github.com/nodejs/node/pull/45886)
|
|
266
|
+
* \[[`4454f5fd71`](https://github.com/nodejs/node/commit/4454f5fd71)] - **src**: fix UB in overflow checks (Ben Noordhuis) [#45882](https://github.com/nodejs/node/pull/45882)
|
|
267
|
+
* \[[`27d3201502`](https://github.com/nodejs/node/commit/27d3201502)] - **src**: check size of args before using for exec\_path (A. Wilcox) [#45902](https://github.com/nodejs/node/pull/45902)
|
|
268
|
+
* \[[`2f898f2983`](https://github.com/nodejs/node/commit/2f898f2983)] - **src**: fix tls certificate root store data race (Ben Noordhuis) [#45767](https://github.com/nodejs/node/pull/45767)
|
|
269
|
+
* \[[`eff92a61b9`](https://github.com/nodejs/node/commit/eff92a61b9)] - **src**: add undici and acorn to `process.versions` (Debadree Chatterjee) [#45621](https://github.com/nodejs/node/pull/45621)
|
|
270
|
+
* \[[`ab22a8ff4b`](https://github.com/nodejs/node/commit/ab22a8ff4b)] - **stream**: refactor to use `validateFunction` (Deokjin Kim) [#46007](https://github.com/nodejs/node/pull/46007)
|
|
271
|
+
* \[[`0858956f5f`](https://github.com/nodejs/node/commit/0858956f5f)] - **stream**: fix typo in JSDoc (Deokjin Kim) [#45991](https://github.com/nodejs/node/pull/45991)
|
|
272
|
+
* \[[`2807efaea6`](https://github.com/nodejs/node/commit/2807efaea6)] - **test**: use `process.hrtime.bigint` instead of `process.hrtime` (Deokjin Kim) [#45877](https://github.com/nodejs/node/pull/45877)
|
|
273
|
+
* \[[`0f5a145973`](https://github.com/nodejs/node/commit/0f5a145973)] - **test**: print failed JS/parallel tests (Geoffrey Booth) [#45960](https://github.com/nodejs/node/pull/45960)
|
|
274
|
+
* \[[`c6c094702b`](https://github.com/nodejs/node/commit/c6c094702b)] - **test**: split parallel fs-watch-recursive tests (Yagiz Nizipli) [#45865](https://github.com/nodejs/node/pull/45865)
|
|
275
|
+
* \[[`97a8e055be`](https://github.com/nodejs/node/commit/97a8e055be)] - **test**: add all WebCryptoAPI globals to WPTRunner's loadLazyGlobals (Filip Skokan) [#45857](https://github.com/nodejs/node/pull/45857)
|
|
276
|
+
* \[[`95ce16d8d9`](https://github.com/nodejs/node/commit/95ce16d8d9)] - **test**: fix test broken under --node-builtin-modules-path (Geoffrey Booth) [#45894](https://github.com/nodejs/node/pull/45894)
|
|
277
|
+
* \[[`97868befe7`](https://github.com/nodejs/node/commit/97868befe7)] - **test**: fix mock.method to support class instances (Erick Wendel) [#45608](https://github.com/nodejs/node/pull/45608)
|
|
278
|
+
* \[[`71056daf76`](https://github.com/nodejs/node/commit/71056daf76)] - **test**: update encoding wpt to latest (Yagiz Nizipli) [#45850](https://github.com/nodejs/node/pull/45850)
|
|
279
|
+
* \[[`10367c4cae`](https://github.com/nodejs/node/commit/10367c4cae)] - **test**: update url wpt to latest (Yagiz Nizipli) [#45852](https://github.com/nodejs/node/pull/45852)
|
|
280
|
+
* \[[`53f02cf631`](https://github.com/nodejs/node/commit/53f02cf631)] - **test**: add CryptoKey transferring tests (Filip Skokan) [#45811](https://github.com/nodejs/node/pull/45811)
|
|
281
|
+
* \[[`5de08ef275`](https://github.com/nodejs/node/commit/5de08ef275)] - **test**: add postject to fixtures (Darshan Sen) [#45298](https://github.com/nodejs/node/pull/45298)
|
|
282
|
+
* \[[`fea122d51e`](https://github.com/nodejs/node/commit/fea122d51e)] - **test**: enable idlharness WebCryptoAPI WPTs (Filip Skokan) [#45822](https://github.com/nodejs/node/pull/45822)
|
|
283
|
+
* \[[`3c2ce5635e`](https://github.com/nodejs/node/commit/3c2ce5635e)] - **test**: remove use of --experimental-global-webcrypto flag (Filip Skokan) [#45816](https://github.com/nodejs/node/pull/45816)
|
|
284
|
+
* \[[`b5e124537e`](https://github.com/nodejs/node/commit/b5e124537e)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#45860](https://github.com/nodejs/node/pull/45860)
|
|
285
|
+
* \[[`7ae24abd7b`](https://github.com/nodejs/node/commit/7ae24abd7b)] - **test\_runner**: use os.availableParallelism() (Colin Ihrig) [#45969](https://github.com/nodejs/node/pull/45969)
|
|
286
|
+
* \[[`c5004d42af`](https://github.com/nodejs/node/commit/c5004d42af)] - **test\_runner**: run t.after() if test body throws (Colin Ihrig) [#45870](https://github.com/nodejs/node/pull/45870)
|
|
287
|
+
* \[[`bdbb676bee`](https://github.com/nodejs/node/commit/bdbb676bee)] - **test\_runner**: parse yaml (Moshe Atlow) [#45815](https://github.com/nodejs/node/pull/45815)
|
|
288
|
+
* \[[`ca9b9b9ce6`](https://github.com/nodejs/node/commit/ca9b9b9ce6)] - **tls**: don't treat fatal TLS alerts as EOF (David Benjamin) [#44563](https://github.com/nodejs/node/pull/44563)
|
|
289
|
+
* \[[`d08a574ecf`](https://github.com/nodejs/node/commit/d08a574ecf)] - **tls**: fix re-entrancy issue with TLS close\_notify (David Benjamin) [#44563](https://github.com/nodejs/node/pull/44563)
|
|
290
|
+
* \[[`0f0d22a63e`](https://github.com/nodejs/node/commit/0f0d22a63e)] - **tools**: update lint-md-dependencies to rollup\@3.9.0 (Node.js GitHub Bot) [#46039](https://github.com/nodejs/node/pull/46039)
|
|
291
|
+
* \[[`5a8d125fc4`](https://github.com/nodejs/node/commit/5a8d125fc4)] - **tools**: update doc to unist-util-select\@4.0.2 (Node.js GitHub Bot) [#46038](https://github.com/nodejs/node/pull/46038)
|
|
292
|
+
* \[[`54776ffe80`](https://github.com/nodejs/node/commit/54776ffe80)] - **tools**: add release host var to promotion script (Ruy Adorno) [#45913](https://github.com/nodejs/node/pull/45913)
|
|
293
|
+
* \[[`f968fdb78a`](https://github.com/nodejs/node/commit/f968fdb78a)] - **tools**: add url to `AUTHORS` update automation (Antoine du Hamel) [#45971](https://github.com/nodejs/node/pull/45971)
|
|
294
|
+
* \[[`7c518cbac1`](https://github.com/nodejs/node/commit/7c518cbac1)] - **tools**: update lint-md-dependencies to rollup\@3.8.1 (Node.js GitHub Bot) [#45967](https://github.com/nodejs/node/pull/45967)
|
|
295
|
+
* \[[`1282f7f656`](https://github.com/nodejs/node/commit/1282f7f656)] - **tools**: update GitHub workflow action (Mohammed Keyvanzadeh) [#45937](https://github.com/nodejs/node/pull/45937)
|
|
296
|
+
* \[[`f446af78e9`](https://github.com/nodejs/node/commit/f446af78e9)] - **tools**: update lint-md dependencies (Node.js GitHub Bot) [#45813](https://github.com/nodejs/node/pull/45813)
|
|
297
|
+
* \[[`794611ade9`](https://github.com/nodejs/node/commit/794611ade9)] - **tools**: enforce use of trailing commas in `tools/` (Antoine du Hamel) [#45889](https://github.com/nodejs/node/pull/45889)
|
|
298
|
+
* \[[`124c2b32d9`](https://github.com/nodejs/node/commit/124c2b32d9)] - **tools**: fix incorrect version history order (Fabien Michel) [#45728](https://github.com/nodejs/node/pull/45728)
|
|
299
|
+
* \[[`27cf389c22`](https://github.com/nodejs/node/commit/27cf389c22)] - **tools**: update eslint to 8.29.0 (Node.js GitHub Bot) [#45733](https://github.com/nodejs/node/pull/45733)
|
|
300
|
+
* \[[`ae842a40b5`](https://github.com/nodejs/node/commit/ae842a40b5)] - **util**: add fast path for text-decoder fatal flag (Yagiz Nizipli) [#45803](https://github.com/nodejs/node/pull/45803)
|
|
301
|
+
* \[[`389cc3e1d6`](https://github.com/nodejs/node/commit/389cc3e1d6)] - **vm**: refactor to use `validateStringArray` (Deokjin Kim) [#46020](https://github.com/nodejs/node/pull/46020)
|
|
302
|
+
* \[[`7bd6a2c258`](https://github.com/nodejs/node/commit/7bd6a2c258)] - **wasi**: fast calls (snek) [#43697](https://github.com/nodejs/node/pull/43697)
|
|
303
|
+
|
|
41
304
|
<a id="19.3.0"></a>
|
|
42
305
|
|
|
43
306
|
## 2022-12-14, Version 19.3.0 (Current), @targos
|
package/LICENSE
CHANGED
|
@@ -769,6 +769,246 @@ The externally maintained libraries used by Node.js are:
|
|
|
769
769
|
SOFTWARE.
|
|
770
770
|
"""
|
|
771
771
|
|
|
772
|
+
- postject, located at test/fixtures/postject-copy, is licensed as follows:
|
|
773
|
+
"""
|
|
774
|
+
Postject is licensed for use as follows:
|
|
775
|
+
|
|
776
|
+
"""
|
|
777
|
+
MIT License
|
|
778
|
+
|
|
779
|
+
Copyright (c) 2022 Postman, Inc
|
|
780
|
+
|
|
781
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
782
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
783
|
+
in the Software without restriction, including without limitation the rights
|
|
784
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
785
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
786
|
+
furnished to do so, subject to the following conditions:
|
|
787
|
+
|
|
788
|
+
The above copyright notice and this permission notice shall be included in all
|
|
789
|
+
copies or substantial portions of the Software.
|
|
790
|
+
|
|
791
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
792
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
793
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
794
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
795
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
796
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
797
|
+
SOFTWARE.
|
|
798
|
+
"""
|
|
799
|
+
|
|
800
|
+
The Postject license applies to all parts of Postject that are not externally
|
|
801
|
+
maintained libraries.
|
|
802
|
+
|
|
803
|
+
The externally maintained libraries used by Postject are:
|
|
804
|
+
|
|
805
|
+
- LIEF, located at vendor/LIEF, is licensed as follows:
|
|
806
|
+
"""
|
|
807
|
+
Apache License
|
|
808
|
+
Version 2.0, January 2004
|
|
809
|
+
http://www.apache.org/licenses/
|
|
810
|
+
|
|
811
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
812
|
+
|
|
813
|
+
1. Definitions.
|
|
814
|
+
|
|
815
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
816
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
817
|
+
|
|
818
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
819
|
+
the copyright owner that is granting the License.
|
|
820
|
+
|
|
821
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
822
|
+
other entities that control, are controlled by, or are under common
|
|
823
|
+
control with that entity. For the purposes of this definition,
|
|
824
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
825
|
+
direction or management of such entity, whether by contract or
|
|
826
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
827
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
828
|
+
|
|
829
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
830
|
+
exercising permissions granted by this License.
|
|
831
|
+
|
|
832
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
833
|
+
including but not limited to software source code, documentation
|
|
834
|
+
source, and configuration files.
|
|
835
|
+
|
|
836
|
+
"Object" form shall mean any form resulting from mechanical
|
|
837
|
+
transformation or translation of a Source form, including but
|
|
838
|
+
not limited to compiled object code, generated documentation,
|
|
839
|
+
and conversions to other media types.
|
|
840
|
+
|
|
841
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
842
|
+
Object form, made available under the License, as indicated by a
|
|
843
|
+
copyright notice that is included in or attached to the work
|
|
844
|
+
(an example is provided in the Appendix below).
|
|
845
|
+
|
|
846
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
847
|
+
form, that is based on (or derived from) the Work and for which the
|
|
848
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
849
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
850
|
+
of this License, Derivative Works shall not include works that remain
|
|
851
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
852
|
+
the Work and Derivative Works thereof.
|
|
853
|
+
|
|
854
|
+
"Contribution" shall mean any work of authorship, including
|
|
855
|
+
the original version of the Work and any modifications or additions
|
|
856
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
857
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
858
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
859
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
860
|
+
means any form of electronic, verbal, or written communication sent
|
|
861
|
+
to the Licensor or its representatives, including but not limited to
|
|
862
|
+
communication on electronic mailing lists, source code control systems,
|
|
863
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
864
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
865
|
+
excluding communication that is conspicuously marked or otherwise
|
|
866
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
867
|
+
|
|
868
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
869
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
870
|
+
subsequently incorporated within the Work.
|
|
871
|
+
|
|
872
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
873
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
874
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
875
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
876
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
877
|
+
Work and such Derivative Works in Source or Object form.
|
|
878
|
+
|
|
879
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
880
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
881
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
882
|
+
(except as stated in this section) patent license to make, have made,
|
|
883
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
884
|
+
where such license applies only to those patent claims licensable
|
|
885
|
+
by such Contributor that are necessarily infringed by their
|
|
886
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
887
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
888
|
+
institute patent litigation against any entity (including a
|
|
889
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
890
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
891
|
+
or contributory patent infringement, then any patent licenses
|
|
892
|
+
granted to You under this License for that Work shall terminate
|
|
893
|
+
as of the date such litigation is filed.
|
|
894
|
+
|
|
895
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
896
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
897
|
+
modifications, and in Source or Object form, provided that You
|
|
898
|
+
meet the following conditions:
|
|
899
|
+
|
|
900
|
+
(a) You must give any other recipients of the Work or
|
|
901
|
+
Derivative Works a copy of this License; and
|
|
902
|
+
|
|
903
|
+
(b) You must cause any modified files to carry prominent notices
|
|
904
|
+
stating that You changed the files; and
|
|
905
|
+
|
|
906
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
907
|
+
that You distribute, all copyright, patent, trademark, and
|
|
908
|
+
attribution notices from the Source form of the Work,
|
|
909
|
+
excluding those notices that do not pertain to any part of
|
|
910
|
+
the Derivative Works; and
|
|
911
|
+
|
|
912
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
913
|
+
distribution, then any Derivative Works that You distribute must
|
|
914
|
+
include a readable copy of the attribution notices contained
|
|
915
|
+
within such NOTICE file, excluding those notices that do not
|
|
916
|
+
pertain to any part of the Derivative Works, in at least one
|
|
917
|
+
of the following places: within a NOTICE text file distributed
|
|
918
|
+
as part of the Derivative Works; within the Source form or
|
|
919
|
+
documentation, if provided along with the Derivative Works; or,
|
|
920
|
+
within a display generated by the Derivative Works, if and
|
|
921
|
+
wherever such third-party notices normally appear. The contents
|
|
922
|
+
of the NOTICE file are for informational purposes only and
|
|
923
|
+
do not modify the License. You may add Your own attribution
|
|
924
|
+
notices within Derivative Works that You distribute, alongside
|
|
925
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
926
|
+
that such additional attribution notices cannot be construed
|
|
927
|
+
as modifying the License.
|
|
928
|
+
|
|
929
|
+
You may add Your own copyright statement to Your modifications and
|
|
930
|
+
may provide additional or different license terms and conditions
|
|
931
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
932
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
933
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
934
|
+
the conditions stated in this License.
|
|
935
|
+
|
|
936
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
937
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
938
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
939
|
+
this License, without any additional terms or conditions.
|
|
940
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
941
|
+
the terms of any separate license agreement you may have executed
|
|
942
|
+
with Licensor regarding such Contributions.
|
|
943
|
+
|
|
944
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
945
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
946
|
+
except as required for reasonable and customary use in describing the
|
|
947
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
948
|
+
|
|
949
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
950
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
951
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
952
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
953
|
+
implied, including, without limitation, any warranties or conditions
|
|
954
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
955
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
956
|
+
appropriateness of using or redistributing the Work and assume any
|
|
957
|
+
risks associated with Your exercise of permissions under this License.
|
|
958
|
+
|
|
959
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
960
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
961
|
+
unless required by applicable law (such as deliberate and grossly
|
|
962
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
963
|
+
liable to You for damages, including any direct, indirect, special,
|
|
964
|
+
incidental, or consequential damages of any character arising as a
|
|
965
|
+
result of this License or out of the use or inability to use the
|
|
966
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
967
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
968
|
+
other commercial damages or losses), even if such Contributor
|
|
969
|
+
has been advised of the possibility of such damages.
|
|
970
|
+
|
|
971
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
972
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
973
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
974
|
+
or other liability obligations and/or rights consistent with this
|
|
975
|
+
License. However, in accepting such obligations, You may act only
|
|
976
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
977
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
978
|
+
defend, and hold each Contributor harmless for any liability
|
|
979
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
980
|
+
of your accepting any such warranty or additional liability.
|
|
981
|
+
|
|
982
|
+
END OF TERMS AND CONDITIONS
|
|
983
|
+
|
|
984
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
985
|
+
|
|
986
|
+
To apply the Apache License to your work, attach the following
|
|
987
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
988
|
+
replaced with your own identifying information. (Don't include
|
|
989
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
990
|
+
comment syntax for the file format. We also recommend that a
|
|
991
|
+
file or class name and description of purpose be included on the
|
|
992
|
+
same "printed page" as the copyright notice for easier
|
|
993
|
+
identification within third-party archives.
|
|
994
|
+
|
|
995
|
+
Copyright 2017 - 2022 R. Thomas
|
|
996
|
+
Copyright 2017 - 2022 Quarkslab
|
|
997
|
+
|
|
998
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
999
|
+
you may not use this file except in compliance with the License.
|
|
1000
|
+
You may obtain a copy of the License at
|
|
1001
|
+
|
|
1002
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1003
|
+
|
|
1004
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1005
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1006
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1007
|
+
See the License for the specific language governing permissions and
|
|
1008
|
+
limitations under the License.
|
|
1009
|
+
"""
|
|
1010
|
+
"""
|
|
1011
|
+
|
|
772
1012
|
- OpenSSL, located at deps/openssl, is licensed as follows:
|
|
773
1013
|
"""
|
|
774
1014
|
Apache License
|
|
@@ -1076,6 +1316,28 @@ The externally maintained libraries used by Node.js are:
|
|
|
1076
1316
|
jloup@gzip.org madler@alumni.caltech.edu
|
|
1077
1317
|
"""
|
|
1078
1318
|
|
|
1319
|
+
- simdutf, located at deps/simdutf, is licensed as follows:
|
|
1320
|
+
"""
|
|
1321
|
+
Copyright 2021 The simdutf authors
|
|
1322
|
+
|
|
1323
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1324
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1325
|
+
the Software without restriction, including without limitation the rights to
|
|
1326
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1327
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1328
|
+
subject to the following conditions:
|
|
1329
|
+
|
|
1330
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1331
|
+
copies or substantial portions of the Software.
|
|
1332
|
+
|
|
1333
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1334
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1335
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1336
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1337
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1338
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1339
|
+
"""
|
|
1340
|
+
|
|
1079
1341
|
- npm, located at deps/npm, is licensed as follows:
|
|
1080
1342
|
"""
|
|
1081
1343
|
The npm application
|
package/README.md
CHANGED
|
@@ -7,6 +7,12 @@ For information on using Node.js, see the [Node.js website][].
|
|
|
7
7
|
The Node.js project uses an [open governance model](./GOVERNANCE.md). The
|
|
8
8
|
[OpenJS Foundation][] provides support for the project.
|
|
9
9
|
|
|
10
|
+
Contributors are expected to act in a collaborative manner to move
|
|
11
|
+
the project forward. We encourage the constructive exchange of contrary
|
|
12
|
+
opinions and compromise. The [TSC](./GOVERNANCE.md#technical-steering-committee)
|
|
13
|
+
reserves the right to limit or block contributors who repeatedly act in ways
|
|
14
|
+
that discourage, exhaust, or otherwise negatively affect other participants.
|
|
15
|
+
|
|
10
16
|
**This project has a [Code of Conduct][].**
|
|
11
17
|
|
|
12
18
|
## Table of contents
|
|
@@ -399,7 +405,7 @@ For information about the governance of the Node.js project, see
|
|
|
399
405
|
* [oyyd](https://github.com/oyyd) -
|
|
400
406
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
401
407
|
* [panva](https://github.com/panva) -
|
|
402
|
-
**Filip Skokan** <<panva.ip@gmail.com>>
|
|
408
|
+
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
403
409
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
404
410
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
405
411
|
* [Qard](https://github.com/Qard) -
|
|
@@ -708,8 +714,6 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
708
714
|
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
709
715
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
710
716
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
711
|
-
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
712
|
-
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
713
717
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
714
718
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
715
719
|
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
@@ -728,7 +732,6 @@ to sign releases):
|
|
|
728
732
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
729
733
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
730
734
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
731
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
732
735
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
733
736
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
734
737
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
|
|
@@ -761,6 +764,8 @@ verify a downloaded file.
|
|
|
761
764
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
762
765
|
* **Jeremiah Senkpiel** <<fishrock@keybase.io>>
|
|
763
766
|
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
|
|
767
|
+
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
768
|
+
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
764
769
|
* **Julien Gilli** <<jgilli@fastmail.fm>>
|
|
765
770
|
`114F43EE0176B71C7BC219DD50A3051F888C628D`
|
|
766
771
|
* **Rod Vagg** <<rod@vagg.org>>
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
'lib/internal/assert.js',
|
|
72
72
|
'lib/internal/assert/assertion_error.js',
|
|
73
73
|
'lib/internal/assert/calltracker.js',
|
|
74
|
-
'lib/internal/assert/snapshot.js',
|
|
75
74
|
'lib/internal/async_hooks.js',
|
|
76
75
|
'lib/internal/blob.js',
|
|
77
76
|
'lib/internal/blocklist.js',
|
|
@@ -166,7 +165,6 @@
|
|
|
166
165
|
'lib/internal/main/watch_mode.js',
|
|
167
166
|
'lib/internal/main/worker_thread.js',
|
|
168
167
|
'lib/internal/mime.js',
|
|
169
|
-
'lib/internal/modules/cjs/helpers.js',
|
|
170
168
|
'lib/internal/modules/cjs/loader.js',
|
|
171
169
|
'lib/internal/modules/esm/assert.js',
|
|
172
170
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
@@ -182,6 +180,8 @@
|
|
|
182
180
|
'lib/internal/modules/esm/package_config.js',
|
|
183
181
|
'lib/internal/modules/esm/resolve.js',
|
|
184
182
|
'lib/internal/modules/esm/translators.js',
|
|
183
|
+
'lib/internal/modules/esm/utils.js',
|
|
184
|
+
'lib/internal/modules/helpers.js',
|
|
185
185
|
'lib/internal/modules/package_json_reader.js',
|
|
186
186
|
'lib/internal/modules/run_main.js',
|
|
187
187
|
'lib/internal/net.js',
|
|
@@ -260,6 +260,7 @@
|
|
|
260
260
|
'lib/internal/test_runner/tap_stream.js',
|
|
261
261
|
'lib/internal/test_runner/test.js',
|
|
262
262
|
'lib/internal/test_runner/utils.js',
|
|
263
|
+
'lib/internal/test_runner/yaml_parser.js',
|
|
263
264
|
'lib/internal/timers.js',
|
|
264
265
|
'lib/internal/tls/secure-context.js',
|
|
265
266
|
'lib/internal/tls/secure-pair.js',
|
|
@@ -492,7 +492,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_date_value(napi_env env,
|
|
|
492
492
|
// Add finalizer for pointer
|
|
493
493
|
NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
494
494
|
napi_value js_object,
|
|
495
|
-
void*
|
|
495
|
+
void* finalize_data,
|
|
496
496
|
napi_finalize finalize_cb,
|
|
497
497
|
void* finalize_hint,
|
|
498
498
|
napi_ref* result);
|
|
@@ -398,7 +398,8 @@ constexpr uint64_t kAllExternalPointerTypeTags[] = {
|
|
|
398
398
|
V(kWasmInternalFunctionCallTargetTag, sandboxed, TAG(17)) \
|
|
399
399
|
V(kWasmTypeInfoNativeTypeTag, sandboxed, TAG(18)) \
|
|
400
400
|
V(kWasmExportedFunctionDataSignatureTag, sandboxed, TAG(19)) \
|
|
401
|
-
V(kWasmContinuationJmpbufTag, sandboxed, TAG(20))
|
|
401
|
+
V(kWasmContinuationJmpbufTag, sandboxed, TAG(20)) \
|
|
402
|
+
V(kArrayBufferExtensionTag, sandboxed, TAG(21))
|
|
402
403
|
|
|
403
404
|
// All external pointer tags.
|
|
404
405
|
#define ALL_EXTERNAL_POINTER_TAGS(V) \
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 10
|
|
12
12
|
#define V8_MINOR_VERSION 8
|
|
13
13
|
#define V8_BUILD_NUMBER 168
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 25
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -491,9 +491,6 @@ Track heap object allocations for heap snapshots.
|
|
|
491
491
|
.It Fl -unhandled-rejections=mode
|
|
492
492
|
Define the behavior for unhandled rejections. Can be one of `strict` (raise an error), `warn` (enforce warnings) or `none` (silence warnings).
|
|
493
493
|
.
|
|
494
|
-
.It Fl -update-assert-snapshot
|
|
495
|
-
Updates snapshot files used by `assert.snapshot()`.
|
|
496
|
-
.
|
|
497
494
|
.It Fl -use-bundled-ca , Fl -use-openssl-ca
|
|
498
495
|
Use bundled Mozilla CA store as supplied by current Node.js version or use OpenSSL's default CA store.
|
|
499
496
|
The default store is selectable at build-time.
|