Skip to content

Commit 4f12215

Browse files
committed
2021-02-09, Version 14.15.5 'Fermium' (LTS)
Notable changes: - **deps**: - upgrade npm to 6.14.11 (Ruy Adorno) (#37173) - V8: backport dfcf1e86fac0 (Michaël Zasso) (#37245) - Note: Node.js is not believed to be vulnerable to CVE-2021-21148. - **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) (#36618) PR-URL: #37074
1 parent 730ba5c commit 4f12215

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ release.
4646
<a href="doc/changelogs/CHANGELOG_V15.md#15.0.0">15.0.0</a><br/>
4747
</td>
4848
<td valign="top">
49-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.4">14.15.4</a></b><br/>
49+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.5">14.15.5</a></b><br/>
50+
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.4">14.15.4</a><br/>
5051
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.3">14.15.3</a><br/>
5152
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.2">14.15.2</a><br/>
5253
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.1">14.15.1</a><br/>

doc/changelogs/CHANGELOG_V14.md

+24
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#14.15.5">14.15.5</a><br/>
1415
<a href="#14.15.4">14.15.4</a><br/>
1516
<a href="#14.15.3">14.15.3</a><br/>
1617
<a href="#14.15.2">14.15.2</a><br/>
@@ -56,6 +57,29 @@
5657
* [io.js](CHANGELOG_IOJS.md)
5758
* [Archive](CHANGELOG_ARCHIVE.md)
5859

60+
<a id="14.15.5"></a>
61+
## 2021-02-09, Version 14.15.5 'Fermium' (LTS), @BethGriggs
62+
63+
### Notable Changes
64+
65+
* **deps**:
66+
* upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
67+
* V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245)
68+
* **Note**: Node.js is not believed to be vulnerable to CVE-2021-21148.
69+
* **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) [#36618](https://github.com/nodejs/node/pull/36618)
70+
71+
### Commits
72+
73+
* [[`20b1e6c802`](https://github.com/nodejs/node/commit/20b1e6c802)] - **deps**: V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245)
74+
* [[`408c7a65f3`](https://github.com/nodejs/node/commit/408c7a65f3)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
75+
* [[`017eed665b`](https://github.com/nodejs/node/commit/017eed665b)] - **http**: do not loop over prototype in Agent (Michaël Zasso) [#36410](https://github.com/nodejs/node/pull/36410)
76+
* [[`25a3204fe2`](https://github.com/nodejs/node/commit/25a3204fe2)] - **http**: don't cork .end when not needed (Dimitris Halatsis) [#36633](https://github.com/nodejs/node/pull/36633)
77+
* [[`2a1e4e9244`](https://github.com/nodejs/node/commit/2a1e4e9244)] - **stream**: accept iterable as a valid first argument (ZiJian Liu) [#36479](https://github.com/nodejs/node/pull/36479)
78+
* [[`9ff73fcdbe`](https://github.com/nodejs/node/commit/9ff73fcdbe)] - **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) [#36618](https://github.com/nodejs/node/pull/36618)
79+
* [[`c03cddb46f`](https://github.com/nodejs/node/commit/c03cddb46f)] - **test**: http complete response after socket double end (Dimitris Halatsis) [#36633](https://github.com/nodejs/node/pull/36633)
80+
* [[`f206505e9d`](https://github.com/nodejs/node/commit/f206505e9d)] - **util**: fix instanceof checks with null prototypes during inspection (Ruben Bridgewater) [#36178](https://github.com/nodejs/node/pull/36178)
81+
* [[`2f7944b18b`](https://github.com/nodejs/node/commit/2f7944b18b)] - **util**: fix module prefixes during inspection (Ruben Bridgewater) [#36178](https://github.com/nodejs/node/pull/36178)
82+
5983
<a id="14.15.4"></a>
6084
## 2021-01-04, Version 14.15.4 'Fermium' (LTS), @BethGriggs
6185

0 commit comments

Comments
 (0)