Skip to content

Commit 755721a

Browse files
committed
2022-05-04, Version 14.19.2 'Fermium' (LTS)
Notable Changes doc: * New release key for Bryan English Learn more at: #42102 Contributed by Bryan English (bengl) npm: * Upgrade `npm` to `v6.14.17`. Learn more at: #42900 Contributed by Ruy Adorno (ruyadorno) V8: * V8 had a stack overflow issue affecting the `vm` module, cherry-picking `cc9a8a37445e` (v8/v8@cc9a8a3) from V8 solves this issue. Learn more at: #41826 Contributed by Gus Caplan (devsnek) * Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting `367b0c1e7a32` (v8/v8@367b0c1) from V8. Learn more at: #42637 Contributed by Chengzhong Wu (legendecas) PR-URL: #42899
1 parent d859e9e commit 755721a

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ release.
8282
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
8383
</td>
8484
<td valign="top">
85-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.1">14.19.1</a></b><br/>
85+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.2">14.19.2</a></b><br/>
86+
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.1">14.19.1</a><br/>
8687
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.0">14.19.0</a><br/>
8788
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.3">14.18.3</a><br/>
8889
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.2">14.18.2</a><br/>

doc/changelogs/CHANGELOG_V14.md

+51
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#14.19.2">14.19.2</a><br/>
1213
<a href="#14.19.1">14.19.1</a><br/>
1314
<a href="#14.19.0">14.19.0</a><br/>
1415
<a href="#14.18.3">14.18.3</a><br/>
@@ -73,6 +74,56 @@
7374
* [io.js](CHANGELOG_IOJS.md)
7475
* [Archive](CHANGELOG_ARCHIVE.md)
7576

77+
<a id="14.19.2"></a>
78+
79+
## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol
80+
81+
### Notable Changes
82+
83+
**doc:**
84+
85+
* New release key for Bryan English
86+
87+
Learn more at: <https://github.com/nodejs/node/pull/42102>
88+
Contributed by Bryan English (@bengl)
89+
90+
**npm:**
91+
92+
* Upgrade `npm` to `v6.14.17`.
93+
94+
Learn more at: <https://github.com/nodejs/node/pull/42900>
95+
Contributed by Ruy Adorno (@ruyadorno)
96+
97+
**V8:**
98+
99+
* V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://github.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc)
100+
from V8 solves this issue.
101+
102+
Learn more at: <https://github.com/nodejs/node/pull/41826>
103+
Contributed by Gus Caplan (@devsnek)
104+
105+
* Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://github.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998)
106+
from V8.
107+
108+
Learn more at: <https://github.com/nodejs/node/pull/42637>
109+
Contributed by Chengzhong Wu (@legendecas)
110+
111+
### Commits
112+
113+
* \[[`c73ac527d6`](https://github.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#40147](https://github.com/nodejs/node/pull/40147)
114+
* \[[`dcaed6db24`](https://github.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#42204](https://github.com/nodejs/node/pull/42204)
115+
* \[[`4203d132b1`](https://github.com/nodejs/node/commit/4203d132b1)] - **child\_process**: queue pending messages (Erick Wendel) [#41221](https://github.com/nodejs/node/pull/41221)
116+
* \[[`a3ebdbfe8f`](https://github.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#42900](https://github.com/nodejs/node/pull/42900)
117+
* \[[`39e44f8382`](https://github.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick cc9a8a37445e (Gus Caplan) [#41826](https://github.com/nodejs/node/pull/41826)
118+
* \[[`b52a268b6f`](https://github.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick 367b0c1e7a32 (legendecas) [#42637](https://github.com/nodejs/node/pull/42637)
119+
* \[[`77ba012065`](https://github.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#42588](https://github.com/nodejs/node/pull/42588)
120+
* \[[`3d3d7ed1b7`](https://github.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#42736](https://github.com/nodejs/node/pull/42736)
121+
* \[[`542d812c93`](https://github.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
122+
* \[[`7f2825b1a9`](https://github.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
123+
* \[[`75302d3dce`](https://github.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#41677](https://github.com/nodejs/node/pull/41677)
124+
* \[[`d4171e0eac`](https://github.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#41848](https://github.com/nodejs/node/pull/41848)
125+
* \[[`de474c8b6f`](https://github.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#42357](https://github.com/nodejs/node/pull/42357)
126+
76127
<a id="14.19.1"></a>
77128

78129
## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau

0 commit comments

Comments
 (0)