node-linux-s390x 25.1.0 → 25.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +144 -0
- package/README.md +4 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +0 -1
- package/include/node/js_native_api.h +11 -28
- package/include/node/js_native_api_types.h +28 -0
- package/include/node/node.h +0 -1
- package/include/node/node_api.h +0 -4
- package/include/node/node_api_types.h +4 -0
- package/include/node/node_version.h +2 -2
- package/include/node/v8-statistics.h +8 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#25.2.1">25.2.1</a><br/>
|
|
12
|
+
<a href="#25.2.0">25.2.0</a><br/>
|
|
11
13
|
<a href="#25.1.0">25.1.0</a><br/>
|
|
12
14
|
<a href="#25.0.0">25.0.0</a><br/>
|
|
13
15
|
</td>
|
|
@@ -41,6 +43,148 @@
|
|
|
41
43
|
* [io.js](CHANGELOG_IOJS.md)
|
|
42
44
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
43
45
|
|
|
46
|
+
<a id="25.2.1"></a>
|
|
47
|
+
|
|
48
|
+
## 2025-11-17, Version 25.2.1 (Current), @aduh95
|
|
49
|
+
|
|
50
|
+
### Notable Changes
|
|
51
|
+
|
|
52
|
+
### Commits
|
|
53
|
+
|
|
54
|
+
* \[[`ff89b7b6c7`](https://github.com/nodejs/node/commit/ff89b7b6c7)] - **crypto**: ensure documented RSA-PSS saltLength default is used (Filip Skokan) [#60662](https://github.com/nodejs/node/pull/60662)
|
|
55
|
+
* \[[`5316b580eb`](https://github.com/nodejs/node/commit/5316b580eb)] - **deps**: V8: backport 2e4c5cf9b112 (Michaël Zasso) [#60654](https://github.com/nodejs/node/pull/60654)
|
|
56
|
+
* \[[`ca878bc90e`](https://github.com/nodejs/node/commit/ca878bc90e)] - **doc,src,lib**: clarify experimental status of Web Storage support (Antoine du Hamel) [#60708](https://github.com/nodejs/node/pull/60708)
|
|
57
|
+
* \[[`a4dee613fd`](https://github.com/nodejs/node/commit/a4dee613fd)] - _**Revert**_ "**lib**: throw from localStorage getter on missing storage path" (Antoine du Hamel) [#60750](https://github.com/nodejs/node/pull/60750)
|
|
58
|
+
|
|
59
|
+
<a id="25.2.0"></a>
|
|
60
|
+
|
|
61
|
+
## 2025-11-11, Version 25.2.0 (Current), @aduh95
|
|
62
|
+
|
|
63
|
+
### Notable Changes
|
|
64
|
+
|
|
65
|
+
* \[[`a37c01e6a1`](https://github.com/nodejs/node/commit/a37c01e6a1)] - **(SEMVER-MINOR)** **lib**: add options to util.deprecate (Rafael Gonzaga) [#59982](https://github.com/nodejs/node/pull/59982)
|
|
66
|
+
* \[[`4fbb1ab101`](https://github.com/nodejs/node/commit/4fbb1ab101)] - **lib**: throw from localStorage getter on missing storage path (René) [#60351](https://github.com/nodejs/node/pull/60351)
|
|
67
|
+
* \[[`727560a96d`](https://github.com/nodejs/node/commit/727560a96d)] - **(SEMVER-MINOR)** **module**: mark type stripping as stable (Marco Ippolito) [#60600](https://github.com/nodejs/node/pull/60600)
|
|
68
|
+
* \[[`506b79e888`](https://github.com/nodejs/node/commit/506b79e888)] - **(SEMVER-MINOR)** **net**: increase network family autoselection timeout to 500ms (Rod Vagg) [#60334](https://github.com/nodejs/node/pull/60334)
|
|
69
|
+
* \[[`166c72ec02`](https://github.com/nodejs/node/commit/166c72ec02)] - **(SEMVER-MINOR)** **node-api**: add napi\_create\_object\_with\_properties (Miguel Marcondes Filho) [#59953](https://github.com/nodejs/node/pull/59953)
|
|
70
|
+
* \[[`399b340022`](https://github.com/nodejs/node/commit/399b340022)] - **(SEMVER-MINOR)** **v8**: adding total\_allocated\_bytes to HeapStatistics (Caio Lima) [#60573](https://github.com/nodejs/node/pull/60573)
|
|
71
|
+
|
|
72
|
+
### Commits
|
|
73
|
+
|
|
74
|
+
* \[[`d5158a0a2d`](https://github.com/nodejs/node/commit/d5158a0a2d)] - **benchmark**: focus on import.meta intialization in import-meta benchmark (Joyee Cheung) [#60603](https://github.com/nodejs/node/pull/60603)
|
|
75
|
+
* \[[`26a5305fa9`](https://github.com/nodejs/node/commit/26a5305fa9)] - **benchmark**: add per-suite setup option (Joyee Cheung) [#60574](https://github.com/nodejs/node/pull/60574)
|
|
76
|
+
* \[[`4810e4b82d`](https://github.com/nodejs/node/commit/4810e4b82d)] - **buffer**: speed up concat via TypedArray#set (Gürgün Dayıoğlu) [#60399](https://github.com/nodejs/node/pull/60399)
|
|
77
|
+
* \[[`94a94a6b3a`](https://github.com/nodejs/node/commit/94a94a6b3a)] - **console**: optimize single-string logging (Gürgün Dayıoğlu) [#60422](https://github.com/nodejs/node/pull/60422)
|
|
78
|
+
* \[[`ad376c31db`](https://github.com/nodejs/node/commit/ad376c31db)] - **crypto**: fix argument validation in crypto.timingSafeEqual fast path (Joyee Cheung) [#60538](https://github.com/nodejs/node/pull/60538)
|
|
79
|
+
* \[[`dc38a45a55`](https://github.com/nodejs/node/commit/dc38a45a55)] - **debugger**: fix event listener leak in the run command (Joyee Cheung) [#60464](https://github.com/nodejs/node/pull/60464)
|
|
80
|
+
* \[[`a61e5d8e05`](https://github.com/nodejs/node/commit/a61e5d8e05)] - **deps**: call OPENSSL\_free after ANS1\_STRING\_to\_UTF8 (Rafael Gonzaga) [#60609](https://github.com/nodejs/node/pull/60609)
|
|
81
|
+
* \[[`51e5030afa`](https://github.com/nodejs/node/commit/51e5030afa)] - **deps**: nghttp2: revert 7784fa979d0b (Antoine du Hamel) [#59790](https://github.com/nodejs/node/pull/59790)
|
|
82
|
+
* \[[`eef838f499`](https://github.com/nodejs/node/commit/eef838f499)] - **deps**: update nghttp2 to 1.67.1 (nodejs-github-bot) [#59790](https://github.com/nodejs/node/pull/59790)
|
|
83
|
+
* \[[`13120a43d4`](https://github.com/nodejs/node/commit/13120a43d4)] - **deps**: update simdjson to 4.1.0 (Node.js GitHub Bot) [#60542](https://github.com/nodejs/node/pull/60542)
|
|
84
|
+
* \[[`6e1b23dab8`](https://github.com/nodejs/node/commit/6e1b23dab8)] - **deps**: update corepack to 0.34.2 (Node.js GitHub Bot) [#60550](https://github.com/nodejs/node/pull/60550)
|
|
85
|
+
* \[[`a02e05c486`](https://github.com/nodejs/node/commit/a02e05c486)] - **deps**: update amaro to 1.1.5 (Node.js GitHub Bot) [#60541](https://github.com/nodejs/node/pull/60541)
|
|
86
|
+
* \[[`b9ba3a7947`](https://github.com/nodejs/node/commit/b9ba3a7947)] - **deps**: V8: backport fe81545e6d14 (Caio Lima) [#60429](https://github.com/nodejs/node/pull/60429)
|
|
87
|
+
* \[[`07bcd28494`](https://github.com/nodejs/node/commit/07bcd28494)] - **deps**: V8: cherry-pick 7ef6a001762 (Xiao-Tao) [#60259](https://github.com/nodejs/node/pull/60259)
|
|
88
|
+
* \[[`3e11658243`](https://github.com/nodejs/node/commit/3e11658243)] - **doc**: update Collaborators list to reflect hybrist handle change (Antoine du Hamel) [#60650](https://github.com/nodejs/node/pull/60650)
|
|
89
|
+
* \[[`b8e40e4d38`](https://github.com/nodejs/node/commit/b8e40e4d38)] - **doc**: fix link in `--env-file=file` section (N. Bighetti) [#60563](https://github.com/nodejs/node/pull/60563)
|
|
90
|
+
* \[[`9558c1c0df`](https://github.com/nodejs/node/commit/9558c1c0df)] - **doc**: fix linter issues (Antoine du Hamel) [#60636](https://github.com/nodejs/node/pull/60636)
|
|
91
|
+
* \[[`cdf70de563`](https://github.com/nodejs/node/commit/cdf70de563)] - **doc**: add missing history entry for `sqlite.md` (Antoine du Hamel) [#60607](https://github.com/nodejs/node/pull/60607)
|
|
92
|
+
* \[[`e3c5dcf1ea`](https://github.com/nodejs/node/commit/e3c5dcf1ea)] - **doc**: correct values/references for buffer.kMaxLength (René) [#60305](https://github.com/nodejs/node/pull/60305)
|
|
93
|
+
* \[[`a25d76c924`](https://github.com/nodejs/node/commit/a25d76c924)] - **doc**: recommend events.once to manage 'close' event (Dan Fabulich) [#60017](https://github.com/nodejs/node/pull/60017)
|
|
94
|
+
* \[[`795f32bf91`](https://github.com/nodejs/node/commit/795f32bf91)] - **doc**: highlight module loading difference between import and require (Ajay A) [#59815](https://github.com/nodejs/node/pull/59815)
|
|
95
|
+
* \[[`212775410b`](https://github.com/nodejs/node/commit/212775410b)] - **doc**: add CJS code snippets in `sqlite.md` (Allon Murienik) [#60395](https://github.com/nodejs/node/pull/60395)
|
|
96
|
+
* \[[`263c06096d`](https://github.com/nodejs/node/commit/263c06096d)] - **doc**: fix typo in `process.unref` documentation (우혁) [#59698](https://github.com/nodejs/node/pull/59698)
|
|
97
|
+
* \[[`356bdae408`](https://github.com/nodejs/node/commit/356bdae408)] - **doc**: add some entries to `glossary.md` (Mohataseem Khan) [#59277](https://github.com/nodejs/node/pull/59277)
|
|
98
|
+
* \[[`9632c398de`](https://github.com/nodejs/node/commit/9632c398de)] - **doc**: improve agent.createConnection docs for http and https agents (JaeHo Jang) [#58205](https://github.com/nodejs/node/pull/58205)
|
|
99
|
+
* \[[`f72880dbe3`](https://github.com/nodejs/node/commit/f72880dbe3)] - **doc**: fix pseudo code in modules.md (chirsz) [#57677](https://github.com/nodejs/node/pull/57677)
|
|
100
|
+
* \[[`a9c70cefe8`](https://github.com/nodejs/node/commit/a9c70cefe8)] - **doc**: add missing variable in code snippet (Koushil Mankali) [#55478](https://github.com/nodejs/node/pull/55478)
|
|
101
|
+
* \[[`2892d151d4`](https://github.com/nodejs/node/commit/2892d151d4)] - **doc**: add missing word in `single-executable-applications.md` (Konstantin Tsabolov) [#53864](https://github.com/nodejs/node/pull/53864)
|
|
102
|
+
* \[[`9c99ab6571`](https://github.com/nodejs/node/commit/9c99ab6571)] - **doc**: fix typo in http.md (Michael Solomon) [#59354](https://github.com/nodejs/node/pull/59354)
|
|
103
|
+
* \[[`3446cf375f`](https://github.com/nodejs/node/commit/3446cf375f)] - **doc**: update devcontainer.json and add documentation (Joyee Cheung) [#60472](https://github.com/nodejs/node/pull/60472)
|
|
104
|
+
* \[[`519c537875`](https://github.com/nodejs/node/commit/519c537875)] - **doc**: add haramj as triager (Haram Jeong) [#60348](https://github.com/nodejs/node/pull/60348)
|
|
105
|
+
* \[[`62889d7e99`](https://github.com/nodejs/node/commit/62889d7e99)] - **doc**: clarify require(esm) description (dynst) [#60520](https://github.com/nodejs/node/pull/60520)
|
|
106
|
+
* \[[`0b9ef68705`](https://github.com/nodejs/node/commit/0b9ef68705)] - **doc**: instantiate resolver object (Donghoon Nam) [#60476](https://github.com/nodejs/node/pull/60476)
|
|
107
|
+
* \[[`cd5c1ad29f`](https://github.com/nodejs/node/commit/cd5c1ad29f)] - **doc**: correct module loading descriptions (Joyee Cheung) [#60346](https://github.com/nodejs/node/pull/60346)
|
|
108
|
+
* \[[`74719dad7a`](https://github.com/nodejs/node/commit/74719dad7a)] - **doc**: clarify Linux runtime requirements for >=25 (Joyee Cheung) [#60484](https://github.com/nodejs/node/pull/60484)
|
|
109
|
+
* \[[`ca39540785`](https://github.com/nodejs/node/commit/ca39540785)] - **doc**: clarify --use-system-ca support status (Joyee Cheung) [#60340](https://github.com/nodejs/node/pull/60340)
|
|
110
|
+
* \[[`dbf204c714`](https://github.com/nodejs/node/commit/dbf204c714)] - **doc,crypto**: link keygen to supported types (Filip Skokan) [#60585](https://github.com/nodejs/node/pull/60585)
|
|
111
|
+
* \[[`3bcf86d56d`](https://github.com/nodejs/node/commit/3bcf86d56d)] - **esm**: use sync loading/resolving on non-loader-hook thread (Joyee Cheung) [#60380](https://github.com/nodejs/node/pull/60380)
|
|
112
|
+
* \[[`69b3d2c845`](https://github.com/nodejs/node/commit/69b3d2c845)] - **http**: replace startsWith with strict equality (btea) [#59394](https://github.com/nodejs/node/pull/59394)
|
|
113
|
+
* \[[`a38e2f5975`](https://github.com/nodejs/node/commit/a38e2f5975)] - **http2**: add diagnostics channels for client stream request body (Darshan Sen) [#60480](https://github.com/nodejs/node/pull/60480)
|
|
114
|
+
* \[[`c047e73a00`](https://github.com/nodejs/node/commit/c047e73a00)] - **inspector**: inspect HTTP response body (Chengzhong Wu) [#60572](https://github.com/nodejs/node/pull/60572)
|
|
115
|
+
* \[[`d2087bae92`](https://github.com/nodejs/node/commit/d2087bae92)] - **inspector**: support inspecting HTTP/2 request and response bodies (Darshan Sen) [#60483](https://github.com/nodejs/node/pull/60483)
|
|
116
|
+
* \[[`003121c475`](https://github.com/nodejs/node/commit/003121c475)] - **inspector**: fix crash when receiving non json message (Shima Ryuhei) [#60388](https://github.com/nodejs/node/pull/60388)
|
|
117
|
+
* \[[`a37c01e6a1`](https://github.com/nodejs/node/commit/a37c01e6a1)] - **(SEMVER-MINOR)** **lib**: add options to util.deprecate (Rafael Gonzaga) [#59982](https://github.com/nodejs/node/pull/59982)
|
|
118
|
+
* \[[`219d2e978d`](https://github.com/nodejs/node/commit/219d2e978d)] - **lib**: replace global SharedArrayBuffer constructor with bound method (Renegade334) [#60497](https://github.com/nodejs/node/pull/60497)
|
|
119
|
+
* \[[`4fbb1ab101`](https://github.com/nodejs/node/commit/4fbb1ab101)] - **lib**: throw from localStorage getter on missing storage path (René) [#60351](https://github.com/nodejs/node/pull/60351)
|
|
120
|
+
* \[[`ca8934f44d`](https://github.com/nodejs/node/commit/ca8934f44d)] - **meta**: bump cachix/install-nix-action from 31.6.1 to 31.8.2 (dependabot\[bot]) [#60534](https://github.com/nodejs/node/pull/60534)
|
|
121
|
+
* \[[`166490230a`](https://github.com/nodejs/node/commit/166490230a)] - **meta**: bump github/codeql-action from 3.30.5 to 4.31.2 (dependabot\[bot]) [#60533](https://github.com/nodejs/node/pull/60533)
|
|
122
|
+
* \[[`b722236a12`](https://github.com/nodejs/node/commit/b722236a12)] - **meta**: bump actions/download-artifact from 5.0.0 to 6.0.0 (dependabot\[bot]) [#60532](https://github.com/nodejs/node/pull/60532)
|
|
123
|
+
* \[[`3314b0bc60`](https://github.com/nodejs/node/commit/3314b0bc60)] - **meta**: bump actions/upload-artifact from 4.6.2 to 5.0.0 (dependabot\[bot]) [#60531](https://github.com/nodejs/node/pull/60531)
|
|
124
|
+
* \[[`d1d9891feb`](https://github.com/nodejs/node/commit/d1d9891feb)] - **meta**: bump actions/github-script from 7.0.1 to 8.0.0 (dependabot\[bot]) [#60530](https://github.com/nodejs/node/pull/60530)
|
|
125
|
+
* \[[`995596a34f`](https://github.com/nodejs/node/commit/995596a34f)] - **meta**: bump actions/setup-node from 5.0.0 to 6.0.0 (dependabot\[bot]) [#60529](https://github.com/nodejs/node/pull/60529)
|
|
126
|
+
* \[[`b60157a0fe`](https://github.com/nodejs/node/commit/b60157a0fe)] - **meta**: bump actions/stale from 10.0.0 to 10.1.0 (dependabot\[bot]) [#60528](https://github.com/nodejs/node/pull/60528)
|
|
127
|
+
* \[[`07fa6c9081`](https://github.com/nodejs/node/commit/07fa6c9081)] - **meta**: call `create-release-post.yml` post release (Aviv Keller) [#60366](https://github.com/nodejs/node/pull/60366)
|
|
128
|
+
* \[[`727560a96d`](https://github.com/nodejs/node/commit/727560a96d)] - **(SEMVER-MINOR)** **module**: mark type stripping as stable (Marco Ippolito) [#60600](https://github.com/nodejs/node/pull/60600)
|
|
129
|
+
* \[[`506b79e888`](https://github.com/nodejs/node/commit/506b79e888)] - **(SEMVER-MINOR)** **net**: increase network family autoselection timeout to 500ms (Rod Vagg) [#60334](https://github.com/nodejs/node/pull/60334)
|
|
130
|
+
* \[[`166c72ec02`](https://github.com/nodejs/node/commit/166c72ec02)] - **(SEMVER-MINOR)** **node-api**: add napi\_create\_object\_with\_properties (Miguel Marcondes Filho) [#59953](https://github.com/nodejs/node/pull/59953)
|
|
131
|
+
* \[[`6ab83cf979`](https://github.com/nodejs/node/commit/6ab83cf979)] - **node-api**: use local files for instanceof test (Vladimir Morozov) [#60190](https://github.com/nodejs/node/pull/60190)
|
|
132
|
+
* \[[`3671851879`](https://github.com/nodejs/node/commit/3671851879)] - **perf\_hooks**: move non-standard performance properties to perf\_hooks (Chengzhong Wu) [#60370](https://github.com/nodejs/node/pull/60370)
|
|
133
|
+
* \[[`6ddee4a7ed`](https://github.com/nodejs/node/commit/6ddee4a7ed)] - **repl**: fix pasting after moving the cursor to the left (Ruben Bridgewater) [#60470](https://github.com/nodejs/node/pull/60470)
|
|
134
|
+
* \[[`edc3033905`](https://github.com/nodejs/node/commit/edc3033905)] - **sqlite,doc**: fix StatementSync section (Edy Silva) [#60474](https://github.com/nodejs/node/pull/60474)
|
|
135
|
+
* \[[`e9b68e60d4`](https://github.com/nodejs/node/commit/e9b68e60d4)] - **src**: move import.meta initializer to native land (Joyee Cheung) [#60603](https://github.com/nodejs/node/pull/60603)
|
|
136
|
+
* \[[`0ebf839a4f`](https://github.com/nodejs/node/commit/0ebf839a4f)] - **src**: use CP\_UTF8 for wide file names on win32 (Fedor Indutny) [#60575](https://github.com/nodejs/node/pull/60575)
|
|
137
|
+
* \[[`a31ad37714`](https://github.com/nodejs/node/commit/a31ad37714)] - **src**: show original file name in FileHandle GC close errors (Anna Henningsen) [#60593](https://github.com/nodejs/node/pull/60593)
|
|
138
|
+
* \[[`a6c221324b`](https://github.com/nodejs/node/commit/a6c221324b)] - **src**: avoid C strings in more C++ exception throws (Anna Henningsen) [#60592](https://github.com/nodejs/node/pull/60592)
|
|
139
|
+
* \[[`fdff838ce3`](https://github.com/nodejs/node/commit/fdff838ce3)] - **src**: add internal binding for constructing SharedArrayBuffers (Renegade334) [#60497](https://github.com/nodejs/node/pull/60497)
|
|
140
|
+
* \[[`4385b0b65f`](https://github.com/nodejs/node/commit/4385b0b65f)] - **src**: move `napi_addon_register_func` to `node_api_types.h` (Anna Henningsen) [#60512](https://github.com/nodejs/node/pull/60512)
|
|
141
|
+
* \[[`de78da7887`](https://github.com/nodejs/node/commit/de78da7887)] - **src**: move Node-API version detection to where it is used (Anna Henningsen) [#60512](https://github.com/nodejs/node/pull/60512)
|
|
142
|
+
* \[[`b606d46c3f`](https://github.com/nodejs/node/commit/b606d46c3f)] - **src**: remove unconditional NAPI\_EXPERIMENTAL in node.h (Chengzhong Wu) [#60345](https://github.com/nodejs/node/pull/60345)
|
|
143
|
+
* \[[`5941341889`](https://github.com/nodejs/node/commit/5941341889)] - **src**: clean up generic counter implementation (Anna Henningsen) [#60447](https://github.com/nodejs/node/pull/60447)
|
|
144
|
+
* \[[`7015f30e62`](https://github.com/nodejs/node/commit/7015f30e62)] - **src**: add enum handle for ToStringHelper + formatting (Burkov Egor) [#56829](https://github.com/nodejs/node/pull/56829)
|
|
145
|
+
* \[[`39dfcbad6e`](https://github.com/nodejs/node/commit/39dfcbad6e)] - **stream**: don't try to read more if reading (Robert Nagy) [#60454](https://github.com/nodejs/node/pull/60454)
|
|
146
|
+
* \[[`ee333c9177`](https://github.com/nodejs/node/commit/ee333c9177)] - **test**: deflake test-perf-hooks-timerify-histogram-sync (Joyee Cheung) [#60639](https://github.com/nodejs/node/pull/60639)
|
|
147
|
+
* \[[`f0d81c91e7`](https://github.com/nodejs/node/commit/f0d81c91e7)] - **test**: apply a delay to `watch-mode-kill-signal` tests (Joyee Cheung) [#60610](https://github.com/nodejs/node/pull/60610)
|
|
148
|
+
* \[[`68791e2ccc`](https://github.com/nodejs/node/commit/68791e2ccc)] - **test**: async iife in repl (Tony Gorez) [#44878](https://github.com/nodejs/node/pull/44878)
|
|
149
|
+
* \[[`c4eb9c3383`](https://github.com/nodejs/node/commit/c4eb9c3383)] - **test**: parallelize sea tests when there's enough disk space (Joyee Cheung) [#60604](https://github.com/nodejs/node/pull/60604)
|
|
150
|
+
* \[[`be8c4172d9`](https://github.com/nodejs/node/commit/be8c4172d9)] - **test**: only show overridden env in child process failures (Joyee Cheung) [#60556](https://github.com/nodejs/node/pull/60556)
|
|
151
|
+
* \[[`8cae858f88`](https://github.com/nodejs/node/commit/8cae858f88)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60498](https://github.com/nodejs/node/pull/60498)
|
|
152
|
+
* \[[`759d69331e`](https://github.com/nodejs/node/commit/759d69331e)] - **test**: ensure assertions are reachable in `test/es-module` (Antoine du Hamel) [#60501](https://github.com/nodejs/node/pull/60501)
|
|
153
|
+
* \[[`6aaf18c333`](https://github.com/nodejs/node/commit/6aaf18c333)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60485](https://github.com/nodejs/node/pull/60485)
|
|
154
|
+
* \[[`bc41acf087`](https://github.com/nodejs/node/commit/bc41acf087)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60500](https://github.com/nodejs/node/pull/60500)
|
|
155
|
+
* \[[`22fd621daf`](https://github.com/nodejs/node/commit/22fd621daf)] - **test**: split test-perf-hooks-timerify (Joyee Cheung) [#60568](https://github.com/nodejs/node/pull/60568)
|
|
156
|
+
* \[[`5efe4f722e`](https://github.com/nodejs/node/commit/5efe4f722e)] - **test**: add more logs to test-esm-loader-hooks-inspect-wait (Joyee Cheung) [#60466](https://github.com/nodejs/node/pull/60466)
|
|
157
|
+
* \[[`2a57268f34`](https://github.com/nodejs/node/commit/2a57268f34)] - **test**: mark stringbytes-external-exceed-max tests as flaky on AIX (Joyee Cheung) [#60565](https://github.com/nodejs/node/pull/60565)
|
|
158
|
+
* \[[`2c199f7f61`](https://github.com/nodejs/node/commit/2c199f7f61)] - **test**: split test-esm-wasm.js (Joyee Cheung) [#60491](https://github.com/nodejs/node/pull/60491)
|
|
159
|
+
* \[[`bc8f7db5bb`](https://github.com/nodejs/node/commit/bc8f7db5bb)] - **test**: correct conditional secure heap flags test (Shelley Vohr) [#60385](https://github.com/nodejs/node/pull/60385)
|
|
160
|
+
* \[[`3bf42a5dd3`](https://github.com/nodejs/node/commit/3bf42a5dd3)] - **test**: spin longer on flaky platforms for test-worker-prof (Joyee Cheung) [#60492](https://github.com/nodejs/node/pull/60492)
|
|
161
|
+
* \[[`eca6227e7e`](https://github.com/nodejs/node/commit/eca6227e7e)] - **test**: ensure assertions are reachable in `test/internet` (Antoine du Hamel) [#60513](https://github.com/nodejs/node/pull/60513)
|
|
162
|
+
* \[[`313983453b`](https://github.com/nodejs/node/commit/313983453b)] - **test**: fix flaky test-watch-mode-kill-signal-\* (Joyee Cheung) [#60443](https://github.com/nodejs/node/pull/60443)
|
|
163
|
+
* \[[`ccc26377b5`](https://github.com/nodejs/node/commit/ccc26377b5)] - **test**: capture stack trace in debugger timeout errors (Joyee Cheung) [#60457](https://github.com/nodejs/node/pull/60457)
|
|
164
|
+
* \[[`12e9213a24`](https://github.com/nodejs/node/commit/12e9213a24)] - **test**: ensure assertions are reachable in `test/sequential` (Antoine du Hamel) [#60412](https://github.com/nodejs/node/pull/60412)
|
|
165
|
+
* \[[`781a2661de`](https://github.com/nodejs/node/commit/781a2661de)] - **test**: ensure assertions are reachable in more folders (Antoine du Hamel) [#60411](https://github.com/nodejs/node/pull/60411)
|
|
166
|
+
* \[[`1e979e6eb7`](https://github.com/nodejs/node/commit/1e979e6eb7)] - **test**: split test-runner-watch-mode (Joyee Cheung) [#60391](https://github.com/nodejs/node/pull/60391)
|
|
167
|
+
* \[[`8c31cbb99b`](https://github.com/nodejs/node/commit/8c31cbb99b)] - **test**: move test-runner-watch-mode helper into common (Joyee Cheung) [#60391](https://github.com/nodejs/node/pull/60391)
|
|
168
|
+
* \[[`c94c6555cc`](https://github.com/nodejs/node/commit/c94c6555cc)] - **test,crypto**: handle a few more BoringSSL tests (Shelley Vohr) [#59030](https://github.com/nodejs/node/pull/59030)
|
|
169
|
+
* \[[`fd63c27444`](https://github.com/nodejs/node/commit/fd63c27444)] - **test,crypto**: update x448 and ed448 expectation when on boringssl (Shelley Vohr) [#60387](https://github.com/nodejs/node/pull/60387)
|
|
170
|
+
* \[[`bf0de92446`](https://github.com/nodejs/node/commit/bf0de92446)] - **tls**: fix leak on invalid protocol method (Shelley Vohr) [#60427](https://github.com/nodejs/node/pull/60427)
|
|
171
|
+
* \[[`7e8373b378`](https://github.com/nodejs/node/commit/7e8373b378)] - **tools**: replace invalid expression in dependabot config (Riddhi) [#60649](https://github.com/nodejs/node/pull/60649)
|
|
172
|
+
* \[[`ac08760547`](https://github.com/nodejs/node/commit/ac08760547)] - **tools**: extract Nix dependency lists to separate files (Antoine du Hamel) [#60495](https://github.com/nodejs/node/pull/60495)
|
|
173
|
+
* \[[`ae91a6cc3a`](https://github.com/nodejs/node/commit/ae91a6cc3a)] - **tools**: only add test reporter args when node:test is used (Joyee Cheung) [#60551](https://github.com/nodejs/node/pull/60551)
|
|
174
|
+
* \[[`97ed560222`](https://github.com/nodejs/node/commit/97ed560222)] - **tools**: skip unaffected GHA jobs for changes in `test/internet` (Antoine du Hamel) [#60517](https://github.com/nodejs/node/pull/60517)
|
|
175
|
+
* \[[`44ca97b404`](https://github.com/nodejs/node/commit/44ca97b404)] - **tools**: fix update-icu script (Michaël Zasso) [#60521](https://github.com/nodejs/node/pull/60521)
|
|
176
|
+
* \[[`07b0b5a5ba`](https://github.com/nodejs/node/commit/07b0b5a5ba)] - **tools**: fix linter for semver-major release proposals (Antoine du Hamel) [#60481](https://github.com/nodejs/node/pull/60481)
|
|
177
|
+
* \[[`97d74224c3`](https://github.com/nodejs/node/commit/97d74224c3)] - **tools**: fix failing release-proposal linter for LTS transitions (Antoine du Hamel) [#60465](https://github.com/nodejs/node/pull/60465)
|
|
178
|
+
* \[[`019af5bc27`](https://github.com/nodejs/node/commit/019af5bc27)] - **tools**: skip running test-shared on deps changes (Antoine du Hamel) [#60433](https://github.com/nodejs/node/pull/60433)
|
|
179
|
+
* \[[`3ec9764151`](https://github.com/nodejs/node/commit/3ec9764151)] - **tools**: pin OpenSSL to 3.5.4 on test-shared workflow (Antoine du Hamel) [#60428](https://github.com/nodejs/node/pull/60428)
|
|
180
|
+
* \[[`fe2d6d44d4`](https://github.com/nodejs/node/commit/fe2d6d44d4)] - **tools**: remove undici from daily wpt.fyi job (Filip Skokan) [#60444](https://github.com/nodejs/node/pull/60444)
|
|
181
|
+
* \[[`d09ba98398`](https://github.com/nodejs/node/commit/d09ba98398)] - **tools**: document that nixpkgs updates should not be backported (Antoine du Hamel) [#60431](https://github.com/nodejs/node/pull/60431)
|
|
182
|
+
* \[[`7fc99319e7`](https://github.com/nodejs/node/commit/7fc99319e7)] - **tools**: do not use short hashes for deps versioning to avoid collision (Antoine du Hamel) [#60407](https://github.com/nodejs/node/pull/60407)
|
|
183
|
+
* \[[`815edb0c3a`](https://github.com/nodejs/node/commit/815edb0c3a)] - **tools,doc**: update JavaScript primitive types to match MDN Web Docs (JustApple) [#60581](https://github.com/nodejs/node/pull/60581)
|
|
184
|
+
* \[[`6877139a2d`](https://github.com/nodejs/node/commit/6877139a2d)] - **util**: fix stylize of special properties in inspect (Ge Gao) [#60479](https://github.com/nodejs/node/pull/60479)
|
|
185
|
+
* \[[`399b340022`](https://github.com/nodejs/node/commit/399b340022)] - **(SEMVER-MINOR)** **v8**: adding total\_allocated\_bytes to HeapStatistics (Caio Lima) [#60573](https://github.com/nodejs/node/pull/60573)
|
|
186
|
+
* \[[`d64795b318`](https://github.com/nodejs/node/commit/d64795b318)] - **watch**: fix interaction with multiple env files (Marco Ippolito) [#60605](https://github.com/nodejs/node/pull/60605)
|
|
187
|
+
|
|
44
188
|
<a id="25.1.0"></a>
|
|
45
189
|
|
|
46
190
|
## 2025-10-28, Version 25.1.0 (Current), @aduh95
|
package/README.md
CHANGED
|
@@ -345,6 +345,8 @@ For information about the governance of the Node.js project, see
|
|
|
345
345
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
346
346
|
* [himself65](https://github.com/himself65) -
|
|
347
347
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
348
|
+
* [hybrist](https://github.com/hybrist) -
|
|
349
|
+
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
348
350
|
* [IlyasShabi](https://github.com/IlyasShabi) -
|
|
349
351
|
**Ilyas Shabi** <<ilyasshabi94@gmail.com>> (he/him)
|
|
350
352
|
* [islandryu](https://github.com/islandryu) -
|
|
@@ -357,8 +359,6 @@ For information about the governance of the Node.js project, see
|
|
|
357
359
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
358
360
|
* [jazelly](https://github.com/jazelly) -
|
|
359
361
|
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
360
|
-
* [jkrems](https://github.com/jkrems) -
|
|
361
|
-
**Jan Martin** <<jan.krems@gmail.com>> (he/him)
|
|
362
362
|
* [JonasBa](https://github.com/JonasBa) -
|
|
363
363
|
**Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
|
|
364
364
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
@@ -755,6 +755,8 @@ maintaining the Node.js project.
|
|
|
755
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
756
756
|
* [gurgunday](https://github.com/gurgunday) -
|
|
757
757
|
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
758
|
+
* [haramj](https://github.com/haramj) -
|
|
759
|
+
**Haram Jeong** <<haramj.dev@gmail.com>>
|
|
758
760
|
* [HBSPS](https://github.com/HBSPS) -
|
|
759
761
|
**Wiyeong Seo** <<hbsps.dev@gmail.com>>
|
|
760
762
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -238,7 +238,6 @@
|
|
|
238
238
|
'lib/internal/modules/esm/formats.js',
|
|
239
239
|
'lib/internal/modules/esm/get_format.js',
|
|
240
240
|
'lib/internal/modules/esm/hooks.js',
|
|
241
|
-
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
242
241
|
'lib/internal/modules/esm/load.js',
|
|
243
242
|
'lib/internal/modules/esm/loader.js',
|
|
244
243
|
'lib/internal/modules/esm/module_job.js',
|
|
@@ -5,34 +5,6 @@
|
|
|
5
5
|
#include <stdbool.h> // NOLINT(modernize-deprecated-headers)
|
|
6
6
|
#include <stddef.h> // NOLINT(modernize-deprecated-headers)
|
|
7
7
|
|
|
8
|
-
// Use INT_MAX, this should only be consumed by the pre-processor anyway.
|
|
9
|
-
#define NAPI_VERSION_EXPERIMENTAL 2147483647
|
|
10
|
-
#ifndef NAPI_VERSION
|
|
11
|
-
#ifdef NAPI_EXPERIMENTAL
|
|
12
|
-
#define NAPI_VERSION NAPI_VERSION_EXPERIMENTAL
|
|
13
|
-
#else
|
|
14
|
-
// The baseline version for N-API.
|
|
15
|
-
// The NAPI_VERSION controls which version will be used by default when
|
|
16
|
-
// compilling a native addon. If the addon developer specifically wants to use
|
|
17
|
-
// functions available in a new version of N-API that is not yet ported in all
|
|
18
|
-
// LTS versions, they can set NAPI_VERSION knowing that they have specifically
|
|
19
|
-
// depended on that version.
|
|
20
|
-
#define NAPI_VERSION 8
|
|
21
|
-
#endif
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#if defined(NAPI_EXPERIMENTAL) && \
|
|
25
|
-
!defined(NODE_API_EXPERIMENTAL_NO_WARNING) && \
|
|
26
|
-
!defined(NODE_WANT_INTERNALS)
|
|
27
|
-
#ifdef _MSC_VER
|
|
28
|
-
#pragma message("NAPI_EXPERIMENTAL is enabled. " \
|
|
29
|
-
"Experimental features may be unstable.")
|
|
30
|
-
#else
|
|
31
|
-
#warning "NAPI_EXPERIMENTAL is enabled. " \
|
|
32
|
-
"Experimental features may be unstable."
|
|
33
|
-
#endif
|
|
34
|
-
#endif
|
|
35
|
-
|
|
36
8
|
#include "js_native_api_types.h"
|
|
37
9
|
|
|
38
10
|
// If you need __declspec(dllimport), either include <node_api.h> instead, or
|
|
@@ -78,6 +50,17 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_boolean(napi_env env,
|
|
|
78
50
|
// Methods to create Primitive types/Objects
|
|
79
51
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_object(napi_env env,
|
|
80
52
|
napi_value* result);
|
|
53
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
54
|
+
#define NODE_API_EXPERIMENTAL_HAS_CREATE_OBJECT_WITH_PROPERTIES
|
|
55
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
56
|
+
napi_create_object_with_properties(napi_env env,
|
|
57
|
+
napi_value prototype_or_null,
|
|
58
|
+
napi_value* property_names,
|
|
59
|
+
napi_value* property_values,
|
|
60
|
+
size_t property_count,
|
|
61
|
+
napi_value* result);
|
|
62
|
+
#endif // NAPI_EXPERIMENTAL
|
|
63
|
+
|
|
81
64
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_array(napi_env env,
|
|
82
65
|
napi_value* result);
|
|
83
66
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
#ifndef SRC_JS_NATIVE_API_TYPES_H_
|
|
2
2
|
#define SRC_JS_NATIVE_API_TYPES_H_
|
|
3
3
|
|
|
4
|
+
// Use INT_MAX, this should only be consumed by the pre-processor anyway.
|
|
5
|
+
#define NAPI_VERSION_EXPERIMENTAL 2147483647
|
|
6
|
+
#ifndef NAPI_VERSION
|
|
7
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
8
|
+
#define NAPI_VERSION NAPI_VERSION_EXPERIMENTAL
|
|
9
|
+
#else
|
|
10
|
+
// The baseline version for N-API.
|
|
11
|
+
// The NAPI_VERSION controls which version will be used by default when
|
|
12
|
+
// compilling a native addon. If the addon developer specifically wants to use
|
|
13
|
+
// functions available in a new version of N-API that is not yet ported in all
|
|
14
|
+
// LTS versions, they can set NAPI_VERSION knowing that they have specifically
|
|
15
|
+
// depended on that version.
|
|
16
|
+
#define NAPI_VERSION 8
|
|
17
|
+
#endif
|
|
18
|
+
#endif
|
|
19
|
+
|
|
20
|
+
#if defined(NAPI_EXPERIMENTAL) && \
|
|
21
|
+
!defined(NODE_API_EXPERIMENTAL_NO_WARNING) && \
|
|
22
|
+
!defined(NODE_WANT_INTERNALS)
|
|
23
|
+
#ifdef _MSC_VER
|
|
24
|
+
#pragma message("NAPI_EXPERIMENTAL is enabled. " \
|
|
25
|
+
"Experimental features may be unstable.")
|
|
26
|
+
#else
|
|
27
|
+
#warning "NAPI_EXPERIMENTAL is enabled. " \
|
|
28
|
+
"Experimental features may be unstable."
|
|
29
|
+
#endif
|
|
30
|
+
#endif
|
|
31
|
+
|
|
4
32
|
// This file needs to be compatible with C compilers.
|
|
5
33
|
// This is a public include file, and these includes have essentially
|
|
6
34
|
// became part of it's API.
|
package/include/node/node.h
CHANGED
package/include/node/node_api.h
CHANGED
|
@@ -33,10 +33,6 @@ struct uv_loop_s; // Forward declaration.
|
|
|
33
33
|
#define NAPI_NO_RETURN
|
|
34
34
|
#endif
|
|
35
35
|
|
|
36
|
-
typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
|
|
37
|
-
napi_value exports);
|
|
38
|
-
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
|
|
39
|
-
|
|
40
36
|
// Used by deprecated registration method napi_module_register.
|
|
41
37
|
typedef struct napi_module {
|
|
42
38
|
int nm_version;
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#include "js_native_api_types.h"
|
|
5
5
|
|
|
6
|
+
typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
|
|
7
|
+
napi_value exports);
|
|
8
|
+
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
|
|
9
|
+
|
|
6
10
|
typedef struct napi_callback_scope__* napi_callback_scope;
|
|
7
11
|
typedef struct napi_async_context__* napi_async_context;
|
|
8
12
|
typedef struct napi_async_work__* napi_async_work;
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 25
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 2
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -154,6 +154,13 @@ class V8_EXPORT HeapStatistics {
|
|
|
154
154
|
size_t number_of_native_contexts() { return number_of_native_contexts_; }
|
|
155
155
|
size_t number_of_detached_contexts() { return number_of_detached_contexts_; }
|
|
156
156
|
|
|
157
|
+
/**
|
|
158
|
+
* Returns the total number of bytes allocated since the Isolate was created.
|
|
159
|
+
* This includes all heap objects allocated in any space (new, old, code,
|
|
160
|
+
* etc.).
|
|
161
|
+
*/
|
|
162
|
+
uint64_t total_allocated_bytes() { return total_allocated_bytes_; }
|
|
163
|
+
|
|
157
164
|
/**
|
|
158
165
|
* Returns a 0/1 boolean, which signifies whether the V8 overwrite heap
|
|
159
166
|
* garbage with a bit pattern.
|
|
@@ -175,6 +182,7 @@ class V8_EXPORT HeapStatistics {
|
|
|
175
182
|
size_t number_of_detached_contexts_;
|
|
176
183
|
size_t total_global_handles_size_;
|
|
177
184
|
size_t used_global_handles_size_;
|
|
185
|
+
uint64_t total_allocated_bytes_;
|
|
178
186
|
|
|
179
187
|
friend class V8;
|
|
180
188
|
friend class Isolate;
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -207,8 +207,8 @@ Enable experimental support for the EventSource Web API.
|
|
|
207
207
|
.It Fl -no-experimental-websocket
|
|
208
208
|
Disable experimental support for the WebSocket API.
|
|
209
209
|
.
|
|
210
|
-
.It Fl -no-webstorage
|
|
211
|
-
Disable
|
|
210
|
+
.It Fl -no-experimental-webstorage
|
|
211
|
+
Disable experimental support for the Web Storage API.
|
|
212
212
|
.
|
|
213
213
|
.It Fl -no-experimental-repl-await
|
|
214
214
|
Disable top-level await keyword support in REPL.
|
|
@@ -216,8 +216,8 @@ Disable top-level await keyword support in REPL.
|
|
|
216
216
|
.It Fl -no-experimental-sqlite
|
|
217
217
|
Disable the experimental node:sqlite module.
|
|
218
218
|
.
|
|
219
|
-
.It Fl -no-
|
|
220
|
-
Disable
|
|
219
|
+
.It Fl -no-strip-types
|
|
220
|
+
Disable type-stripping for TypeScript files.
|
|
221
221
|
.
|
|
222
222
|
.It Fl -experimental-vm-modules
|
|
223
223
|
Enable experimental ES module support in VM module.
|