node-linux-arm64 24.10.0 → 24.11.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 +130 -0
- package/README.md +2 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +3 -3
- package/include/node/config.gypi +1 -0
- package/include/node/node.h +8 -0
- package/include/node/node_version.h +4 -4
- package/package.json +5 -1
- package/share/man/man1/node.1 +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<table>
|
|
6
6
|
<tr>
|
|
7
|
+
<th>LTS 'Krypton'</th>
|
|
7
8
|
<th>Current</th>
|
|
8
9
|
</tr>
|
|
9
10
|
<tr>
|
|
10
11
|
<td>
|
|
12
|
+
<a href="#24.11.1">24.11.1</a><br/>
|
|
13
|
+
<a href="#24.11.0">24.11.0</a><br/>
|
|
14
|
+
</td>
|
|
15
|
+
<td>
|
|
11
16
|
<a href="#24.10.0">24.10.0</a><br/>
|
|
12
17
|
<a href="#24.9.0">24.9.0</a><br/>
|
|
13
18
|
<a href="#24.8.0">24.8.0</a><br/>
|
|
@@ -52,6 +57,131 @@
|
|
|
52
57
|
* [io.js](CHANGELOG_IOJS.md)
|
|
53
58
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
54
59
|
|
|
60
|
+
<a id="24.11.1"></a>
|
|
61
|
+
|
|
62
|
+
## 2025-11-11, Version 24.11.1 'Krypton' (LTS), @aduh95
|
|
63
|
+
|
|
64
|
+
### Notable Changes
|
|
65
|
+
|
|
66
|
+
The known issue relating to `Buffer.allocUnsafe` incorrectly zero-filling buffers
|
|
67
|
+
has now been addressed and now returns uninitialized memory as documented in the
|
|
68
|
+
[`Buffer.allocUnsafe`](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize)
|
|
69
|
+
documentation.
|
|
70
|
+
|
|
71
|
+
### Commits
|
|
72
|
+
|
|
73
|
+
* \[[`0a15ccf3f4`](https://github.com/nodejs/node/commit/0a15ccf3f4)] - **benchmark**: improve cpu.sh for safety and usability (Nam Yooseong) [#60162](https://github.com/nodejs/node/pull/60162)
|
|
74
|
+
* \[[`a1c7d1dac9`](https://github.com/nodejs/node/commit/a1c7d1dac9)] - **benchmark**: add benchmark for leaf source text modules (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
75
|
+
* \[[`99e2acf46b`](https://github.com/nodejs/node/commit/99e2acf46b)] - **benchmark**: add vm.SourceTextModule benchmark (Joyee Cheung) [#59396](https://github.com/nodejs/node/pull/59396)
|
|
76
|
+
* \[[`c01c72b407`](https://github.com/nodejs/node/commit/c01c72b407)] - **benchmark**: use non-deprecated WriteUtf8V2 method (Michaël Zasso) [#60173](https://github.com/nodejs/node/pull/60173)
|
|
77
|
+
* \[[`a42dbd138e`](https://github.com/nodejs/node/commit/a42dbd138e)] - **build**: ibmi follow aix visibility (SRAVANI GUNDEPALLI) [#60360](https://github.com/nodejs/node/pull/60360)
|
|
78
|
+
* \[[`5673a54a5d`](https://github.com/nodejs/node/commit/5673a54a5d)] - **build**: use call command when calling python configure (Jacob Nichols) [#60098](https://github.com/nodejs/node/pull/60098)
|
|
79
|
+
* \[[`c67cb727cb`](https://github.com/nodejs/node/commit/c67cb727cb)] - **build**: build v8 with -fvisibility=hidden -fvisibility-inlines-hidden (Joyee Cheung) [#56290](https://github.com/nodejs/node/pull/56290)
|
|
80
|
+
* \[[`b03f7b93b1`](https://github.com/nodejs/node/commit/b03f7b93b1)] - **build**: remove V8\_COMPRESS\_POINTERS\_IN\_ISOLATE\_CAGE defs (Joyee Cheung) [#60296](https://github.com/nodejs/node/pull/60296)
|
|
81
|
+
* \[[`2505568531`](https://github.com/nodejs/node/commit/2505568531)] - **build, src**: fix include paths for vtune files (Rahul) [#59999](https://github.com/nodejs/node/pull/59999)
|
|
82
|
+
* \[[`95330b036f`](https://github.com/nodejs/node/commit/95330b036f)] - **crypto**: update root certificates to NSS 3.116 (Node.js GitHub Bot) [#59956](https://github.com/nodejs/node/pull/59956)
|
|
83
|
+
* \[[`c221d892ef`](https://github.com/nodejs/node/commit/c221d892ef)] - **deps**: update corepack to 0.34.2 (Node.js GitHub Bot) [#60550](https://github.com/nodejs/node/pull/60550)
|
|
84
|
+
* \[[`bc00aa4c77`](https://github.com/nodejs/node/commit/bc00aa4c77)] - **deps**: update simdjson to 4.0.7 (Node.js GitHub Bot) [#59883](https://github.com/nodejs/node/pull/59883)
|
|
85
|
+
* \[[`d03b89ec53`](https://github.com/nodejs/node/commit/d03b89ec53)] - **deps**: update corepack to 0.34.1 (Node.js GitHub Bot) [#60314](https://github.com/nodejs/node/pull/60314)
|
|
86
|
+
* \[[`b7882090de`](https://github.com/nodejs/node/commit/b7882090de)] - **deps**: update inspector\_protocol to af7f5a8173fdbc29f0835ec94395932e328b (Node.js GitHub Bot) [#60312](https://github.com/nodejs/node/pull/60312)
|
|
87
|
+
* \[[`7007f9dd65`](https://github.com/nodejs/node/commit/7007f9dd65)] - **deps**: update googletest to 279f847 (Node.js GitHub Bot) [#60219](https://github.com/nodejs/node/pull/60219)
|
|
88
|
+
* \[[`a56aa9ffa8`](https://github.com/nodejs/node/commit/a56aa9ffa8)] - **deps**: upgrade npm to 11.6.2 (npm team) [#60168](https://github.com/nodejs/node/pull/60168)
|
|
89
|
+
* \[[`0bf8952721`](https://github.com/nodejs/node/commit/0bf8952721)] - **doc**: mention more codemods in `deprecations.md` (Augustin Mauroy) [#60243](https://github.com/nodejs/node/pull/60243)
|
|
90
|
+
* \[[`2473ca77f6`](https://github.com/nodejs/node/commit/2473ca77f6)] - **doc**: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny() (Jimmy Leung) [#58899](https://github.com/nodejs/node/pull/58899)
|
|
91
|
+
* \[[`39ddd8522e`](https://github.com/nodejs/node/commit/39ddd8522e)] - **doc**: use `any` for `worker_threads.Worker` 'error' event argument `err` (Jonas Geiler) [#60300](https://github.com/nodejs/node/pull/60300)
|
|
92
|
+
* \[[`eaa825fd97`](https://github.com/nodejs/node/commit/eaa825fd97)] - **doc**: update decorator documentation to reflect actual policy (Muhammad Salman Aziz) [#60288](https://github.com/nodejs/node/pull/60288)
|
|
93
|
+
* \[[`a744e42282`](https://github.com/nodejs/node/commit/a744e42282)] - **doc**: document wildcard supported by tools/test.py (Joyee Cheung) [#60265](https://github.com/nodejs/node/pull/60265)
|
|
94
|
+
* \[[`ec0d5beb09`](https://github.com/nodejs/node/commit/ec0d5beb09)] - **doc**: add --heap-snapshot-on-oom to useful v8 flag (jakecastelli) [#60260](https://github.com/nodejs/node/pull/60260)
|
|
95
|
+
* \[[`13da0df12a`](https://github.com/nodejs/node/commit/13da0df12a)] - **doc**: fix `blob.bytes()` heading level (XTY) [#60252](https://github.com/nodejs/node/pull/60252)
|
|
96
|
+
* \[[`8e771632b7`](https://github.com/nodejs/node/commit/8e771632b7)] - **doc**: fix not working code example in vm docs (Artur Gawlik) [#60224](https://github.com/nodejs/node/pull/60224)
|
|
97
|
+
* \[[`70c2080bff`](https://github.com/nodejs/node/commit/70c2080bff)] - **doc**: improve code snippet alternative of url.parse() using WHATWG URL (Steven) [#60209](https://github.com/nodejs/node/pull/60209)
|
|
98
|
+
* \[[`beadcf176e`](https://github.com/nodejs/node/commit/beadcf176e)] - **doc**: `createSQLTagStore` -> `createTagStore` (Aviv Keller) [#60182](https://github.com/nodejs/node/pull/60182)
|
|
99
|
+
* \[[`b0da3b9c6a`](https://github.com/nodejs/node/commit/b0da3b9c6a)] - **doc**: use markdown when branch-diff major release (Rafael Gonzaga) [#60179](https://github.com/nodejs/node/pull/60179)
|
|
100
|
+
* \[[`688115aa6b`](https://github.com/nodejs/node/commit/688115aa6b)] - **doc**: update teams in collaborator-guide.md and add links (Bart Louwers) [#60065](https://github.com/nodejs/node/pull/60065)
|
|
101
|
+
* \[[`923082a064`](https://github.com/nodejs/node/commit/923082a064)] - **doc**: disambiguate top-level `worker_threads` module exports (René) [#59890](https://github.com/nodejs/node/pull/59890)
|
|
102
|
+
* \[[`7be4330870`](https://github.com/nodejs/node/commit/7be4330870)] - **doc**: add known issue to v24.11.0 release notes (Richard Lau) [#60467](https://github.com/nodejs/node/pull/60467)
|
|
103
|
+
* \[[`4d8f62aeaf`](https://github.com/nodejs/node/commit/4d8f62aeaf)] - **doc, module**: change async customization hooks to experimental (Gerhard Stöbich) [#60302](https://github.com/nodejs/node/pull/60302)
|
|
104
|
+
* \[[`d86a118bbd`](https://github.com/nodejs/node/commit/d86a118bbd)] - **http**: lazy allocate cookies array (Robert Nagy) [#59734](https://github.com/nodejs/node/pull/59734)
|
|
105
|
+
* \[[`8c256d4139`](https://github.com/nodejs/node/commit/8c256d4139)] - **http**: fix http client leaky with double response (theanarkh) [#60062](https://github.com/nodejs/node/pull/60062)
|
|
106
|
+
* \[[`265e9d59fa`](https://github.com/nodejs/node/commit/265e9d59fa)] - **http2**: rename variable to additionalPseudoHeaders (Tobias Nießen) [#60208](https://github.com/nodejs/node/pull/60208)
|
|
107
|
+
* \[[`65bec037e2`](https://github.com/nodejs/node/commit/65bec037e2)] - **http2**: do not crash on mismatched ping buffer length (René) [#60135](https://github.com/nodejs/node/pull/60135)
|
|
108
|
+
* \[[`9b83ef53b7`](https://github.com/nodejs/node/commit/9b83ef53b7)] - **inspector**: add network payload buffer size limits (Chengzhong Wu) [#60236](https://github.com/nodejs/node/pull/60236)
|
|
109
|
+
* \[[`03ac05c458`](https://github.com/nodejs/node/commit/03ac05c458)] - **inspector**: support handshake response for websocket inspection (Shima Ryuhei) [#60225](https://github.com/nodejs/node/pull/60225)
|
|
110
|
+
* \[[`aa04f06190`](https://github.com/nodejs/node/commit/aa04f06190)] - **lib**: fix typo in createBlobReaderStream (SeokHun) [#60132](https://github.com/nodejs/node/pull/60132)
|
|
111
|
+
* \[[`5aea1a429e`](https://github.com/nodejs/node/commit/5aea1a429e)] - **lib**: fix constructor in \_errnoException stack tree (SeokHun) [#60156](https://github.com/nodejs/node/pull/60156)
|
|
112
|
+
* \[[`4f7745acc7`](https://github.com/nodejs/node/commit/4f7745acc7)] - **lib**: fix typo in QuicSessionStats (SeokHun) [#60155](https://github.com/nodejs/node/pull/60155)
|
|
113
|
+
* \[[`f8725861ea`](https://github.com/nodejs/node/commit/f8725861ea)] - **lib**: remove redundant destroyHook checks (Gürgün Dayıoğlu) [#60120](https://github.com/nodejs/node/pull/60120)
|
|
114
|
+
* \[[`696c20bf3f`](https://github.com/nodejs/node/commit/696c20bf3f)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#60325](https://github.com/nodejs/node/pull/60325)
|
|
115
|
+
* \[[`90434ff99a`](https://github.com/nodejs/node/commit/90434ff99a)] - **meta**: loop userland-migrations in deprecations (Chengzhong Wu) [#60299](https://github.com/nodejs/node/pull/60299)
|
|
116
|
+
* \[[`ffbc0ae60a`](https://github.com/nodejs/node/commit/ffbc0ae60a)] - **module**: refactor and clarify async loader hook customizations (Joyee Cheung) [#60278](https://github.com/nodejs/node/pull/60278)
|
|
117
|
+
* \[[`6ed6062f7d`](https://github.com/nodejs/node/commit/6ed6062f7d)] - **module**: handle null source from async loader hooks in sync hooks (Joyee Cheung) [#59929](https://github.com/nodejs/node/pull/59929)
|
|
118
|
+
* \[[`a2871baed2`](https://github.com/nodejs/node/commit/a2871baed2)] - **msi**: fix WiX warnings (Stefan Stojanovic) [#60251](https://github.com/nodejs/node/pull/60251)
|
|
119
|
+
* \[[`6199541d67`](https://github.com/nodejs/node/commit/6199541d67)] - **src**: fix timing of snapshot serialize callback (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
120
|
+
* \[[`13b687959a`](https://github.com/nodejs/node/commit/13b687959a)] - **src**: add COUNT\_GENERIC\_USAGE utility for tests (Joyee Cheung) [#60434](https://github.com/nodejs/node/pull/60434)
|
|
121
|
+
* \[[`a587623b4f`](https://github.com/nodejs/node/commit/a587623b4f)] - **src**: conditionally disable source phase imports by default (Shelley Vohr) [#60364](https://github.com/nodejs/node/pull/60364)
|
|
122
|
+
* \[[`e483267995`](https://github.com/nodejs/node/commit/e483267995)] - **src**: use cached primordials\_string (Sohyeon Kim) [#60255](https://github.com/nodejs/node/pull/60255)
|
|
123
|
+
* \[[`4c9a64fbaf`](https://github.com/nodejs/node/commit/4c9a64fbaf)] - **src**: replace Environment::GetCurrent with args.GetIsolate (Sohyeon Kim) [#60256](https://github.com/nodejs/node/pull/60256)
|
|
124
|
+
* \[[`eb8a0493d1`](https://github.com/nodejs/node/commit/eb8a0493d1)] - **src**: initial enablement of IsolateGroups (James M Snell) [#60254](https://github.com/nodejs/node/pull/60254)
|
|
125
|
+
* \[[`463c6450cf`](https://github.com/nodejs/node/commit/463c6450cf)] - **src**: use `Utf8Value` and `TwoByteValue` instead of V8 helpers (Anna Henningsen) [#60244](https://github.com/nodejs/node/pull/60244)
|
|
126
|
+
* \[[`b370e02789`](https://github.com/nodejs/node/commit/b370e02789)] - **src**: add a default branch for module phase (Chengzhong Wu) [#60261](https://github.com/nodejs/node/pull/60261)
|
|
127
|
+
* \[[`4e1c5c5601`](https://github.com/nodejs/node/commit/4e1c5c5601)] - **src**: make additional cleanups in node locks impl (James M Snell) [#60061](https://github.com/nodejs/node/pull/60061)
|
|
128
|
+
* \[[`f00d4c10fc`](https://github.com/nodejs/node/commit/f00d4c10fc)] - **src**: update locks to use DictionaryTemplate (James M Snell) [#60061](https://github.com/nodejs/node/pull/60061)
|
|
129
|
+
* \[[`1c8716e97c`](https://github.com/nodejs/node/commit/1c8716e97c)] - **test**: increase debugger waitFor timeout on macOS (Chengzhong Wu) [#60367](https://github.com/nodejs/node/pull/60367)
|
|
130
|
+
* \[[`17b4f38e9c`](https://github.com/nodejs/node/commit/17b4f38e9c)] - **test**: put helper in test-runner-output into common (Joyee Cheung) [#60330](https://github.com/nodejs/node/pull/60330)
|
|
131
|
+
* \[[`43b9ea8389`](https://github.com/nodejs/node/commit/43b9ea8389)] - **test**: fix small compile warning in test\_network\_requests\_buffer.cc (xiaocainiao633) [#60281](https://github.com/nodejs/node/pull/60281)
|
|
132
|
+
* \[[`38a62980ad`](https://github.com/nodejs/node/commit/38a62980ad)] - **test**: split test-runner-watch-mode-kill-signal (Joyee Cheung) [#60298](https://github.com/nodejs/node/pull/60298)
|
|
133
|
+
* \[[`34e4c8c84f`](https://github.com/nodejs/node/commit/34e4c8c84f)] - **test**: fix incorrect calculation in test-perf-hooks.js (Joyee Cheung) [#60271](https://github.com/nodejs/node/pull/60271)
|
|
134
|
+
* \[[`4481feb17b`](https://github.com/nodejs/node/commit/4481feb17b)] - **test**: parallelize test-without-async-context-frame correctly (Joyee Cheung) [#60273](https://github.com/nodejs/node/pull/60273)
|
|
135
|
+
* \[[`91ea9b06e0`](https://github.com/nodejs/node/commit/91ea9b06e0)] - **test**: skip sea tests on x64 macOS (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
136
|
+
* \[[`cedba09e60`](https://github.com/nodejs/node/commit/cedba09e60)] - **test**: move sea tests into test/sea (Joyee Cheung) [#60250](https://github.com/nodejs/node/pull/60250)
|
|
137
|
+
* \[[`635af55e12`](https://github.com/nodejs/node/commit/635af55e12)] - _**Revert**_ "**test**: ensure message event fires in worker message port test" (Luigi Pinca) [#60126](https://github.com/nodejs/node/pull/60126)
|
|
138
|
+
* \[[`68f678028e`](https://github.com/nodejs/node/commit/68f678028e)] - **test**: skip tests that cause timeouts on IBM i (SRAVANI GUNDEPALLI) [#60148](https://github.com/nodejs/node/pull/60148)
|
|
139
|
+
* \[[`cc3a70598c`](https://github.com/nodejs/node/commit/cc3a70598c)] - **test**: deflake test-fs-promises-watch-iterator (Luigi Pinca) [#60060](https://github.com/nodejs/node/pull/60060)
|
|
140
|
+
* \[[`3d784dd766`](https://github.com/nodejs/node/commit/3d784dd766)] - **test**: prepare junit file attribute normalization (sangwook) [#59432](https://github.com/nodejs/node/pull/59432)
|
|
141
|
+
* \[[`84974d97ad`](https://github.com/nodejs/node/commit/84974d97ad)] - **test**: skip failing test on macOS 15.7+ (Antoine du Hamel) [#60419](https://github.com/nodejs/node/pull/60419)
|
|
142
|
+
* \[[`fabf8e4975`](https://github.com/nodejs/node/commit/fabf8e4975)] - **test,crypto**: fix conditional SHA3-\* skip on BoringSSL (Filip Skokan) [#60379](https://github.com/nodejs/node/pull/60379)
|
|
143
|
+
* \[[`8faa494bf2`](https://github.com/nodejs/node/commit/8faa494bf2)] - **test,crypto**: sha3 algorithms aren't supported with BoringSSL (Shelley Vohr) [#60374](https://github.com/nodejs/node/pull/60374)
|
|
144
|
+
* \[[`538a00c0f6`](https://github.com/nodejs/node/commit/538a00c0f6)] - **test,doc**: skip --max-old-space-size-percentage on 32-bit platforms (Asaf Federman) [#60144](https://github.com/nodejs/node/pull/60144)
|
|
145
|
+
* \[[`9ac5dbb694`](https://github.com/nodejs/node/commit/9ac5dbb694)] - **test\_runner**: use module.registerHooks in module mocks (Joyee Cheung) [#60326](https://github.com/nodejs/node/pull/60326)
|
|
146
|
+
* \[[`f6ff6e7166`](https://github.com/nodejs/node/commit/f6ff6e7166)] - **test\_runner**: fix suite timeout (Moshe Atlow) [#59853](https://github.com/nodejs/node/pull/59853)
|
|
147
|
+
* \[[`455bfeb52d`](https://github.com/nodejs/node/commit/455bfeb52d)] - **test\_runner**: add junit file attribute support (sangwook) [#59432](https://github.com/nodejs/node/pull/59432)
|
|
148
|
+
* \[[`223c5e105d`](https://github.com/nodejs/node/commit/223c5e105d)] - **tools**: update gyp-next to 0.20.5 (Node.js GitHub Bot) [#60313](https://github.com/nodejs/node/pull/60313)
|
|
149
|
+
* \[[`2949408fc1`](https://github.com/nodejs/node/commit/2949408fc1)] - **tools**: limit inspector protocol PR title length (Chengzhong Wu) [#60324](https://github.com/nodejs/node/pull/60324)
|
|
150
|
+
* \[[`b36a898650`](https://github.com/nodejs/node/commit/b36a898650)] - **tools**: fix inspector\_protocol updater (Chengzhong Wu) [#60277](https://github.com/nodejs/node/pull/60277)
|
|
151
|
+
* \[[`d60f002b62`](https://github.com/nodejs/node/commit/d60f002b62)] - **tools**: optimize wildcard execution in tools/test.py (Joyee Cheung) [#60266](https://github.com/nodejs/node/pull/60266)
|
|
152
|
+
* \[[`9d4e422419`](https://github.com/nodejs/node/commit/9d4e422419)] - **tools**: add inspector\_protocol updater (Chengzhong Wu) [#60245](https://github.com/nodejs/node/pull/60245)
|
|
153
|
+
* \[[`2f93a9894f`](https://github.com/nodejs/node/commit/2f93a9894f)] - **tools**: use cooldown property correctly (Rafael Gonzaga) [#60134](https://github.com/nodejs/node/pull/60134)
|
|
154
|
+
* \[[`9468ade95d`](https://github.com/nodejs/node/commit/9468ade95d)] - **typings**: add missing properties and method in Worker (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
155
|
+
* \[[`f611ec0a9e`](https://github.com/nodejs/node/commit/f611ec0a9e)] - **typings**: add missing properties in HTTPParser (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
156
|
+
* \[[`301c1347a1`](https://github.com/nodejs/node/commit/301c1347a1)] - **typings**: delete undefined property in ConfigBinding (Woohyun Sung) [#60257](https://github.com/nodejs/node/pull/60257)
|
|
157
|
+
* \[[`80fdb3d39b`](https://github.com/nodejs/node/commit/80fdb3d39b)] - **typings**: add buffer internalBinding typing (방진혁) [#60163](https://github.com/nodejs/node/pull/60163)
|
|
158
|
+
* \[[`8cb3b77039`](https://github.com/nodejs/node/commit/8cb3b77039)] - **util**: use more defensive code when inspecting error objects (Antoine du Hamel) [#60139](https://github.com/nodejs/node/pull/60139)
|
|
159
|
+
* \[[`748d4f6430`](https://github.com/nodejs/node/commit/748d4f6430)] - **util**: mark special properties when inspecting them (Ruben Bridgewater) [#60131](https://github.com/nodejs/node/pull/60131)
|
|
160
|
+
* \[[`6183a759d7`](https://github.com/nodejs/node/commit/6183a759d7)] - **vm**: make vm.Module.evaluate() conditionally synchronous (Joyee Cheung) [#60205](https://github.com/nodejs/node/pull/60205)
|
|
161
|
+
* \[[`4b8506628f`](https://github.com/nodejs/node/commit/4b8506628f)] - **win**: upgrade Visual Studio workload from 2019 to 2022 (Jiawen Geng) [#60318](https://github.com/nodejs/node/pull/60318)
|
|
162
|
+
|
|
163
|
+
<a id="24.11.0"></a>
|
|
164
|
+
|
|
165
|
+
## 2025-10-28, Version 24.11.0 'Krypton' (LTS), @richardlau
|
|
166
|
+
|
|
167
|
+
### Notable Changes
|
|
168
|
+
|
|
169
|
+
This release marks the transition of Node.js 24.x into Long Term Support (LTS)
|
|
170
|
+
with the codename 'Krypton'. It will continue to receive updates through to
|
|
171
|
+
the end of April 2028.
|
|
172
|
+
|
|
173
|
+
Other than updating metadata, such as the `process.release` object, to reflect
|
|
174
|
+
that the release is LTS, no further changes from Node.js 24.10.0 are included.
|
|
175
|
+
|
|
176
|
+
### Known issue
|
|
177
|
+
|
|
178
|
+
An issue has been identified in the Node.js 24.x line with `Buffer.allocUnsafe`
|
|
179
|
+
unintentionally returning zero-filled buffers. This API is
|
|
180
|
+
[documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize).
|
|
181
|
+
The documented behavior will be restored in the next Node.js 24.x LTS release to bring
|
|
182
|
+
it back in line with previous releases. For more information, see
|
|
183
|
+
[#60423](https://github.com/nodejs/node/issues/60423).
|
|
184
|
+
|
|
55
185
|
<a id="24.10.0"></a>
|
|
56
186
|
|
|
57
187
|
## 2025-10-08, Version 24.10.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
|
@@ -446,12 +446,12 @@
|
|
|
446
446
|
['v8_enable_pointer_compression == 1', {
|
|
447
447
|
'defines': ['V8_COMPRESS_POINTERS'],
|
|
448
448
|
}],
|
|
449
|
+
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
450
|
+
'defines': ['V8_COMPRESS_POINTERS_IN_MULTIPLE_CAGES'],
|
|
451
|
+
}],
|
|
449
452
|
['v8_enable_pointer_compression_shared_cage == 1', {
|
|
450
453
|
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
|
|
451
454
|
}],
|
|
452
|
-
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
|
|
453
|
-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
|
|
454
|
-
}],
|
|
455
455
|
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
|
|
456
456
|
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
|
|
457
457
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
'deps/amaro/dist/index.js'],
|
|
37
37
|
'node_byteorder': 'little',
|
|
38
38
|
'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
|
|
39
|
+
'test/cctest/inspector/test_network_requests_buffer.cc',
|
|
39
40
|
'test/cctest/inspector/test_node_protocol.cc',
|
|
40
41
|
'test/cctest/node_test_fixture.cc',
|
|
41
42
|
'test/cctest/test_aliased_buffer.cc',
|
package/include/node/node.h
CHANGED
|
@@ -1458,6 +1458,10 @@ NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
|
1458
1458
|
v8::Local<v8::Object> resource,
|
|
1459
1459
|
const char* name,
|
|
1460
1460
|
async_id trigger_async_id = -1);
|
|
1461
|
+
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1462
|
+
v8::Local<v8::Object> resource,
|
|
1463
|
+
std::string_view name,
|
|
1464
|
+
async_id trigger_async_id = -1);
|
|
1461
1465
|
|
|
1462
1466
|
NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
|
|
1463
1467
|
v8::Local<v8::Object> resource,
|
|
@@ -1553,6 +1557,10 @@ class NODE_EXTERN AsyncResource {
|
|
|
1553
1557
|
v8::Local<v8::Object> resource,
|
|
1554
1558
|
const char* name,
|
|
1555
1559
|
async_id trigger_async_id = -1);
|
|
1560
|
+
AsyncResource(v8::Isolate* isolate,
|
|
1561
|
+
v8::Local<v8::Object> resource,
|
|
1562
|
+
std::string_view name,
|
|
1563
|
+
async_id trigger_async_id = -1);
|
|
1556
1564
|
|
|
1557
1565
|
virtual ~AsyncResource();
|
|
1558
1566
|
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 24
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 11
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
|
-
#define NODE_VERSION_IS_LTS
|
|
30
|
-
#define NODE_VERSION_LTS_CODENAME ""
|
|
29
|
+
#define NODE_VERSION_IS_LTS 1
|
|
30
|
+
#define NODE_VERSION_LTS_CODENAME "Krypton"
|
|
31
31
|
|
|
32
32
|
#define NODE_VERSION_IS_RELEASE 1
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-linux-arm64",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.11.1",
|
|
4
4
|
"description": "node",
|
|
5
|
+
"repository": {
|
|
6
|
+
"url": "git+https://github.com/aredridel/node-bin-gen.git"
|
|
7
|
+
},
|
|
5
8
|
"bin": {
|
|
6
9
|
"node": "bin/node"
|
|
7
10
|
},
|
|
11
|
+
"license": "MIT",
|
|
8
12
|
"files": [
|
|
9
13
|
"bin/node",
|
|
10
14
|
"share",
|
package/share/man/man1/node.1
CHANGED
|
@@ -333,7 +333,7 @@ The file used to store localStorage data.
|
|
|
333
333
|
Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
|
|
334
334
|
.
|
|
335
335
|
.It Fl -max-old-space-size-percentage Ns = Ns Ar percentage
|
|
336
|
-
Sets the
|
|
336
|
+
Sets the maximum memory size of V8's old memory section as a percentage of available system memory.
|
|
337
337
|
This flag takes precedence over
|
|
338
338
|
.Fl -max-old-space-size
|
|
339
339
|
when both are specified.
|
|
@@ -341,6 +341,10 @@ The
|
|
|
341
341
|
.Ar percentage
|
|
342
342
|
parameter must be a number greater than 0 and up to 100, representing the percentage
|
|
343
343
|
of available system memory to allocate to the V8 heap.
|
|
344
|
+
.Pp
|
|
345
|
+
Note: This flag utilizes
|
|
346
|
+
.Fl -max-old-space-size ,
|
|
347
|
+
which may be unreliable on 32-bit platforms due to integer overflow issues.
|
|
344
348
|
.
|
|
345
349
|
.It Fl -napi-modules
|
|
346
350
|
This option is a no-op.
|