node-linux-s390x 25.0.0 → 25.1.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 +96 -0
- package/README.md +2 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +4 -4
- package/include/node/config.gypi +1 -0
- package/include/node/node.h +8 -0
- package/include/node/node_version.h +1 -1
- package/include/node/v8-script.h +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#25.1.0">25.1.0</a><br/>
|
|
11
12
|
<a href="#25.0.0">25.0.0</a><br/>
|
|
12
13
|
</td>
|
|
13
14
|
</tr>
|
|
@@ -40,6 +41,101 @@
|
|
|
40
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
43
|
|
|
44
|
+
<a id="25.1.0"></a>
|
|
45
|
+
|
|
46
|
+
## 2025-10-28, Version 25.1.0 (Current), @aduh95
|
|
47
|
+
|
|
48
|
+
### Notable Changes
|
|
49
|
+
|
|
50
|
+
* \[[`4395fe14b9`](https://github.com/nodejs/node/commit/4395fe14b9)] - **(SEMVER-MINOR)** **http**: add optimizeEmptyRequests server option (Rafael Gonzaga) [#59778](https://github.com/nodejs/node/pull/59778)
|
|
51
|
+
* \[[`2e55c6ad04`](https://github.com/nodejs/node/commit/2e55c6ad04)] - **(SEMVER-MINOR)** **sqlite**: allow setting defensive flag (Bart Louwers) [#60217](https://github.com/nodejs/node/pull/60217)
|
|
52
|
+
* \[[`f437204491`](https://github.com/nodejs/node/commit/f437204491)] - **(SEMVER-MINOR)** **src**: add watch config namespace (Marco Ippolito) [#60178](https://github.com/nodejs/node/pull/60178)
|
|
53
|
+
|
|
54
|
+
### Commits
|
|
55
|
+
|
|
56
|
+
* \[[`bb27766bd5`](https://github.com/nodejs/node/commit/bb27766bd5)] - **benchmark**: improve cpu.sh for safety and usability (Nam Yooseong) [#60162](https://github.com/nodejs/node/pull/60162)
|
|
57
|
+
* \[[`e600711c20`](https://github.com/nodejs/node/commit/e600711c20)] - **benchmark**: add benchmark for leaf source text modules (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
58
|
+
* \[[`1bbcdf9039`](https://github.com/nodejs/node/commit/1bbcdf9039)] - **benchmark**: add vm.SourceTextModule benchmark (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
59
|
+
* \[[`22fa6bd28b`](https://github.com/nodejs/node/commit/22fa6bd28b)] - **build**: ibmi follow aix visibility (SRAVANI GUNDEPALLI) [#60360](https://github.com/nodejs/node/pull/60360)
|
|
60
|
+
* \[[`931028400e`](https://github.com/nodejs/node/commit/931028400e)] - **build**: use call command when calling python configure (Jacob Nichols) [#60098](https://github.com/nodejs/node/pull/60098)
|
|
61
|
+
* \[[`17fde3f3d1`](https://github.com/nodejs/node/commit/17fde3f3d1)] - **build**: build v8 with -fvisibility=hidden -fvisibility-inlines-hidden (Joyee Cheung) [#56290](https://github.com/nodejs/node/pull/56290)
|
|
62
|
+
* \[[`04cc7aae5e`](https://github.com/nodejs/node/commit/04cc7aae5e)] - **build**: remove V8\_COMPRESS\_POINTERS\_IN\_ISOLATE\_CAGE defs (Joyee Cheung) [#60296](https://github.com/nodejs/node/pull/60296)
|
|
63
|
+
* \[[`8a2053060d`](https://github.com/nodejs/node/commit/8a2053060d)] - **crypto**: update root certificates to NSS 3.116 (Node.js GitHub Bot) [#59956](https://github.com/nodejs/node/pull/59956)
|
|
64
|
+
* \[[`fe91c0f755`](https://github.com/nodejs/node/commit/fe91c0f755)] - **deps**: update simdjson to 4.0.7 (Node.js GitHub Bot) [#59883](https://github.com/nodejs/node/pull/59883)
|
|
65
|
+
* \[[`aacfc0d212`](https://github.com/nodejs/node/commit/aacfc0d212)] - **deps**: update corepack to 0.34.1 (Node.js GitHub Bot) [#60314](https://github.com/nodejs/node/pull/60314)
|
|
66
|
+
* \[[`8596891a71`](https://github.com/nodejs/node/commit/8596891a71)] - **deps**: update inspector\_protocol to af7f5a8173fdbc29f0835ec94395932e328b (Node.js GitHub Bot) [#60312](https://github.com/nodejs/node/pull/60312)
|
|
67
|
+
* \[[`21bcd0eb2f`](https://github.com/nodejs/node/commit/21bcd0eb2f)] - **deps**: V8: cherry-pick 3d0f462a17ff (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
68
|
+
* \[[`673558501c`](https://github.com/nodejs/node/commit/673558501c)] - **deps**: update googletest to 279f847 (Node.js GitHub Bot) [#60219](https://github.com/nodejs/node/pull/60219)
|
|
69
|
+
* \[[`425a1879b1`](https://github.com/nodejs/node/commit/425a1879b1)] - **doc**: mention more codemods in `deprecations.md` (Augustin Mauroy) [#60243](https://github.com/nodejs/node/pull/60243)
|
|
70
|
+
* \[[`563e1317f3`](https://github.com/nodejs/node/commit/563e1317f3)] - **doc**: remove unnecessary statement of web storage (Deokjin Kim) [#60363](https://github.com/nodejs/node/pull/60363)
|
|
71
|
+
* \[[`064c8c5cfd`](https://github.com/nodejs/node/commit/064c8c5cfd)] - **doc**: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny() (Jimmy Leung) [#58899](https://github.com/nodejs/node/pull/58899)
|
|
72
|
+
* \[[`99e357af35`](https://github.com/nodejs/node/commit/99e357af35)] - **doc**: use `any` for `worker_threads.Worker` 'error' event argument `err` (Jonas Geiler) [#60300](https://github.com/nodejs/node/pull/60300)
|
|
73
|
+
* \[[`8ccff0d934`](https://github.com/nodejs/node/commit/8ccff0d934)] - **doc**: update decorator documentation to reflect actual policy (Muhammad Salman Aziz) [#60288](https://github.com/nodejs/node/pull/60288)
|
|
74
|
+
* \[[`bac70c6ef3`](https://github.com/nodejs/node/commit/bac70c6ef3)] - **doc**: document wildcard supported by tools/test.py (Joyee Cheung) [#60265](https://github.com/nodejs/node/pull/60265)
|
|
75
|
+
* \[[`8492bc6a88`](https://github.com/nodejs/node/commit/8492bc6a88)] - **doc**: add --heap-snapshot-on-oom to useful v8 flag (jakecastelli) [#60260](https://github.com/nodejs/node/pull/60260)
|
|
76
|
+
* \[[`0f0d3c0e47`](https://github.com/nodejs/node/commit/0f0d3c0e47)] - **doc**: fix `blob.bytes()` heading level (XTY) [#60252](https://github.com/nodejs/node/pull/60252)
|
|
77
|
+
* \[[`8c8525cf93`](https://github.com/nodejs/node/commit/8c8525cf93)] - **doc**: fix not working code example in vm docs (Artur Gawlik) [#60224](https://github.com/nodejs/node/pull/60224)
|
|
78
|
+
* \[[`8a6de3866c`](https://github.com/nodejs/node/commit/8a6de3866c)] - **doc, assert**: correct order of changes entries (Gerhard Stöbich) [#60304](https://github.com/nodejs/node/pull/60304)
|
|
79
|
+
* \[[`6bacb6555a`](https://github.com/nodejs/node/commit/6bacb6555a)] - **doc, module**: change async customization hooks to experimental (Gerhard Stöbich) [#60302](https://github.com/nodejs/node/pull/60302)
|
|
80
|
+
* \[[`6f3b16df16`](https://github.com/nodejs/node/commit/6f3b16df16)] - **esm**: use index-based resolution callbacks (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
81
|
+
* \[[`95644a432c`](https://github.com/nodejs/node/commit/95644a432c)] - **http**: lazy allocate cookies array (Robert Nagy) [#59734](https://github.com/nodejs/node/pull/59734)
|
|
82
|
+
* \[[`4395fe14b9`](https://github.com/nodejs/node/commit/4395fe14b9)] - **(SEMVER-MINOR)** **http**: add optimizeEmptyRequests server option (Rafael Gonzaga) [#59778](https://github.com/nodejs/node/pull/59778)
|
|
83
|
+
* \[[`f1aa1eaaf5`](https://github.com/nodejs/node/commit/f1aa1eaaf5)] - **inspector**: add network payload buffer size limits (Chengzhong Wu) [#60236](https://github.com/nodejs/node/pull/60236)
|
|
84
|
+
* \[[`64fc625bf9`](https://github.com/nodejs/node/commit/64fc625bf9)] - **inspector**: support handshake response for websocket inspection (Shima Ryuhei) [#60225](https://github.com/nodejs/node/pull/60225)
|
|
85
|
+
* \[[`0ecbb806a8`](https://github.com/nodejs/node/commit/0ecbb806a8)] - **lib**: fix typo in createBlobReaderStream (SeokHun) [#60132](https://github.com/nodejs/node/pull/60132)
|
|
86
|
+
* \[[`ffec5927fd`](https://github.com/nodejs/node/commit/ffec5927fd)] - **meta**: fix typo in test-shared workflow name (Ronit Sabhaya) [#60321](https://github.com/nodejs/node/pull/60321)
|
|
87
|
+
* \[[`a02897e157`](https://github.com/nodejs/node/commit/a02897e157)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#60325](https://github.com/nodejs/node/pull/60325)
|
|
88
|
+
* \[[`59223a7831`](https://github.com/nodejs/node/commit/59223a7831)] - **meta**: loop userland-migrations in deprecations (Chengzhong Wu) [#60299](https://github.com/nodejs/node/pull/60299)
|
|
89
|
+
* \[[`2d48d17696`](https://github.com/nodejs/node/commit/2d48d17696)] - **module**: refactor and clarify async loader hook customizations (Joyee Cheung) [#60278](https://github.com/nodejs/node/pull/60278)
|
|
90
|
+
* \[[`be1b84fd93`](https://github.com/nodejs/node/commit/be1b84fd93)] - **module**: handle null source from async loader hooks in sync hooks (Joyee Cheung) [#59929](https://github.com/nodejs/node/pull/59929)
|
|
91
|
+
* \[[`063fbd87d3`](https://github.com/nodejs/node/commit/063fbd87d3)] - **msi**: fix WiX warnings (Stefan Stojanovic) [#60251](https://github.com/nodejs/node/pull/60251)
|
|
92
|
+
* \[[`2e55c6ad04`](https://github.com/nodejs/node/commit/2e55c6ad04)] - **(SEMVER-MINOR)** **sqlite**: allow setting defensive flag (Bart Louwers) [#60217](https://github.com/nodejs/node/pull/60217)
|
|
93
|
+
* \[[`dc93d6988a`](https://github.com/nodejs/node/commit/dc93d6988a)] - **src**: fix timing of snapshot serialize callback (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
94
|
+
* \[[`267e1b3817`](https://github.com/nodejs/node/commit/267e1b3817)] - **src**: add COUNT\_GENERIC\_USAGE utility for tests (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
95
|
+
* \[[`4a5d7a4c2a`](https://github.com/nodejs/node/commit/4a5d7a4c2a)] - **src**: conditionally disable source phase imports by default (Shelley Vohr) [#60364](https://github.com/nodejs/node/pull/60364)
|
|
96
|
+
* \[[`f437204491`](https://github.com/nodejs/node/commit/f437204491)] - **(SEMVER-MINOR)** **src**: add watch config namespace (Marco Ippolito) [#60178](https://github.com/nodejs/node/pull/60178)
|
|
97
|
+
* \[[`36837fa0f9`](https://github.com/nodejs/node/commit/36837fa0f9)] - **src**: use cached primordials\_string (Sohyeon Kim) [#60255](https://github.com/nodejs/node/pull/60255)
|
|
98
|
+
* \[[`df8396ad37`](https://github.com/nodejs/node/commit/df8396ad37)] - **src**: replace Environment::GetCurrent with args.GetIsolate (Sohyeon Kim) [#60256](https://github.com/nodejs/node/pull/60256)
|
|
99
|
+
* \[[`5dd670b2b9`](https://github.com/nodejs/node/commit/5dd670b2b9)] - **src**: initial enablement of IsolateGroups (James M Snell) [#60254](https://github.com/nodejs/node/pull/60254)
|
|
100
|
+
* \[[`afdb362933`](https://github.com/nodejs/node/commit/afdb362933)] - **src**: use `Utf8Value` and `TwoByteValue` instead of V8 helpers (Anna Henningsen) [#60244](https://github.com/nodejs/node/pull/60244)
|
|
101
|
+
* \[[`a40e533e72`](https://github.com/nodejs/node/commit/a40e533e72)] - **src**: add a default branch for module phase (Chengzhong Wu) [#60261](https://github.com/nodejs/node/pull/60261)
|
|
102
|
+
* \[[`42729f07ee`](https://github.com/nodejs/node/commit/42729f07ee)] - **src**: stop using deprecated v8::Context::GetIsolate (Michaël Zasso) [#60223](https://github.com/nodejs/node/pull/60223)
|
|
103
|
+
* \[[`7a6542c205`](https://github.com/nodejs/node/commit/7a6542c205)] - **test**: skip failing test on macOS 15.7+ (Antoine du Hamel) [#60419](https://github.com/nodejs/node/pull/60419)
|
|
104
|
+
* \[[`29a5855a4f`](https://github.com/nodejs/node/commit/29a5855a4f)] - **test**: ensure assertions are reachable in `test/addons` (Antoine du Hamel) [#60142](https://github.com/nodejs/node/pull/60142)
|
|
105
|
+
* \[[`12773d19c4`](https://github.com/nodejs/node/commit/12773d19c4)] - **test**: increase debugger waitFor timeout on macOS (Chengzhong Wu) [#60367](https://github.com/nodejs/node/pull/60367)
|
|
106
|
+
* \[[`0b38de3e9e`](https://github.com/nodejs/node/commit/0b38de3e9e)] - **test**: put helper in test-runner-output into common (Joyee Cheung) [#60330](https://github.com/nodejs/node/pull/60330)
|
|
107
|
+
* \[[`6de2407c44`](https://github.com/nodejs/node/commit/6de2407c44)] - **test**: fix small compile warning in test\_network\_requests\_buffer.cc (xiaocainiao633) [#60281](https://github.com/nodejs/node/pull/60281)
|
|
108
|
+
* \[[`4b23ac8613`](https://github.com/nodejs/node/commit/4b23ac8613)] - **test**: fix status when compiled without inspector (Antoine du Hamel) [#60289](https://github.com/nodejs/node/pull/60289)
|
|
109
|
+
* \[[`a07f32e326`](https://github.com/nodejs/node/commit/a07f32e326)] - **test**: split test-runner-watch-mode-kill-signal (Joyee Cheung) [#60298](https://github.com/nodejs/node/pull/60298)
|
|
110
|
+
* \[[`30451d32d7`](https://github.com/nodejs/node/commit/30451d32d7)] - **test**: fix incorrect calculation in test-perf-hooks.js (Joyee Cheung) [#60271](https://github.com/nodejs/node/pull/60271)
|
|
111
|
+
* \[[`e3c3b48f1c`](https://github.com/nodejs/node/commit/e3c3b48f1c)] - **test**: ignore EPIPE errors in https proxy invalid URL test (Joyee Cheung) [#60269](https://github.com/nodejs/node/pull/60269)
|
|
112
|
+
* \[[`405a9c4c5f`](https://github.com/nodejs/node/commit/405a9c4c5f)] - **test**: parallelize test-without-async-context-frame correctly (Joyee Cheung) [#60273](https://github.com/nodejs/node/pull/60273)
|
|
113
|
+
* \[[`ffeebebc71`](https://github.com/nodejs/node/commit/ffeebebc71)] - **test**: make test-worker-prof more tolerant (Joyee Cheung) [#60272](https://github.com/nodejs/node/pull/60272)
|
|
114
|
+
* \[[`26b01bf170`](https://github.com/nodejs/node/commit/26b01bf170)] - **test**: skip sea tests on x64 macOS (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
115
|
+
* \[[`8caae1a05b`](https://github.com/nodejs/node/commit/8caae1a05b)] - **test**: move sea tests into test/sea (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
116
|
+
* \[[`3d183e3e9f`](https://github.com/nodejs/node/commit/3d183e3e9f)] - **test,crypto**: fix conditional SHA3-\* skip on BoringSSL (Filip Skokan) [#60379](https://github.com/nodejs/node/pull/60379)
|
|
117
|
+
* \[[`e83dbcba94`](https://github.com/nodejs/node/commit/e83dbcba94)] - **test,crypto**: sha3 algorithms aren't supported with BoringSSL (Shelley Vohr) [#60374](https://github.com/nodejs/node/pull/60374)
|
|
118
|
+
* \[[`3d89331496`](https://github.com/nodejs/node/commit/3d89331496)] - **test\_runner**: use module.registerHooks in module mocks (Joyee Cheung) [#60326](https://github.com/nodejs/node/pull/60326)
|
|
119
|
+
* \[[`377e8ce85a`](https://github.com/nodejs/node/commit/377e8ce85a)] - **tls**: avoid external memory leak on invalid protocol versions (Shelley Vohr) [#60390](https://github.com/nodejs/node/pull/60390)
|
|
120
|
+
* \[[`ae4858c1f6`](https://github.com/nodejs/node/commit/ae4858c1f6)] - **tools**: add an option to generate lighter archives (Antoine du Hamel) [#60294](https://github.com/nodejs/node/pull/60294)
|
|
121
|
+
* \[[`cb615b1a2e`](https://github.com/nodejs/node/commit/cb615b1a2e)] - **tools**: skip test-shared workflow for draft PRs (Michaël Zasso) [#60365](https://github.com/nodejs/node/pull/60365)
|
|
122
|
+
* \[[`03b034731e`](https://github.com/nodejs/node/commit/03b034731e)] - **tools**: disable inspector on macOS-shared to reduce flakiness (Antoine du Hamel) [#60320](https://github.com/nodejs/node/pull/60320)
|
|
123
|
+
* \[[`f402b4e1d1`](https://github.com/nodejs/node/commit/f402b4e1d1)] - **tools**: show diff alongside the error in Nix linter (Antoine du Hamel) [#60301](https://github.com/nodejs/node/pull/60301)
|
|
124
|
+
* \[[`5d5c8483fb`](https://github.com/nodejs/node/commit/5d5c8483fb)] - **tools**: run CI with shared libs on GHA (Antoine du Hamel) [#60121](https://github.com/nodejs/node/pull/60121)
|
|
125
|
+
* \[[`e8fdd8d2e8`](https://github.com/nodejs/node/commit/e8fdd8d2e8)] - **tools**: update gyp-next to 0.20.5 (Node.js GitHub Bot) [#60313](https://github.com/nodejs/node/pull/60313)
|
|
126
|
+
* \[[`6e8b029a21`](https://github.com/nodejs/node/commit/6e8b029a21)] - **tools**: limit inspector protocol PR title length (Chengzhong Wu) [#60324](https://github.com/nodejs/node/pull/60324)
|
|
127
|
+
* \[[`a5073086c6`](https://github.com/nodejs/node/commit/a5073086c6)] - **tools**: fix inspector\_protocol updater (Chengzhong Wu) [#60277](https://github.com/nodejs/node/pull/60277)
|
|
128
|
+
* \[[`47fa765bff`](https://github.com/nodejs/node/commit/47fa765bff)] - **tools**: optimize wildcard execution in tools/test.py (Joyee Cheung) [#60266](https://github.com/nodejs/node/pull/60266)
|
|
129
|
+
* \[[`11ebb0447d`](https://github.com/nodejs/node/commit/11ebb0447d)] - **tools**: add C++ lint rule to avoid using `String::Utf8Value` (Anna Henningsen) [#60244](https://github.com/nodejs/node/pull/60244)
|
|
130
|
+
* \[[`14f3189670`](https://github.com/nodejs/node/commit/14f3189670)] - **tools**: add inspector\_protocol updater (Chengzhong Wu) [#60245](https://github.com/nodejs/node/pull/60245)
|
|
131
|
+
* \[[`ef4c596fc6`](https://github.com/nodejs/node/commit/ef4c596fc6)] - **typings**: add missing properties and method in Worker (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
132
|
+
* \[[`09ae6fc065`](https://github.com/nodejs/node/commit/09ae6fc065)] - **typings**: add missing properties in HTTPParser (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
133
|
+
* \[[`9ecaf41f8e`](https://github.com/nodejs/node/commit/9ecaf41f8e)] - **typings**: delete undefined property in ConfigBinding (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
134
|
+
* \[[`4a86016e86`](https://github.com/nodejs/node/commit/4a86016e86)] - **util**: use more defensive code when inspecting error objects (Antoine du Hamel) [#60139](https://github.com/nodejs/node/pull/60139)
|
|
135
|
+
* \[[`9e6d6cec59`](https://github.com/nodejs/node/commit/9e6d6cec59)] - **util**: mark special properties when inspecting them (Ruben Bridgewater) [#60131](https://github.com/nodejs/node/pull/60131)
|
|
136
|
+
* \[[`79b2387fd9`](https://github.com/nodejs/node/commit/79b2387fd9)] - **vm**: make vm.Module.evaluate() conditionally synchronous (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
137
|
+
* \[[`e5559f3be3`](https://github.com/nodejs/node/commit/e5559f3be3)] - **win**: upgrade Visual Studio workload from 2019 to 2022 (Jiawen Geng) [#60318](https://github.com/nodejs/node/pull/60318)
|
|
138
|
+
|
|
43
139
|
<a id="25.0.0"></a>
|
|
44
140
|
|
|
45
141
|
## 2025-10-15, Version 25.0.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -323,8 +323,6 @@ For information about the governance of the Node.js project, see
|
|
|
323
323
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
324
324
|
* [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
|
|
325
325
|
**Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
|
|
326
|
-
* [F3n67u](https://github.com/F3n67u) -
|
|
327
|
-
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
328
326
|
* [fhinkel](https://github.com/fhinkel) -
|
|
329
327
|
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
330
328
|
* [Flarna](https://github.com/Flarna) -
|
|
@@ -527,6 +525,8 @@ For information about the governance of the Node.js project, see
|
|
|
527
525
|
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
528
526
|
* [evanlucas](https://github.com/evanlucas) -
|
|
529
527
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
528
|
+
* [F3n67u](https://github.com/F3n67u) -
|
|
529
|
+
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
530
530
|
* [firedfox](https://github.com/firedfox) -
|
|
531
531
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
532
532
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
@@ -751,8 +751,6 @@ maintaining the Node.js project.
|
|
|
751
751
|
**Oliver Medhurst** <<honk@goose.icu>> (they/them)
|
|
752
752
|
* [daeyeon](https://github.com/daeyeon) -
|
|
753
753
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
754
|
-
* [F3n67u](https://github.com/F3n67u) -
|
|
755
|
-
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
756
754
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
757
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
758
756
|
* [gurgunday](https://github.com/gurgunday) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
# Reset this number to 0 on major V8 upgrades.
|
|
40
40
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
41
|
-
'v8_embedder_string': '-node.
|
|
41
|
+
'v8_embedder_string': '-node.11',
|
|
42
42
|
|
|
43
43
|
##### V8 defaults for Node.js #####
|
|
44
44
|
|
|
@@ -443,12 +443,12 @@
|
|
|
443
443
|
['v8_enable_pointer_compression == 1', {
|
|
444
444
|
'defines': ['V8_COMPRESS_POINTERS'],
|
|
445
445
|
}],
|
|
446
|
+
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
447
|
+
'defines': ['V8_COMPRESS_POINTERS_IN_MULTIPLE_CAGES'],
|
|
448
|
+
}],
|
|
446
449
|
['v8_enable_pointer_compression_shared_cage == 1', {
|
|
447
450
|
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
|
|
448
451
|
}],
|
|
449
|
-
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
450
|
-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
|
|
451
|
-
}],
|
|
452
452
|
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
|
|
453
453
|
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
|
|
454
454
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
'deps/amaro/dist/index.js'],
|
|
35
35
|
'node_byteorder': 'big',
|
|
36
36
|
'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
|
|
37
|
+
'test/cctest/inspector/test_network_requests_buffer.cc',
|
|
37
38
|
'test/cctest/inspector/test_node_protocol.cc',
|
|
38
39
|
'test/cctest/node_test_fixture.cc',
|
|
39
40
|
'test/cctest/test_aliased_buffer.cc',
|
package/include/node/node.h
CHANGED
|
@@ -1402,6 +1402,10 @@ NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
|
1402
1402
|
v8::Local<v8::Object> resource,
|
|
1403
1403
|
const char* name,
|
|
1404
1404
|
async_id trigger_async_id = -1);
|
|
1405
|
+
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1406
|
+
v8::Local<v8::Object> resource,
|
|
1407
|
+
std::string_view name,
|
|
1408
|
+
async_id trigger_async_id = -1);
|
|
1405
1409
|
|
|
1406
1410
|
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1407
1411
|
v8::Local<v8::Object> resource,
|
|
@@ -1508,6 +1512,10 @@ class NODE_EXTERN AsyncResource {
|
|
|
1508
1512
|
v8::Local<v8::Object> resource,
|
|
1509
1513
|
const char* name,
|
|
1510
1514
|
async_id trigger_async_id = -1);
|
|
1515
|
+
AsyncResource(v8::Isolate* isolate,
|
|
1516
|
+
v8::Local<v8::Object> resource,
|
|
1517
|
+
std::string_view name,
|
|
1518
|
+
async_id trigger_async_id = -1);
|
|
1511
1519
|
|
|
1512
1520
|
virtual ~AsyncResource();
|
|
1513
1521
|
|
package/include/node/v8-script.h
CHANGED
|
@@ -220,6 +220,13 @@ class V8_EXPORT Module : public Data {
|
|
|
220
220
|
Local<Context> context, Local<String> specifier,
|
|
221
221
|
Local<FixedArray> import_attributes, Local<Module> referrer);
|
|
222
222
|
|
|
223
|
+
using ResolveModuleByIndexCallback = MaybeLocal<Module> (*)(
|
|
224
|
+
Local<Context> context, size_t module_request_index,
|
|
225
|
+
Local<Module> referrer);
|
|
226
|
+
using ResolveSourceByIndexCallback = MaybeLocal<Object> (*)(
|
|
227
|
+
Local<Context> context, size_t module_request_index,
|
|
228
|
+
Local<Module> referrer);
|
|
229
|
+
|
|
223
230
|
/**
|
|
224
231
|
* Instantiates the module and its dependencies.
|
|
225
232
|
*
|
|
@@ -231,6 +238,16 @@ class V8_EXPORT Module : public Data {
|
|
|
231
238
|
Local<Context> context, ResolveModuleCallback module_callback,
|
|
232
239
|
ResolveSourceCallback source_callback = nullptr);
|
|
233
240
|
|
|
241
|
+
/**
|
|
242
|
+
* Similar to the variant that takes ResolveModuleCallback and
|
|
243
|
+
* ResolveSourceCallback, but uses the index into the array that is returned
|
|
244
|
+
* by GetModuleRequests() instead of the specifier and import attributes to
|
|
245
|
+
* identify the requests.
|
|
246
|
+
*/
|
|
247
|
+
V8_WARN_UNUSED_RESULT Maybe<bool> InstantiateModule(
|
|
248
|
+
Local<Context> context, ResolveModuleByIndexCallback module_callback,
|
|
249
|
+
ResolveSourceByIndexCallback source_callback = nullptr);
|
|
250
|
+
|
|
234
251
|
/**
|
|
235
252
|
* Evaluates the module and its dependencies.
|
|
236
253
|
*
|