node-aix-ppc64 17.3.1 → 17.4.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 CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#17.4.0">17.4.0</a><br/>
11
12
  <a href="#17.3.1">17.3.1</a><br/>
12
13
  <a href="#17.3.0">17.3.0</a><br/>
13
14
  <a href="#17.2.0">17.2.0</a><br/>
@@ -37,6 +38,190 @@
37
38
  * [io.js](CHANGELOG_IOJS.md)
38
39
  * [Archive](CHANGELOG_ARCHIVE.md)
39
40
 
41
+ <a id="17.4.0"></a>
42
+
43
+ ## 2022-01-18, Version 17.4.0 (Current), @targos
44
+
45
+ ### Notable Changes
46
+
47
+ * \[[`ef6f98c2e3`](https://github.com/nodejs/node/commit/ef6f98c2e3)] - **(SEMVER-MINOR)** **child\_process**: add support for URL to `cp.fork` (Antoine du Hamel) [#41225](https://github.com/nodejs/node/pull/41225)
48
+ * \[[`d62fe315c2`](https://github.com/nodejs/node/commit/d62fe315c2)] - **(SEMVER-MINOR)** **crypto**: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) [#41266](https://github.com/nodejs/node/pull/41266)
49
+ * \[[`fcb37e9ce5`](https://github.com/nodejs/node/commit/fcb37e9ce5)] - **doc**: add Mesteery to collaborators (Mestery) [#41543](https://github.com/nodejs/node/pull/41543)
50
+ * \[[`4079fc42b7`](https://github.com/nodejs/node/commit/4079fc42b7)] - **(SEMVER-MINOR)** **events**: graduate capturerejections to supported (James M Snell) [#41267](https://github.com/nodejs/node/pull/41267)
51
+ * \[[`fe21607901`](https://github.com/nodejs/node/commit/fe21607901)] - **(SEMVER-MINOR)** **events**: add EventEmitterAsyncResource to core (James M Snell) [#41246](https://github.com/nodejs/node/pull/41246)
52
+ * \[[`6d8eb6ace6`](https://github.com/nodejs/node/commit/6d8eb6ace6)] - **(SEMVER-MINOR)** **loader**: return package format from defaultResolve if known (Gabriel Bota) [#40980](https://github.com/nodejs/node/pull/40980)
53
+ * \[[`27c619140a`](https://github.com/nodejs/node/commit/27c619140a)] - **(SEMVER-MINOR)** **perf\_hooks**: multiple fixes for Histogram (James M Snell) [#41153](https://github.com/nodejs/node/pull/41153)
54
+ * \[[`09c25bb224`](https://github.com/nodejs/node/commit/09c25bb224)] - **(SEMVER-MINOR)** **stream**: add filter method to readable (Benjamin Gruenbaum, Robert Nagy) [#41354](https://github.com/nodejs/node/pull/41354)
55
+ * \[[`1150963217`](https://github.com/nodejs/node/commit/1150963217)] - **(SEMVER-MINOR)** **stream**: add isReadable helper (Robert Nagy) [#41199](https://github.com/nodejs/node/pull/41199)
56
+ * \[[`9f5a873965`](https://github.com/nodejs/node/commit/9f5a873965)] - **(SEMVER-MINOR)** **stream**: add map method to Readable (Benjamin Gruenbaum, Robert Nagy) [#40815](https://github.com/nodejs/node/pull/40815)
57
+
58
+ ### Commits
59
+
60
+ * \[[`314102b14d`](https://github.com/nodejs/node/commit/314102b14d)] - **async\_hooks**: add missing initialization (Michael Dawson) [#41288](https://github.com/nodejs/node/pull/41288)
61
+ * \[[`56345a3f63`](https://github.com/nodejs/node/commit/56345a3f63)] - **async\_hooks**: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) [#41202](https://github.com/nodejs/node/pull/41202)
62
+ * \[[`fa84353952`](https://github.com/nodejs/node/commit/fa84353952)] - **benchmark**: simplify http benchmarker regular expression (Rich Trott) [#38206](https://github.com/nodejs/node/pull/38206)
63
+ * \[[`88d760c559`](https://github.com/nodejs/node/commit/88d760c559)] - **benchmark**: fix benchmark/run.js handling of --set (Rich Trott) [#41334](https://github.com/nodejs/node/pull/41334)
64
+ * \[[`dcf1ea0a3f`](https://github.com/nodejs/node/commit/dcf1ea0a3f)] - **benchmark,test**: use Object.hasOwn() where applicable (Rich Trott) [#41229](https://github.com/nodejs/node/pull/41229)
65
+ * \[[`4958c800da`](https://github.com/nodejs/node/commit/4958c800da)] - **build**: fix npm version detection (Michaël Zasso) [#41575](https://github.com/nodejs/node/pull/41575)
66
+ * \[[`e8538c3751`](https://github.com/nodejs/node/commit/e8538c3751)] - **build**: fix node build failures in WSL Ubuntu (MrJithil) [#41476](https://github.com/nodejs/node/pull/41476)
67
+ * \[[`3d88ea195e`](https://github.com/nodejs/node/commit/3d88ea195e)] - **build**: fix workflow access to git history (Rich Trott) [#41472](https://github.com/nodejs/node/pull/41472)
68
+ * \[[`b0f0ad1004`](https://github.com/nodejs/node/commit/b0f0ad1004)] - **build**: start build on z/OS (alexcfyung) [#41273](https://github.com/nodejs/node/pull/41273)
69
+ * \[[`80a3766ac7`](https://github.com/nodejs/node/commit/80a3766ac7)] - **build**: use list for mutable retval rather than tuple (Rich Trott) [#41372](https://github.com/nodejs/node/pull/41372)
70
+ * \[[`afe1e00509`](https://github.com/nodejs/node/commit/afe1e00509)] - **build**: remove Python 2 workaround (Rich Trott) [#41357](https://github.com/nodejs/node/pull/41357)
71
+ * \[[`011c5f6498`](https://github.com/nodejs/node/commit/011c5f6498)] - **build**: improve readability of texts in workflows (Mestery) [#40988](https://github.com/nodejs/node/pull/40988)
72
+ * \[[`2233f31069`](https://github.com/nodejs/node/commit/2233f31069)] - **build,tools,win**: trim unused VCBUILD\_PYTHON\_LOCATION variable (David Sanders) [#41235](https://github.com/nodejs/node/pull/41235)
73
+ * \[[`d9465ae614`](https://github.com/nodejs/node/commit/d9465ae614)] - **child\_process**: queue pending messages (Erick Wendel) [#41221](https://github.com/nodejs/node/pull/41221)
74
+ * \[[`ed41fd110d`](https://github.com/nodejs/node/commit/ed41fd110d)] - **child\_process**: revise argument processing (Rich Trott) [#41280](https://github.com/nodejs/node/pull/41280)
75
+ * \[[`ef6f98c2e3`](https://github.com/nodejs/node/commit/ef6f98c2e3)] - **(SEMVER-MINOR)** **child\_process**: add support for URL to `cp.fork` (Antoine du Hamel) [#41225](https://github.com/nodejs/node/pull/41225)
76
+ * \[[`d62fe315c2`](https://github.com/nodejs/node/commit/d62fe315c2)] - **(SEMVER-MINOR)** **crypto**: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) [#41266](https://github.com/nodejs/node/pull/41266)
77
+ * \[[`8ea56a9606`](https://github.com/nodejs/node/commit/8ea56a9606)] - **crypto**: fix error capture when loading engine (Tobias Nießen) [#41187](https://github.com/nodejs/node/pull/41187)
78
+ * \[[`f5b8aee1a1`](https://github.com/nodejs/node/commit/f5b8aee1a1)] - **deps**: upgrade npm to 8.3.1 (npm-robot) [#41503](https://github.com/nodejs/node/pull/41503)
79
+ * \[[`af3acecd7e`](https://github.com/nodejs/node/commit/af3acecd7e)] - **deps**: V8: cherry-pick 3b6b21f595f6 (Michaël Zasso) [#41457](https://github.com/nodejs/node/pull/41457)
80
+ * \[[`02ca5d7c7c`](https://github.com/nodejs/node/commit/02ca5d7c7c)] - **deps**: upgrade to libuv 1.43.0 (Colin Ihrig) [#41398](https://github.com/nodejs/node/pull/41398)
81
+ * \[[`48e4780fd7`](https://github.com/nodejs/node/commit/48e4780fd7)] - **doc**: remove statement about client private keys (Tobias Nießen) [#41505](https://github.com/nodejs/node/pull/41505)
82
+ * \[[`ba7160e815`](https://github.com/nodejs/node/commit/ba7160e815)] - **doc**: fix typo in `onboarding.md` (Antoine du Hamel) [#41544](https://github.com/nodejs/node/pull/41544)
83
+ * \[[`fcb37e9ce5`](https://github.com/nodejs/node/commit/fcb37e9ce5)] - **doc**: add Mesteery to collaborators (Mestery) [#41543](https://github.com/nodejs/node/pull/41543)
84
+ * \[[`abbfed8789`](https://github.com/nodejs/node/commit/abbfed8789)] - **doc**: add missing word in readable.read() text (Rich Trott) [#41524](https://github.com/nodejs/node/pull/41524)
85
+ * \[[`712dfdc11f`](https://github.com/nodejs/node/commit/712dfdc11f)] - **doc**: add missing YAML tag in `esm.md` (Antoine du Hamel) [#41516](https://github.com/nodejs/node/pull/41516)
86
+ * \[[`f443a4e8fa`](https://github.com/nodejs/node/commit/f443a4e8fa)] - **doc**: expand fs.access() mode parameter docs (Colin Ihrig) [#41484](https://github.com/nodejs/node/pull/41484)
87
+ * \[[`5c0c459976`](https://github.com/nodejs/node/commit/5c0c459976)] - **doc**: correct checkHost behavior with wildcards etc (Tobias Nießen) [#41468](https://github.com/nodejs/node/pull/41468)
88
+ * \[[`c632241440`](https://github.com/nodejs/node/commit/c632241440)] - **doc**: remove extraneous colon in legacy subject (Tobias Nießen) [#41477](https://github.com/nodejs/node/pull/41477)
89
+ * \[[`b7b0631b10`](https://github.com/nodejs/node/commit/b7b0631b10)] - **doc**: remove SameValue comparison reference (Rich Trott) [#41460](https://github.com/nodejs/node/pull/41460)
90
+ * \[[`524103d6bf`](https://github.com/nodejs/node/commit/524103d6bf)] - **doc**: update mailmap entries for mhdawson (Michael Dawson) [#41437](https://github.com/nodejs/node/pull/41437)
91
+ * \[[`62aa190c01`](https://github.com/nodejs/node/commit/62aa190c01)] - **doc**: add guidance on order vulns are listed in (Michael Dawson) [#41429](https://github.com/nodejs/node/pull/41429)
92
+ * \[[`d721a758b2`](https://github.com/nodejs/node/commit/d721a758b2)] - **doc**: update output in inspector examples (David Sanders) [#41390](https://github.com/nodejs/node/pull/41390)
93
+ * \[[`60025bde16`](https://github.com/nodejs/node/commit/60025bde16)] - **doc**: add note regarding unfinished TLA (Antoine du Hamel) [#41434](https://github.com/nodejs/node/pull/41434)
94
+ * \[[`10bdb5969e`](https://github.com/nodejs/node/commit/10bdb5969e)] - **doc**: add reference for `===` operator in assert.md (Rich Trott) [#41442](https://github.com/nodejs/node/pull/41442)
95
+ * \[[`edc6a7af42`](https://github.com/nodejs/node/commit/edc6a7af42)] - **doc**: clarify `uncaughtException` `origin` for ESM (Antoine du Hamel) [#41339](https://github.com/nodejs/node/pull/41339)
96
+ * \[[`4a369d03b4`](https://github.com/nodejs/node/commit/4a369d03b4)] - **doc**: revise HTTPRequestOptions text (Rich Trott) [#41407](https://github.com/nodejs/node/pull/41407)
97
+ * \[[`f43bfe2e16`](https://github.com/nodejs/node/commit/f43bfe2e16)] - **doc**: add reference for == and != operators (Rich Trott) [#41413](https://github.com/nodejs/node/pull/41413)
98
+ * \[[`d3111bf0cc`](https://github.com/nodejs/node/commit/d3111bf0cc)] - **doc**: add @RaisinTen to the TSC (Michael Dawson) [#41419](https://github.com/nodejs/node/pull/41419)
99
+ * \[[`e6bed4e972`](https://github.com/nodejs/node/commit/e6bed4e972)] - **doc**: update Abstract Equality Comparison text in assert.md (Rich Trott) [#41375](https://github.com/nodejs/node/pull/41375)
100
+ * \[[`19db19bb80`](https://github.com/nodejs/node/commit/19db19bb80)] - **doc**: fix example commands for `REPLACEME` updates (Richard Lau) [#41269](https://github.com/nodejs/node/pull/41269)
101
+ * \[[`16c0bea91d`](https://github.com/nodejs/node/commit/16c0bea91d)] - **doc**: document that `require.main` may be `undefined` (Antoine du Hamel) [#41384](https://github.com/nodejs/node/pull/41384)
102
+ * \[[`014d4836ec`](https://github.com/nodejs/node/commit/014d4836ec)] - **doc**: clarify entry point behavior when using loader hooks (Antoine du Hamel) [#41304](https://github.com/nodejs/node/pull/41304)
103
+ * \[[`6460b1b32d`](https://github.com/nodejs/node/commit/6460b1b32d)] - **doc**: clarify `require` behavior with non `.js` extensions (Antoine du Hamel) [#41345](https://github.com/nodejs/node/pull/41345)
104
+ * \[[`0d18a8c232`](https://github.com/nodejs/node/commit/0d18a8c232)] - **doc**: revise frozen-intrinsics text (Rich Trott) [#41342](https://github.com/nodejs/node/pull/41342)
105
+ * \[[`c267bb2192`](https://github.com/nodejs/node/commit/c267bb2192)] - **doc**: fix example description for worker\_threads (Dmitry Petrov) [#41341](https://github.com/nodejs/node/pull/41341)
106
+ * \[[`ffe17a84f2`](https://github.com/nodejs/node/commit/ffe17a84f2)] - **doc**: make pull-request guide default branch agnostic (Antoine du Hamel) [#41299](https://github.com/nodejs/node/pull/41299)
107
+ * \[[`5cfc547997`](https://github.com/nodejs/node/commit/5cfc547997)] - **doc**: fix sync comment in observer snippet (Eric Jacobson) [#41262](https://github.com/nodejs/node/pull/41262)
108
+ * \[[`3a80104b29`](https://github.com/nodejs/node/commit/3a80104b29)] - **doc**: remove section about amending commits in PR guide (Thiago Santos) [#41287](https://github.com/nodejs/node/pull/41287)
109
+ * \[[`23f97ec04e`](https://github.com/nodejs/node/commit/23f97ec04e)] - **doc**: remove legacy in-page links in v8.md (Rich Trott) [#41291](https://github.com/nodejs/node/pull/41291)
110
+ * \[[`e819685cec`](https://github.com/nodejs/node/commit/e819685cec)] - **doc**: include stack trace difference in ES modules (Marcos Bérgamo) [#41157](https://github.com/nodejs/node/pull/41157)
111
+ * \[[`dac8407944`](https://github.com/nodejs/node/commit/dac8407944)] - **doc**: fix example in node-api docs (Michael Dawson) [#41264](https://github.com/nodejs/node/pull/41264)
112
+ * \[[`29563abd85`](https://github.com/nodejs/node/commit/29563abd85)] - **doc**: add usage recommendation for writable.\_destroy (Rafael Gonzaga) [#41040](https://github.com/nodejs/node/pull/41040)
113
+ * \[[`e27e8272f7`](https://github.com/nodejs/node/commit/e27e8272f7)] - **doc**: make function signature comply with JSDoc comment (Rich Trott) [#41242](https://github.com/nodejs/node/pull/41242)
114
+ * \[[`d83a02994c`](https://github.com/nodejs/node/commit/d83a02994c)] - **doc**: align maxHeaderSize default with current value (Gil Pedersen) [#41183](https://github.com/nodejs/node/pull/41183)
115
+ * \[[`730e25d7dd`](https://github.com/nodejs/node/commit/730e25d7dd)] - **doc**: add unhandledRejection to strict mode (Colin Ihrig) [#41194](https://github.com/nodejs/node/pull/41194)
116
+ * \[[`74742c3618`](https://github.com/nodejs/node/commit/74742c3618)] - **doc**: adding estimated execution time (mawaregetsuka) [#41142](https://github.com/nodejs/node/pull/41142)
117
+ * \[[`34ef5a7d4d`](https://github.com/nodejs/node/commit/34ef5a7d4d)] - **doc**: fix syntax error in nested conditions example (Mateusz Burzyński) [#41205](https://github.com/nodejs/node/pull/41205)
118
+ * \[[`c9a4603913`](https://github.com/nodejs/node/commit/c9a4603913)] - **esm**: make `process.exit()` default to exit code 0 (Gang Chen) [#41388](https://github.com/nodejs/node/pull/41388)
119
+ * \[[`8a94ca7a69`](https://github.com/nodejs/node/commit/8a94ca7a69)] - **esm**: refactor esm tests out of test/message (Geoffrey Booth) [#41352](https://github.com/nodejs/node/pull/41352)
120
+ * \[[`5ebe086ea6`](https://github.com/nodejs/node/commit/5ebe086ea6)] - **esm**: reconcile JSDoc vs. actual parameter name (Rich Trott) [#41238](https://github.com/nodejs/node/pull/41238)
121
+ * \[[`9fe304b8e8`](https://github.com/nodejs/node/commit/9fe304b8e8)] - **events**: clarify JSDoc entries (Rich Trott) [#41311](https://github.com/nodejs/node/pull/41311)
122
+ * \[[`4079fc42b7`](https://github.com/nodejs/node/commit/4079fc42b7)] - **(SEMVER-MINOR)** **events**: graduate capturerejections to supported (James M Snell) [#41267](https://github.com/nodejs/node/pull/41267)
123
+ * \[[`e3a0a9cb3a`](https://github.com/nodejs/node/commit/e3a0a9cb3a)] - **events**: add jsdoc details for Event and EventTarget (James M Snell) [#41274](https://github.com/nodejs/node/pull/41274)
124
+ * \[[`fe21607901`](https://github.com/nodejs/node/commit/fe21607901)] - **(SEMVER-MINOR)** **events**: add EventEmitterAsyncResource to core (James M Snell) [#41246](https://github.com/nodejs/node/pull/41246)
125
+ * \[[`d4a6f2caf1`](https://github.com/nodejs/node/commit/d4a6f2caf1)] - **fs**: use async directory processing in cp() (Colin Ihrig) [#41351](https://github.com/nodejs/node/pull/41351)
126
+ * \[[`0951bd94db`](https://github.com/nodejs/node/commit/0951bd94db)] - **fs**: correct param names in JSDoc comments (Rich Trott) [#41237](https://github.com/nodejs/node/pull/41237)
127
+ * \[[`1d75436a1c`](https://github.com/nodejs/node/commit/1d75436a1c)] - **http**: remove duplicate code (Shaw) [#39239](https://github.com/nodejs/node/pull/39239)
128
+ * \[[`0aacd4926d`](https://github.com/nodejs/node/commit/0aacd4926d)] - **http2**: handle existing socket data when creating HTTP/2 server sessions (Tim Perry) [#41185](https://github.com/nodejs/node/pull/41185)
129
+ * \[[`24fbbf2747`](https://github.com/nodejs/node/commit/24fbbf2747)] - **lib**: remove spurious JSDoc entry (Rich Trott) [#41240](https://github.com/nodejs/node/pull/41240)
130
+ * \[[`e457ec05d6`](https://github.com/nodejs/node/commit/e457ec05d6)] - **lib**: fix checking syntax of esm module (Qingyu Deng) [#41198](https://github.com/nodejs/node/pull/41198)
131
+ * \[[`f176124e8b`](https://github.com/nodejs/node/commit/f176124e8b)] - **lib,tools**: remove empty lines between JSDoc tags (Rich Trott) [#41147](https://github.com/nodejs/node/pull/41147)
132
+ * \[[`68fd2ac999`](https://github.com/nodejs/node/commit/68fd2ac999)] - **loader**: fix package resolution for edge case (Gabriel Bota) [#41218](https://github.com/nodejs/node/pull/41218)
133
+ * \[[`6d8eb6ace6`](https://github.com/nodejs/node/commit/6d8eb6ace6)] - **(SEMVER-MINOR)** **loader**: return package format from defaultResolve if known (Gabriel Bota) [#40980](https://github.com/nodejs/node/pull/40980)
134
+ * \[[`a6146c7e27`](https://github.com/nodejs/node/commit/a6146c7e27)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#41456](https://github.com/nodejs/node/pull/41456)
135
+ * \[[`07353e9b8b`](https://github.com/nodejs/node/commit/07353e9b8b)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#41475](https://github.com/nodejs/node/pull/41475)
136
+ * \[[`e1ff4521d7`](https://github.com/nodejs/node/commit/e1ff4521d7)] - **meta**: correct my name in AUTHORS (Jacob Smith) [#41444](https://github.com/nodejs/node/pull/41444)
137
+ * \[[`da1d5d6563`](https://github.com/nodejs/node/commit/da1d5d6563)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#41449](https://github.com/nodejs/node/pull/41449)
138
+ * \[[`0f9afa58d5`](https://github.com/nodejs/node/commit/0f9afa58d5)] - **meta**: add required fields in issue templates (Rich Trott) [#41378](https://github.com/nodejs/node/pull/41378)
139
+ * \[[`da04408075`](https://github.com/nodejs/node/commit/da04408075)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#41374](https://github.com/nodejs/node/pull/41374)
140
+ * \[[`1f6c4e819b`](https://github.com/nodejs/node/commit/1f6c4e819b)] - **meta**: replace API docs issue template with form (Rich Trott) [#41348](https://github.com/nodejs/node/pull/41348)
141
+ * \[[`253c3e5488`](https://github.com/nodejs/node/commit/253c3e5488)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#41336](https://github.com/nodejs/node/pull/41336)
142
+ * \[[`3e188cacc2`](https://github.com/nodejs/node/commit/3e188cacc2)] - **meta**: replace feature request template with form (Rich Trott) [#41317](https://github.com/nodejs/node/pull/41317)
143
+ * \[[`e339220511`](https://github.com/nodejs/node/commit/e339220511)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#41322](https://github.com/nodejs/node/pull/41322)
144
+ * \[[`d0d595f8f2`](https://github.com/nodejs/node/commit/d0d595f8f2)] - **meta**: update node-api team name (Richard Lau) [#41268](https://github.com/nodejs/node/pull/41268)
145
+ * \[[`a53fa2010b`](https://github.com/nodejs/node/commit/a53fa2010b)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#41248](https://github.com/nodejs/node/pull/41248)
146
+ * \[[`edefb41ec1`](https://github.com/nodejs/node/commit/edefb41ec1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#41234](https://github.com/nodejs/node/pull/41234)
147
+ * \[[`6da7909797`](https://github.com/nodejs/node/commit/6da7909797)] - **meta**: remove community-committee from CODEOWNERS (Rich Trott) [#41169](https://github.com/nodejs/node/pull/41169)
148
+ * \[[`5fe011a24d`](https://github.com/nodejs/node/commit/5fe011a24d)] - **node-api**: add missing initialization of last error (Michael Dawson) [#41290](https://github.com/nodejs/node/pull/41290)
149
+ * \[[`27c619140a`](https://github.com/nodejs/node/commit/27c619140a)] - **(SEMVER-MINOR)** **perf\_hooks**: multiple fixes for Histogram (James M Snell) [#41153](https://github.com/nodejs/node/pull/41153)
150
+ * \[[`e60187d8ab`](https://github.com/nodejs/node/commit/e60187d8ab)] - **policy**: add missing JSDoc @param entry (Rich Trott) [#41239](https://github.com/nodejs/node/pull/41239)
151
+ * \[[`ec9071f55d`](https://github.com/nodejs/node/commit/ec9071f55d)] - **src**: use `std::optional` for Worker thread id (Anna Henningsen) [#41453](https://github.com/nodejs/node/pull/41453)
152
+ * \[[`6aec92f959`](https://github.com/nodejs/node/commit/6aec92f959)] - **src**: gracefully handle errors in GetX509NameObject (Tobias Nießen) [#41490](https://github.com/nodejs/node/pull/41490)
153
+ * \[[`7ac126b75c`](https://github.com/nodejs/node/commit/7ac126b75c)] - **src**: fix out-of-bounds check of serialization indices (JoostK) [#41452](https://github.com/nodejs/node/pull/41452)
154
+ * \[[`93b3664b9a`](https://github.com/nodejs/node/commit/93b3664b9a)] - **src**: do IWYU for some STL includes (David Sanders) [#41236](https://github.com/nodejs/node/pull/41236)
155
+ * \[[`337ebfcd53`](https://github.com/nodejs/node/commit/337ebfcd53)] - **src**: split out async stack corruption detection from inline fn (Anna Henningsen) [#41331](https://github.com/nodejs/node/pull/41331)
156
+ * \[[`250e197a62`](https://github.com/nodejs/node/commit/250e197a62)] - **src**: store native async execution resources as `v8::Local` (Anna Henningsen) [#41331](https://github.com/nodejs/node/pull/41331)
157
+ * \[[`6187e81a8e`](https://github.com/nodejs/node/commit/6187e81a8e)] - **src**: guard slightly costly check in MakeCallback more strongly (Anna Henningsen) [#41331](https://github.com/nodejs/node/pull/41331)
158
+ * \[[`51d86fe6a0`](https://github.com/nodejs/node/commit/51d86fe6a0)] - **stream**: remove always-false condition check (Rich Trott) [#41488](https://github.com/nodejs/node/pull/41488)
159
+ * \[[`b08138f367`](https://github.com/nodejs/node/commit/b08138f367)] - **stream**: fix error-path function call (Rich Trott) [#41433](https://github.com/nodejs/node/pull/41433)
160
+ * \[[`d79f8c2987`](https://github.com/nodejs/node/commit/d79f8c2987)] - **stream**: remove unused function argument (Rich Trott) [#41403](https://github.com/nodejs/node/pull/41403)
161
+ * \[[`09c25bb224`](https://github.com/nodejs/node/commit/09c25bb224)] - **(SEMVER-MINOR)** **stream**: add filter method to readable (Benjamin Gruenbaum) [#41354](https://github.com/nodejs/node/pull/41354)
162
+ * \[[`1150963217`](https://github.com/nodejs/node/commit/1150963217)] - **(SEMVER-MINOR)** **stream**: add isReadable helper (Robert Nagy) [#41199](https://github.com/nodejs/node/pull/41199)
163
+ * \[[`9f5a873965`](https://github.com/nodejs/node/commit/9f5a873965)] - **(SEMVER-MINOR)** **stream**: add map method to Readable (Benjamin Gruenbaum) [#40815](https://github.com/nodejs/node/pull/40815)
164
+ * \[[`3dc65646c8`](https://github.com/nodejs/node/commit/3dc65646c8)] - **stream**: fix enqueue race condition on esm modules (Rafael Gonzaga) [#40901](https://github.com/nodejs/node/pull/40901)
165
+ * \[[`09f2fd36a4`](https://github.com/nodejs/node/commit/09f2fd36a4)] - **test**: improve test coverage of dns/promises (Yoshiki Kurihara) [#41425](https://github.com/nodejs/node/pull/41425)
166
+ * \[[`106ef0cef4`](https://github.com/nodejs/node/commit/106ef0cef4)] - **test**: remove broken wiki link from test/common doc (Yoshiki Kurihara) [#41426](https://github.com/nodejs/node/pull/41426)
167
+ * \[[`9d8d7c63cb`](https://github.com/nodejs/node/commit/9d8d7c63cb)] - **test**: do not OR F\_OK in fs.access() test (Colin Ihrig) [#41484](https://github.com/nodejs/node/pull/41484)
168
+ * \[[`3e2154deda`](https://github.com/nodejs/node/commit/3e2154deda)] - **test**: mark test-performance-eventloopdelay flaky (Michael Dawson) [#41409](https://github.com/nodejs/node/pull/41409)
169
+ * \[[`e808ee68d0`](https://github.com/nodejs/node/commit/e808ee68d0)] - **test**: mark test-repl-sigint-nested-eval as flaky (Michael Dawson) [#41302](https://github.com/nodejs/node/pull/41302)
170
+ * \[[`f97f6c585d`](https://github.com/nodejs/node/commit/f97f6c585d)] - **test**: use spawnSync() full name in test-stdio-pipe-stderr (Rich Trott) [#41332](https://github.com/nodejs/node/pull/41332)
171
+ * \[[`75c565bf18`](https://github.com/nodejs/node/commit/75c565bf18)] - **test**: improve expectWarning error message (Rich Trott) [#41326](https://github.com/nodejs/node/pull/41326)
172
+ * \[[`c136d597f0`](https://github.com/nodejs/node/commit/c136d597f0)] - **test**: use spawnSync() full name (Rich Trott) [#41327](https://github.com/nodejs/node/pull/41327)
173
+ * \[[`b2a87f770d`](https://github.com/nodejs/node/commit/b2a87f770d)] - **test**: add comments explaining \_setSimultaneousAccepts deprecation tests (Yoshiki Kurihara) [#41307](https://github.com/nodejs/node/pull/41307)
174
+ * \[[`fac0871102`](https://github.com/nodejs/node/commit/fac0871102)] - **test**: mark test-worker-take-heapsnapshot flaky (Michael Dawson) [#41253](https://github.com/nodejs/node/pull/41253)
175
+ * \[[`90617b9303`](https://github.com/nodejs/node/commit/90617b9303)] - **test**: mark wpt/test-user-timing test flaky (Michael Dawson) [#41203](https://github.com/nodejs/node/pull/41203)
176
+ * \[[`8f08328a01`](https://github.com/nodejs/node/commit/8f08328a01)] - **test**: correct param name in JSDoc comment (Rich Trott) [#41241](https://github.com/nodejs/node/pull/41241)
177
+ * \[[`367ab2a55e`](https://github.com/nodejs/node/commit/367ab2a55e)] - **test**: mark test-crypto-keygen slow on windows (Michael Dawson) [#41207](https://github.com/nodejs/node/pull/41207)
178
+ * \[[`f067876338`](https://github.com/nodejs/node/commit/f067876338)] - **test**: improve test coverage of dns/promises (Yoshiki Kurihara) [#41133](https://github.com/nodejs/node/pull/41133)
179
+ * \[[`2e92f6f5d9`](https://github.com/nodejs/node/commit/2e92f6f5d9)] - **timers**: use ref counts to count timers (Darshan Sen) [#41231](https://github.com/nodejs/node/pull/41231)
180
+ * \[[`3c8b25bec8`](https://github.com/nodejs/node/commit/3c8b25bec8)] - **tls**: use optional chaining to simplify checks (Antoine du Hamel) [#41337](https://github.com/nodejs/node/pull/41337)
181
+ * \[[`a11ff31bca`](https://github.com/nodejs/node/commit/a11ff31bca)] - **tls**: permit null as a pfx value (CallMeLaNN) [#41170](https://github.com/nodejs/node/pull/41170)
182
+ * \[[`5129b7c802`](https://github.com/nodejs/node/commit/5129b7c802)] - **tools**: fix small not-quite-a-bug in find-inactive-tsc.mjs (Rich Trott) [#41469](https://github.com/nodejs/node/pull/41469)
183
+ * \[[`258ee4ba64`](https://github.com/nodejs/node/commit/258ee4ba64)] - **tools**: enable ESLint recommended configuration (Rich Trott) [#41463](https://github.com/nodejs/node/pull/41463)
184
+ * \[[`090a674a81`](https://github.com/nodejs/node/commit/090a674a81)] - **tools**: enable ESLint no-constant-condition rule (Rich Trott) [#41463](https://github.com/nodejs/node/pull/41463)
185
+ * \[[`1f4369a106`](https://github.com/nodejs/node/commit/1f4369a106)] - **tools**: enable ESLint require-yield rule (Rich Trott) [#41463](https://github.com/nodejs/node/pull/41463)
186
+ * \[[`8090ce7a6c`](https://github.com/nodejs/node/commit/8090ce7a6c)] - **tools**: enable ESLint no-sparse-arrays rule (Rich Trott) [#41463](https://github.com/nodejs/node/pull/41463)
187
+ * \[[`afa4f37faf`](https://github.com/nodejs/node/commit/afa4f37faf)] - **tools**: enable ESLint no-loss-of-precision rule (Rich Trott) [#41463](https://github.com/nodejs/node/pull/41463)
188
+ * \[[`ec337b2019`](https://github.com/nodejs/node/commit/ec337b2019)] - **tools**: replace for loop with map() (Rich Trott) [#41451](https://github.com/nodejs/node/pull/41451)
189
+ * \[[`c91ac205a5`](https://github.com/nodejs/node/commit/c91ac205a5)] - **tools**: use GITHUB\_ACTIONS env var in inactivity scripts (Rich Trott) [#41422](https://github.com/nodejs/node/pull/41422)
190
+ * \[[`4a57d476a8`](https://github.com/nodejs/node/commit/4a57d476a8)] - **tools**: replace while+exec() with matchAll() (Rich Trott) [#41406](https://github.com/nodejs/node/pull/41406)
191
+ * \[[`583f8d969a`](https://github.com/nodejs/node/commit/583f8d969a)] - **tools**: fix argv bug in find-inactive-tsc.mjs (Rich Trott) [#41394](https://github.com/nodejs/node/pull/41394)
192
+ * \[[`dcada80f30`](https://github.com/nodejs/node/commit/dcada80f30)] - **tools**: remove conditional assignment in custom ESLint rule (Rich Trott) [#41325](https://github.com/nodejs/node/pull/41325)
193
+ * \[[`e15e1cb030`](https://github.com/nodejs/node/commit/e15e1cb030)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@13.1.2 (Node.js GitHub Bot) [#41369](https://github.com/nodejs/node/pull/41369)
194
+ * \[[`07683021b7`](https://github.com/nodejs/node/commit/07683021b7)] - **tools**: update doc to rehype-raw\@6.1.1 (Node.js GitHub Bot) [#41367](https://github.com/nodejs/node/pull/41367)
195
+ * \[[`bd8b95a5e8`](https://github.com/nodejs/node/commit/bd8b95a5e8)] - **tools**: remove last of error-masking in commit-queue.sh (Rich Trott) [#41356](https://github.com/nodejs/node/pull/41356)
196
+ * \[[`9284d24df6`](https://github.com/nodejs/node/commit/9284d24df6)] - **tools**: update eslint to 8.6.0 (Node.js GitHub Bot) [#41368](https://github.com/nodejs/node/pull/41368)
197
+ * \[[`5fc886f68e`](https://github.com/nodejs/node/commit/5fc886f68e)] - **tools**: do not mask errors on multiple commit retrieval (Rich Trott) [#41340](https://github.com/nodejs/node/pull/41340)
198
+ * \[[`0ca7cda962`](https://github.com/nodejs/node/commit/0ca7cda962)] - **tools**: enable jsdoc/check-param-names lint rule (Rich Trott) [#41311](https://github.com/nodejs/node/pull/41311)
199
+ * \[[`75ff8e6505`](https://github.com/nodejs/node/commit/75ff8e6505)] - **tools**: improve section tag additions in HTML doc generator (Rich Trott) [#41318](https://github.com/nodejs/node/pull/41318)
200
+ * \[[`9c4124706e`](https://github.com/nodejs/node/commit/9c4124706e)] - **tools**: simplify commit-queue.sh merge command (Rich Trott) [#41314](https://github.com/nodejs/node/pull/41314)
201
+ * \[[`137c814848`](https://github.com/nodejs/node/commit/137c814848)] - **tools**: update lint-md-dependencies to rollup\@2.62.0 (Node.js GitHub Bot) [#41315](https://github.com/nodejs/node/pull/41315)
202
+ * \[[`58da5d9b43`](https://github.com/nodejs/node/commit/58da5d9b43)] - **tools**: use Object.hasOwn() in alljson.mjs (Rich Trott) [#41306](https://github.com/nodejs/node/pull/41306)
203
+ * \[[`c12cbf2020`](https://github.com/nodejs/node/commit/c12cbf2020)] - **tools**: avoid generating duplicate id attributes (Rich Trott) [#41291](https://github.com/nodejs/node/pull/41291)
204
+ * \[[`80a114d1b7`](https://github.com/nodejs/node/commit/80a114d1b7)] - **tools**: be intentional about masking possible error in start-ci.sh (Rich Trott) [#41284](https://github.com/nodejs/node/pull/41284)
205
+ * \[[`198528426d`](https://github.com/nodejs/node/commit/198528426d)] - **tools**: use {N} for spaces in regex (Rich Trott) [#41295](https://github.com/nodejs/node/pull/41295)
206
+ * \[[`46b364a684`](https://github.com/nodejs/node/commit/46b364a684)] - **tools**: consolidate update-authors.js logic (Rich Trott) [#41255](https://github.com/nodejs/node/pull/41255)
207
+ * \[[`c546cef4bc`](https://github.com/nodejs/node/commit/c546cef4bc)] - **tools**: update doc dependency mdast-util-gfm-table to 1.0.2 (Rich Trott) [#41260](https://github.com/nodejs/node/pull/41260)
208
+ * \[[`60c059e4bc`](https://github.com/nodejs/node/commit/60c059e4bc)] - **tools**: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) [#41258](https://github.com/nodejs/node/pull/41258)
209
+ * \[[`62e28f19f7`](https://github.com/nodejs/node/commit/62e28f19f7)] - **tools**: use arrow function for callback in lint-sh.js (Rich Trott) [#41256](https://github.com/nodejs/node/pull/41256)
210
+ * \[[`e2df381da9`](https://github.com/nodejs/node/commit/e2df381da9)] - **tools**: add double-quotes to make-v8.sh (Rich Trott) [#41257](https://github.com/nodejs/node/pull/41257)
211
+ * \[[`dae2e5fffa`](https://github.com/nodejs/node/commit/dae2e5fffa)] - **tools**: enable prefer-object-has-own lint rule (Rich Trott) [#41245](https://github.com/nodejs/node/pull/41245)
212
+ * \[[`aa7d14768d`](https://github.com/nodejs/node/commit/aa7d14768d)] - **tools**: update eslint to 8.5.0 (Node.js GitHub Bot) [#41228](https://github.com/nodejs/node/pull/41228)
213
+ * \[[`0c14e7e7c8`](https://github.com/nodejs/node/commit/0c14e7e7c8)] - **tools**: enable jsdoc/tag-lines ESLint rule (Rich Trott) [#41147](https://github.com/nodejs/node/pull/41147)
214
+ * \[[`c486da1715`](https://github.com/nodejs/node/commit/c486da1715)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@13.1.1 (Node.js GitHub Bot) [#41227](https://github.com/nodejs/node/pull/41227)
215
+ * \[[`82f492bbb0`](https://github.com/nodejs/node/commit/82f492bbb0)] - **tools**: fix CQ and auto-start-ci jobs (Antoine du Hamel) [#41230](https://github.com/nodejs/node/pull/41230)
216
+ * \[[`c44185ca37`](https://github.com/nodejs/node/commit/c44185ca37)] - **tools**: fix GitHub Actions status when CQ is empty (Antoine du Hamel) [#41193](https://github.com/nodejs/node/pull/41193)
217
+ * \[[`800640adf9`](https://github.com/nodejs/node/commit/800640adf9)] - **tools,benchmark,lib,test**: enable no-case-declarations lint rule (Rich Trott) [#41385](https://github.com/nodejs/node/pull/41385)
218
+ * \[[`4518fdda24`](https://github.com/nodejs/node/commit/4518fdda24)] - **tools,lib,test**: enable ESLint no-regex-spaces rule (Rich Trott) [#41463](https://github.com/nodejs/node/pull/41463)
219
+ * \[[`c8e8fc0ecb`](https://github.com/nodejs/node/commit/c8e8fc0ecb)] - **typings**: add types for symbol and accessor properties on `primordials` (ExE Boss) [#40992](https://github.com/nodejs/node/pull/40992)
220
+ * \[[`d733b56101`](https://github.com/nodejs/node/commit/d733b56101)] - **typings**: add JSDoc for `string_decoder` (Qingyu Deng) [#38229](https://github.com/nodejs/node/pull/38229)
221
+ * \[[`01ad8debd3`](https://github.com/nodejs/node/commit/01ad8debd3)] - **url,lib**: pass urlsearchparams-constructor.any.js (Khaidi Chu) [#41197](https://github.com/nodejs/node/pull/41197)
222
+ * \[[`5ed8a1c017`](https://github.com/nodejs/node/commit/5ed8a1c017)] - **util**: do not reduce to a single line if not appropriate using inspect (Ruben Bridgewater) [#41083](https://github.com/nodejs/node/pull/41083)
223
+ * \[[`ab5e94c832`](https://github.com/nodejs/node/commit/ab5e94c832)] - **util**: display a present-but-undefined error cause (Jordan Harband) [#41247](https://github.com/nodejs/node/pull/41247)
224
+
40
225
  <a id="17.3.1"></a>
41
226
 
42
227
  ## 2022-01-10, Version 17.3.1 (Current), @BethGriggs
package/README.md CHANGED
@@ -188,12 +188,16 @@ For information about the governance of the Node.js project, see
188
188
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
189
189
  * [mcollina](https://github.com/mcollina) -
190
190
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
191
+ * [Mesteery](https://github.com/Mesteery) -
192
+ **Mestery** <<mestery@protonmail.com>> (he/him)
191
193
  * [mhdawson](https://github.com/mhdawson) -
192
194
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
193
195
  * [mmarchini](https://github.com/mmarchini) -
194
196
  **Mary Marchini** <<oss@mmarchini.me>> (she/her)
195
197
  * [MylesBorins](https://github.com/MylesBorins) -
196
198
  **Myles Borins** <<myles.borins@gmail.com>> (he/him)
199
+ * [RaisinTen](https://github.com/RaisinTen) -
200
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
197
201
  * [richardlau](https://github.com/richardlau) -
198
202
  **Richard Lau** <<rlau@redhat.com>>
199
203
  * [ronag](https://github.com/ronag) -
@@ -310,8 +314,6 @@ For information about the governance of the Node.js project, see
310
314
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
311
315
  * [danielleadams](https://github.com/danielleadams) -
312
316
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
313
- * [davisjam](https://github.com/davisjam) -
314
- **Jamie Davis** <<davisjam@vt.edu>> (he/him)
315
317
  * [DerekNonGeneric](https://github.com/DerekNonGeneric) -
316
318
  **Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
317
319
  * [devnexen](https://github.com/devnexen) -
@@ -324,8 +326,6 @@ For information about the governance of the Node.js project, see
324
326
  **Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
325
327
  * [edsadr](https://github.com/edsadr) -
326
328
  **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
327
- * [eugeneo](https://github.com/eugeneo) -
328
- **Eugene Ostroukhov** <<eostroukhov@google.com>>
329
329
  * [evanlucas](https://github.com/evanlucas) -
330
330
  **Evan Lucas** <<evanlucas@me.com>> (he/him)
331
331
  * [fhinkel](https://github.com/fhinkel) -
@@ -380,8 +380,6 @@ For information about the governance of the Node.js project, see
380
380
  **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
381
381
  * [Lxxyx](https://github.com/Lxxyx) -
382
382
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
383
- * [mafintosh](https://github.com/mafintosh) -
384
- **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
385
383
  * [mcollina](https://github.com/mcollina) -
386
384
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
387
385
  * [mhdawson](https://github.com/mhdawson) -
@@ -424,8 +422,6 @@ For information about the governance of the Node.js project, see
424
422
  **Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
425
423
  * [santigimeno](https://github.com/santigimeno) -
426
424
  **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
427
- * [seishun](https://github.com/seishun) -
428
- **Nikolai Vavilov** <<vvnicholas@gmail.com>>
429
425
  * [shisama](https://github.com/shisama) -
430
426
  **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
431
427
  * [srl295](https://github.com/srl295) -
@@ -490,12 +486,16 @@ For information about the governance of the Node.js project, see
490
486
  **Claudio Rodriguez** <<cjrodr@yahoo.com>>
491
487
  * [DavidCai1993](https://github.com/DavidCai1993) -
492
488
  **David Cai** <<davidcai1993@yahoo.com>> (he/him)
489
+ * [davisjam](https://github.com/davisjam) -
490
+ **Jamie Davis** <<davisjam@vt.edu>> (he/him)
493
491
  * [digitalinfinity](https://github.com/digitalinfinity) -
494
492
  **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
495
493
  * [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
496
494
  **Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
497
495
  * [estliberitas](https://github.com/estliberitas) -
498
496
  **Alexander Makarenko** <<estliberitas@gmail.com>>
497
+ * [eugeneo](https://github.com/eugeneo) -
498
+ **Eugene Ostroukhov** <<eostroukhov@google.com>>
499
499
  * [firedfox](https://github.com/firedfox) -
500
500
  **Daniel Wang** <<wangyang0123@gmail.com>>
501
501
  * [Fishrock123](https://github.com/Fishrock123) -
@@ -542,6 +542,8 @@ For information about the governance of the Node.js project, see
542
542
  **Aleksey Smolenchuk** <<lxe@lxe.co>>
543
543
  * [maclover7](https://github.com/maclover7) -
544
544
  **Jon Moss** <<me@jonathanmoss.me>> (he/him)
545
+ * [mafintosh](https://github.com/mafintosh) -
546
+ **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
545
547
  * [matthewloring](https://github.com/matthewloring) -
546
548
  **Matthew Loring** <<mattloring@google.com>>
547
549
  * [micnic](https://github.com/micnic) -
@@ -598,6 +600,8 @@ For information about the governance of the Node.js project, see
598
600
  **Sam Roberts** <<vieuxtech@gmail.com>>
599
601
  * [sebdeckers](https://github.com/sebdeckers) -
600
602
  **Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
603
+ * [seishun](https://github.com/seishun) -
604
+ **Nikolai Vavilov** <<vvnicholas@gmail.com>>
601
605
  * [shigeki](https://github.com/shigeki) -
602
606
  **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
603
607
  * [silverwind](https://github.com/silverwind) -
package/bin/node CHANGED
Binary file
@@ -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.12',
39
+ 'v8_embedder_string': '-node.13',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -109,6 +109,10 @@
109
109
  }],
110
110
  ['OS=="linux"', {
111
111
  'node_section_ordering_info%': ''
112
+ }],
113
+ ['OS == "zos"', {
114
+ # use ICU data file on z/OS
115
+ 'icu_use_data_file_flag%': 1
112
116
  }]
113
117
  ],
114
118
  },
@@ -200,7 +204,11 @@
200
204
  # pull in V8's postmortem metadata
201
205
  'ldflags': [ '-Wl,-z,allextract' ]
202
206
  }],
203
- ['OS!="mac" and OS!="win"', {
207
+ ['OS=="zos"', {
208
+ # increase performance, number from experimentation
209
+ 'cflags': [ '-qINLINE=::150:100000' ]
210
+ }],
211
+ ['OS!="mac" and OS!="win" and OS!="zos"', {
204
212
  'cflags': [ '-fno-omit-frame-pointer' ],
205
213
  }],
206
214
  ['OS=="linux"', {
@@ -327,7 +335,7 @@
327
335
  [ 'target_arch=="arm64"', {
328
336
  'msvs_configuration_platform': 'arm64',
329
337
  }],
330
- ['asan == 1 and OS != "mac"', {
338
+ ['asan == 1 and OS != "mac" and OS != "zos"', {
331
339
  'cflags+': [
332
340
  '-fno-omit-frame-pointer',
333
341
  '-fsanitize=address',
@@ -419,7 +427,7 @@
419
427
  'cflags': [ '-m64', '-mminimal-toc' ],
420
428
  'ldflags': [ '-m64' ],
421
429
  }],
422
- [ 'target_arch=="s390x"', {
430
+ [ 'target_arch=="s390x" and OS=="linux"', {
423
431
  'cflags': [ '-m64', '-march=z196' ],
424
432
  'ldflags': [ '-m64', '-march=z196' ],
425
433
  }],
@@ -566,6 +574,48 @@
566
574
  'OPENSSL_NO_ASM',
567
575
  ],
568
576
  }],
577
+ ['OS == "zos"', {
578
+ 'defines': [
579
+ '_XOPEN_SOURCE_EXTENDED',
580
+ '_XOPEN_SOURCE=600',
581
+ '_UNIX03_THREADS',
582
+ '_UNIX03_WITHDRAWN',
583
+ '_UNIX03_SOURCE',
584
+ '_OPEN_SYS_SOCK_IPV6',
585
+ '_OPEN_SYS_FILE_EXT=1',
586
+ '_POSIX_SOURCE',
587
+ '_OPEN_SYS',
588
+ '_OPEN_SYS_IF_EXT',
589
+ '_OPEN_SYS_SOCK_IPV6',
590
+ '_OPEN_MSGQ_EXT',
591
+ '_LARGE_TIME_API',
592
+ '_ALL_SOURCE',
593
+ '_AE_BIMODAL=1',
594
+ '__IBMCPP_TR1__',
595
+ 'NODE_PLATFORM="os390"',
596
+ 'PATH_MAX=1024',
597
+ '_ENHANCED_ASCII_EXT=0xFFFFFFFF',
598
+ '_Export=extern',
599
+ '__static_assert=static_assert',
600
+ ],
601
+ 'cflags': [
602
+ '-q64',
603
+ '-Wc,DLL',
604
+ '-Wa,GOFF',
605
+ '-qARCH=10',
606
+ '-qASCII',
607
+ '-qTUNE=12',
608
+ '-qENUM=INT',
609
+ '-qEXPORTALL',
610
+ '-qASM',
611
+ ],
612
+ 'cflags_cc': [
613
+ '-qxclang=-std=c++14',
614
+ ],
615
+ 'ldflags': [
616
+ '-q64',
617
+ ],
618
+ }],
569
619
  ],
570
620
  }
571
621
  }
@@ -210,6 +210,7 @@
210
210
  'lib/internal/modules/esm/create_dynamic_module.js',
211
211
  'lib/internal/modules/esm/get_format.js',
212
212
  'lib/internal/modules/esm/get_source.js',
213
+ 'lib/internal/modules/esm/handle_process_exit.js',
213
214
  'lib/internal/modules/esm/initialize_import_meta.js',
214
215
  'lib/internal/modules/esm/load.js',
215
216
  'lib/internal/modules/esm/loader.js',
@@ -262,6 +263,7 @@
262
263
  'lib/internal/streams/from.js',
263
264
  'lib/internal/streams/lazy_transform.js',
264
265
  'lib/internal/streams/legacy.js',
266
+ 'lib/internal/streams/operators.js',
265
267
  'lib/internal/streams/passthrough.js',
266
268
  'lib/internal/streams/pipeline.js',
267
269
  'lib/internal/streams/readable.js',
@@ -5945,7 +5945,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_init_vm_cage.cc_3723FE55_0x267e6e701939846f
5945
5945
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xb9f0f745d8e4216c
5946
5946
  _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x2e76f112beb8615a
5947
5947
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xc71dd10b77028ccd
5948
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x8299e86967af7bb
5948
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x5859825403f4cd57
5949
5949
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5950
5950
  _GLOBAL__I_65535_0__Z16_register_configv
5951
5951
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6900,7 +6900,7 @@ _GLOBAL__I_65535_0__ZN4node8WatchdogC2EPN2v87IsolateEmPb
6900
6900
  _GLOBAL__I_65535_0__ZN4node8profiler20V8ProfilerConnectionC2EPNS_11EnvironmentE
6901
6901
  _GLOBAL__I_65535_0__ZN4node8v8_utils11BindingDataC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
6902
6902
  _GLOBAL__I_65535_0__ZN4node9AsyncWrap23DestroyAsyncIdsCallbackEPNS_11EnvironmentE
6903
- _GLOBAL__I_65535_0__ZN4node9HistogramC2Elli
6903
+ _GLOBAL__I_65535_0__ZN4node9HistogramC2ERKNS0_7OptionsE
6904
6904
  _GLOBAL__I_65535_0__ZN4node9JSUDPWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
6905
6905
  _GLOBAL__I_65535_0__ZN4node9RunAtExitEPNS_11EnvironmentE
6906
6906
  _GLOBAL__I_65535_0__ZN4node9TimerWrap4StopEv
@@ -43789,6 +43789,7 @@ _ZN4heap4base8WorklistIPPKvLt256EE5LocalD1Ev
43789
43789
  _ZN4heap4base8internal11SegmentBase25GetSentinelSegmentAddressEv
43790
43790
  _ZN4node10AsyncHooks11DeserializeEN2v85LocalINS1_7ContextEEE
43791
43791
  _ZN4node10AsyncHooks20grow_async_ids_stackEv
43792
+ _ZN4node10AsyncHooks27FailWithCorruptedAsyncStackEd
43792
43793
  _ZN4node10AsyncHooks9SerializeEN2v85LocalINS1_7ContextEEEPNS1_15SnapshotCreatorE
43793
43794
  _ZN4node10AsyncHooksC1EPN2v87IsolateEPKNS0_13SerializeInfoE
43794
43795
  _ZN4node10AsyncHooksC2EPN2v87IsolateEPKNS0_13SerializeInfoE
@@ -44292,14 +44293,6 @@ _ZN4node11per_process18system_environmentE
44292
44293
  _ZN4node11per_process8metadataE
44293
44294
  _ZN4node11performance10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
44294
44295
  _ZN4node11performance10timeOriginE
44295
- _ZN4node11performance12ELDHistogram10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
44296
- _ZN4node11performance12ELDHistogram10OnIntervalEv
44297
- _ZN4node11performance12ELDHistogram26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
44298
- _ZN4node11performance12ELDHistogram3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
44299
- _ZN4node11performance12ELDHistogramC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEl
44300
- _ZN4node11performance12ELDHistogramC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEl
44301
- _ZN4node11performance12ELDHistogramD0Ev
44302
- _ZN4node11performance12ELDHistogramD1Ev
44303
44296
  _ZN4node11performance12LoopIdleTimeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44304
44297
  _ZN4node11performance13GetTimeOriginERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44305
44298
  _ZN4node11performance13MarkMilestoneERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -44308,6 +44301,7 @@ _ZN4node11performance16PerformanceState4MarkENS0_20PerformanceMilestoneEm
44308
44301
  _ZN4node11performance16PerformanceState9SerializeEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
44309
44302
  _ZN4node11performance16PerformanceStateC1EPN2v87IsolateEPKNS1_13SerializeInfoE
44310
44303
  _ZN4node11performance16PerformanceStateC2EPN2v87IsolateEPKNS1_13SerializeInfoE
44304
+ _ZN4node11performance18CreateELDHistogramERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44311
44305
  _ZN4node11performance20performance_v8_startE
44312
44306
  _ZN4node11performance22GetTimeOriginTimeStampERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44313
44307
  _ZN4node11performance24GCPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS0_16PerformanceEntryIS1_EE
@@ -44460,32 +44454,40 @@ _ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEEPKcd
44460
44454
  _ZN4node13HistogramBase10GetExceedsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44461
44455
  _ZN4node13HistogramBase10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
44462
44456
  _ZN4node13HistogramBase11RecordDeltaERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44457
+ _ZN4node13HistogramBase12GetMaxBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44458
+ _ZN4node13HistogramBase12GetMinBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44463
44459
  _ZN4node13HistogramBase13GetPercentileERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44460
+ _ZN4node13HistogramBase14GetCountBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44464
44461
  _ZN4node13HistogramBase14GetPercentilesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44462
+ _ZN4node13HistogramBase16GetExceedsBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44463
+ _ZN4node13HistogramBase19GetPercentileBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44464
+ _ZN4node13HistogramBase20GetPercentilesBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44465
44465
  _ZN4node13HistogramBase21HistogramTransferData11DeserializeEPNS_11EnvironmentEN2v85LocalINS4_7ContextEEESt10unique_ptrINS_6worker12TransferDataESt14default_deleteISA_EE
44466
44466
  _ZN4node13HistogramBase21HistogramTransferDataD0Ev
44467
44467
  _ZN4node13HistogramBase21HistogramTransferDataD1Ev
44468
44468
  _ZN4node13HistogramBase22GetConstructorTemplateEPNS_11EnvironmentE
44469
44469
  _ZN4node13HistogramBase26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
44470
+ _ZN4node13HistogramBase3AddERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44470
44471
  _ZN4node13HistogramBase3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44472
+ _ZN4node13HistogramBase6CreateEPNS_11EnvironmentERKNS_9Histogram7OptionsE
44471
44473
  _ZN4node13HistogramBase6CreateEPNS_11EnvironmentESt10shared_ptrINS_9HistogramEE
44472
- _ZN4node13HistogramBase6CreateEPNS_11EnvironmentElli
44473
44474
  _ZN4node13HistogramBase6GetMaxERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44474
44475
  _ZN4node13HistogramBase6GetMinERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44475
44476
  _ZN4node13HistogramBase6RecordERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44476
44477
  _ZN4node13HistogramBase7DoResetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44477
44478
  _ZN4node13HistogramBase7GetMeanERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44479
+ _ZN4node13HistogramBase8GetCountERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44478
44480
  _ZN4node13HistogramBase9GetStddevERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44481
+ _ZN4node13HistogramBaseC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS_9Histogram7OptionsE
44479
44482
  _ZN4node13HistogramBaseC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEESt10shared_ptrINS_9HistogramEE
44480
- _ZN4node13HistogramBaseC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEElli
44483
+ _ZN4node13HistogramBaseC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS_9Histogram7OptionsE
44481
44484
  _ZN4node13HistogramBaseC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEESt10shared_ptrINS_9HistogramEE
44482
- _ZN4node13HistogramBaseC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEElli
44483
44485
  _ZN4node13HistogramBaseD0Ev
44484
44486
  _ZN4node13HistogramBaseD1Ev
44487
+ _ZN4node13HistogramImplC1ERKNS_9Histogram7OptionsE
44485
44488
  _ZN4node13HistogramImplC1ESt10shared_ptrINS_9HistogramEE
44486
- _ZN4node13HistogramImplC1Elli
44489
+ _ZN4node13HistogramImplC2ERKNS_9Histogram7OptionsE
44487
44490
  _ZN4node13HistogramImplC2ESt10shared_ptrINS_9HistogramEE
44488
- _ZN4node13HistogramImplC2Elli
44489
44491
  _ZN4node13ImmediateInfo11DeserializeEN2v85LocalINS1_7ContextEEE
44490
44492
  _ZN4node13ImmediateInfo9SerializeEN2v85LocalINS1_7ContextEEEPNS1_15SnapshotCreatorE
44491
44493
  _ZN4node13ImmediateInfoC1EPN2v87IsolateEPKNS0_13SerializeInfoE
@@ -44794,12 +44796,19 @@ _ZN4node17GetSockOrPeerNameINS_7UDPWrapEXadL_Z18uv_udp_getpeernameEEEEvRKN2v820F
44794
44796
  _ZN4node17GetSockOrPeerNameINS_7UDPWrapEXadL_Z18uv_udp_getsocknameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEE
44795
44797
  _ZN4node17InitializeContextEN2v85LocalINS0_7ContextEEE
44796
44798
  _ZN4node17IntervalHistogram10GetExceedsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44799
+ _ZN4node17IntervalHistogram12GetMaxBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44800
+ _ZN4node17IntervalHistogram12GetMinBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44797
44801
  _ZN4node17IntervalHistogram13GetPercentileERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44802
+ _ZN4node17IntervalHistogram14GetCountBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44798
44803
  _ZN4node17IntervalHistogram14GetPercentilesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44804
+ _ZN4node17IntervalHistogram16GetExceedsBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44805
+ _ZN4node17IntervalHistogram19GetPercentileBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44806
+ _ZN4node17IntervalHistogram20GetPercentilesBigIntERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44799
44807
  _ZN4node17IntervalHistogram22GetConstructorTemplateEPNS_11EnvironmentE
44800
44808
  _ZN4node17IntervalHistogram26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
44801
44809
  _ZN4node17IntervalHistogram4StopERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44802
44810
  _ZN4node17IntervalHistogram5StartERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44811
+ _ZN4node17IntervalHistogram6CreateEPNS_11EnvironmentEiSt8functionIFvRNS_9HistogramEEERKNS4_7OptionsE
44803
44812
  _ZN4node17IntervalHistogram6GetMaxERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44804
44813
  _ZN4node17IntervalHistogram6GetMinERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44805
44814
  _ZN4node17IntervalHistogram6OnStopEv
@@ -44807,9 +44816,12 @@ _ZN4node17IntervalHistogram7DoResetERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44807
44816
  _ZN4node17IntervalHistogram7GetMeanERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44808
44817
  _ZN4node17IntervalHistogram7OnStartENS0_10StartFlagsE
44809
44818
  _ZN4node17IntervalHistogram7TimerCBEP10uv_timer_s
44819
+ _ZN4node17IntervalHistogram8GetCountERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44810
44820
  _ZN4node17IntervalHistogram9GetStddevERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44811
- _ZN4node17IntervalHistogramC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeEilli
44812
- _ZN4node17IntervalHistogramC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeEilli
44821
+ _ZN4node17IntervalHistogramC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeEiSt8functionIFvRNS_9HistogramEEERKNSA_7OptionsE
44822
+ _ZN4node17IntervalHistogramC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_9AsyncWrap12ProviderTypeEiSt8functionIFvRNS_9HistogramEEERKNSA_7OptionsE
44823
+ _ZN4node17IntervalHistogramD0Ev
44824
+ _ZN4node17IntervalHistogramD1Ev
44813
44825
  _ZN4node17PerIsolateOptions12CheckOptionsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
44814
44826
  _ZN4node17PerIsolateOptions19get_per_env_optionsEv
44815
44827
  _ZN4node17PerIsolateOptionsD0Ev
@@ -47217,8 +47229,8 @@ _ZN4node9AsyncWrapC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS0_12ProviderTy
47217
47229
  _ZN4node9AsyncWrapD0Ev
47218
47230
  _ZN4node9AsyncWrapD1Ev
47219
47231
  _ZN4node9AsyncWrapD2Ev
47220
- _ZN4node9HistogramC1Elli
47221
- _ZN4node9HistogramC2Elli
47232
+ _ZN4node9HistogramC1ERKNS0_7OptionsE
47233
+ _ZN4node9HistogramC2ERKNS0_7OptionsE
47222
47234
  _ZN4node9HistogramD0Ev
47223
47235
  _ZN4node9HistogramD1Ev
47224
47236
  _ZN4node9JSUDPWrap10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
@@ -58071,8 +58083,6 @@ _ZNK4node11StatWatcher10MemoryInfoEPNS_13MemoryTrackerE
58071
58083
  _ZNK4node11StatWatcher14MemoryInfoNameB5cxx11Ev
58072
58084
  _ZNK4node11StatWatcher8SelfSizeEv
58073
58085
  _ZNK4node11UDPWrapBase8listenerEv
58074
- _ZNK4node11performance12ELDHistogram14MemoryInfoNameB5cxx11Ev
58075
- _ZNK4node11performance12ELDHistogram8SelfSizeEv
58076
58086
  _ZNK4node12NgHeaderBaseINS_5http212Http2SessionEE8ToStringB5cxx11Ev
58077
58087
  _ZNK4node12RealEnvStore3GetB5cxx11EPKc
58078
58088
  _ZNK4node12RealEnvStore3GetEPN2v87IsolateENS1_5LocalINS1_6StringEEE
@@ -58148,8 +58158,10 @@ _ZNK4node15TimerWrapHandle10MemoryInfoEPNS_13MemoryTrackerE
58148
58158
  _ZNK4node15TimerWrapHandle14MemoryInfoNameB5cxx11Ev
58149
58159
  _ZNK4node15TimerWrapHandle8SelfSizeEv
58150
58160
  _ZNK4node17IntervalHistogram10MemoryInfoEPNS_13MemoryTrackerE
58161
+ _ZNK4node17IntervalHistogram14MemoryInfoNameB5cxx11Ev
58151
58162
  _ZNK4node17IntervalHistogram15GetTransferModeEv
58152
58163
  _ZNK4node17IntervalHistogram17CloneForMessagingEv
58164
+ _ZNK4node17IntervalHistogram8SelfSizeEv
58153
58165
  _ZNK4node17SocketAddressBase10MemoryInfoEPNS_13MemoryTrackerE
58154
58166
  _ZNK4node17SocketAddressBase12TransferData10MemoryInfoEPNS_13MemoryTrackerE
58155
58167
  _ZNK4node17SocketAddressBase12TransferData14MemoryInfoNameB5cxx11Ev
@@ -62526,13 +62538,13 @@ _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_7Inte
62526
62538
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
62527
62539
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
62528
62540
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE7reserveEm
62541
+ _ZNSt6vectorIN2v85LocalINS0_6ObjectEEESaIS3_EE17_M_default_appendEm
62529
62542
  _ZNSt6vectorIN2v85LocalINS0_6ObjectEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
62530
62543
  _ZNSt6vectorIN2v85LocalINS0_6StringEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
62531
62544
  _ZNSt6vectorIN2v85debug11TypeProfile5EntryESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
62532
62545
  _ZNSt6vectorIN2v85debug13BreakLocationESaIS2_EE12emplace_backIJiiNS1_17BreakLocationTypeEEEERS2_DpOT_
62533
62546
  _ZNSt6vectorIN2v85debug13BreakLocationESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
62534
62547
  _ZNSt6vectorIN2v86GlobalINS0_17SharedArrayBufferEEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
62535
- _ZNSt6vectorIN2v86GlobalINS0_6ObjectEEESaIS3_EE17_M_default_appendEm
62536
62548
  _ZNSt6vectorIN2v86GlobalINS0_7ContextEEESaIS3_EE17_M_default_appendEm
62537
62549
  _ZNSt6vectorIN2v86GlobalINS0_7ContextEEESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE
62538
62550
  _ZNSt6vectorIN2v87metrics46GarbageCollectionFullMainThreadIncrementalMarkESaIS2_EE17_M_realloc_insertIJEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
@@ -66625,7 +66637,6 @@ _ZTVN4node11ReqWrapBaseE
66625
66637
  _ZTVN4node11StatWatcherE
66626
66638
  _ZTVN4node11UDPListenerE
66627
66639
  _ZTVN4node11UDPWrapBaseE
66628
- _ZTVN4node11performance12ELDHistogramE
66629
66640
  _ZTVN4node12DebugOptionsE
66630
66641
  _ZTVN4node12NodePlatformE
66631
66642
  _ZTVN4node12RealEnvStoreE
@@ -69138,8 +69149,7 @@ _ZZN4node8JSStream6FinishINS_12ShutdownWrapEEEvRKN2v820FunctionCallbackInfoINS3_
69138
69149
  _ZZN4node8JSStream6FinishINS_9WriteWrapEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args
69139
69150
  _ZZN4node8JSStream6FinishINS_9WriteWrapEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEE4args_0
69140
69151
  _ZZN4node8NgHeaderINS_5http217Http2HeaderTraitsEEC4EPNS_11EnvironmentEiP13nghttp2_rcbufS7_hE4args_0
69141
- _ZZN4node9Histogram10PercentileEdE4args
69142
- _ZZN4node9Histogram10PercentileEdE4args_0
69152
+ _ZZN4node9Histogram11RecordDeltaEvE4args
69143
69153
  _ZZN4node9MutexBaseINS_16LibuvMutexTraitsEEC4EvE4args
69144
69154
  _ZZN4node9MutexBaseINS_17LibuvRwlockTraitsEEC4EvE4args
69145
69155
  _ZZN4node9NgHeadersINS_5http218Http2HeadersTraitsEEC4EPNS_11EnvironmentEN2v85LocalINS6_5ArrayEEEE4args
@@ -69167,6 +69177,8 @@ _ZZNK4node20SyncProcessStdioPipe7uv_pipeEvE4args
69167
69177
  _ZZNK4node6crypto25ArrayBufferOrViewContentsIcE20ToNullTerminatedCopyEvE4args
69168
69178
  _ZZNK4node7TCPWrap14MemoryInfoNameB5cxx11EvE4args
69169
69179
  _ZZNK4node8HostPort4portEvE4args
69180
+ _ZZNK4node9Histogram10PercentileEdE4args
69181
+ _ZZNK4node9Histogram10PercentileEdE4args_0
69170
69182
  _ZZNK4node9inspector8protocol6Binary4dataEvE4args
69171
69183
  _ZZNK4node9inspector8protocol6Binary8toBase64B5cxx11EvE4args
69172
69184
  _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag
@@ -75870,6 +75882,7 @@ uv_ip4_addr
75870
75882
  uv_ip4_name
75871
75883
  uv_ip6_addr
75872
75884
  uv_ip6_name
75885
+ uv_ip_name
75873
75886
  uv_is_active
75874
75887
  uv_is_closing
75875
75888
  uv_is_readable
@@ -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 3
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 4
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -65,12 +65,10 @@
65
65
  # include "uv/bsd.h"
66
66
  #elif defined(__CYGWIN__) || \
67
67
  defined(__MSYS__) || \
68
+ defined(__HAIKU__) || \
69
+ defined(__QNX__) || \
68
70
  defined(__GNU__)
69
71
  # include "uv/posix.h"
70
- #elif defined(__HAIKU__)
71
- # include "uv/posix.h"
72
- #elif defined(__QNX__)
73
- # include "uv/posix.h"
74
72
  #endif
75
73
 
76
74
  #ifndef NI_MAXHOST
@@ -31,7 +31,7 @@
31
31
  */
32
32
 
33
33
  #define UV_VERSION_MAJOR 1
34
- #define UV_VERSION_MINOR 42
34
+ #define UV_VERSION_MINOR 43
35
35
  #define UV_VERSION_PATCH 0
36
36
  #define UV_VERSION_IS_RELEASE 1
37
37
  #define UV_VERSION_SUFFIX ""
@@ -45,7 +45,14 @@ typedef struct pollfd {
45
45
  #endif
46
46
 
47
47
  #include <mswsock.h>
48
+ // Disable the typedef in mstcpip.h of MinGW.
49
+ #define _TCP_INITIAL_RTO_PARAMETERS _TCP_INITIAL_RTO_PARAMETERS__AVOID
50
+ #define TCP_INITIAL_RTO_PARAMETERS TCP_INITIAL_RTO_PARAMETERS__AVOID
51
+ #define PTCP_INITIAL_RTO_PARAMETERS PTCP_INITIAL_RTO_PARAMETERS__AVOID
48
52
  #include <ws2tcpip.h>
53
+ #undef _TCP_INITIAL_RTO_PARAMETERS
54
+ #undef TCP_INITIAL_RTO_PARAMETERS
55
+ #undef PTCP_INITIAL_RTO_PARAMETERS
49
56
  #include <windows.h>
50
57
 
51
58
  #include <process.h>
package/include/node/uv.h CHANGED
@@ -45,6 +45,8 @@ extern "C" {
45
45
  # endif
46
46
  #elif __GNUC__ >= 4
47
47
  # define UV_EXTERN __attribute__((visibility("default")))
48
+ #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) /* Sun Studio >= 8 */
49
+ # define UV_EXTERN __global
48
50
  #else
49
51
  # define UV_EXTERN /* nothing */
50
52
  #endif
@@ -1658,6 +1660,7 @@ UV_EXTERN int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr);
1658
1660
 
1659
1661
  UV_EXTERN int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size);
1660
1662
  UV_EXTERN int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size);
1663
+ UV_EXTERN int uv_ip_name(const struct sockaddr* src, char* dst, size_t size);
1661
1664
 
1662
1665
  UV_EXTERN int uv_inet_ntop(int af, const void* src, char* dst, size_t size);
1663
1666
  UV_EXTERN int uv_inet_pton(int af, const char* src, void* dst);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v17.3.1",
3
+ "version": "v17.4.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"