Skip to content

Commit 573af89

Browse files
richardlaupandeykushagra51
authored andcommitted
2025-03-27, Version 18.20.8 'Hydrogen' (LTS)
Notable changes: This release updates OpenSSL to 3.0.16 and root certificates to NSS 3.108. PR-URL: nodejs#57631
1 parent 8b17e2b commit 573af89

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ release.
107107
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
108108
</td>
109109
<td valign="top">
110-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.7">18.20.7</a></b><br/>
110+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.8">18.20.8</a></b><br/>
111+
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.7">18.20.7</a><br/>
111112
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.6">18.20.6</a><br/>
112113
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.5">18.20.5</a><br/>
113114
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.4">18.20.4</a><br/>

doc/changelogs/CHANGELOG_V18.md

+25
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#18.20.8">18.20.8</a><br/>
1213
<a href="#18.20.7">18.20.7</a><br/>
1314
<a href="#18.20.6">18.20.6</a><br/>
1415
<a href="#18.20.5">18.20.5</a><br/>
@@ -77,6 +78,30 @@
7778
* [io.js](CHANGELOG_IOJS.md)
7879
* [Archive](CHANGELOG_ARCHIVE.md)
7980

81+
<a id="18.20.8"></a>
82+
83+
## 2025-03-27, Version 18.20.8 'Hydrogen' (LTS), @richardlau
84+
85+
### Notable Changes
86+
87+
This release updates OpenSSL to 3.0.16 and root certificates to NSS 3.108.
88+
89+
### Commits
90+
91+
* \[[`f737a79073`](https://github.com/nodejs/node/commit/f737a79073)] - **async\_hooks,inspector**: implement inspector api without async\_wrap (Gabriel Bota) [#51501](https://github.com/nodejs/node/pull/51501)
92+
* \[[`fce923ba69`](https://github.com/nodejs/node/commit/fce923ba69)] - **build**: update gcovr to 7.2 and codecov config (Benjamin E. Coe) [#54019](https://github.com/nodejs/node/pull/54019)
93+
* \[[`8b7ffd807c`](https://github.com/nodejs/node/commit/8b7ffd807c)] - **build**: fix compatibility with V8's `depot_tools` (Richard Lau) [#57330](https://github.com/nodejs/node/pull/57330)
94+
* \[[`ee9a343413`](https://github.com/nodejs/node/commit/ee9a343413)] - **crypto**: update root certificates to NSS 3.108 (Node.js GitHub Bot) [#57381](https://github.com/nodejs/node/pull/57381)
95+
* \[[`738bf8aea4`](https://github.com/nodejs/node/commit/738bf8aea4)] - **crypto**: update root certificates to NSS 3.104 (Richard Lau) [#55681](https://github.com/nodejs/node/pull/55681)
96+
* \[[`69d661d591`](https://github.com/nodejs/node/commit/69d661d591)] - **deps**: update undici to v5.29.0 (Matteo Collina) [#57557](https://github.com/nodejs/node/pull/57557)
97+
* \[[`59fcf43b0e`](https://github.com/nodejs/node/commit/59fcf43b0e)] - **deps**: update corepack to 0.32.0 (Node.js GitHub Bot) [#57265](https://github.com/nodejs/node/pull/57265)
98+
* \[[`1b72869503`](https://github.com/nodejs/node/commit/1b72869503)] - **deps**: update archs files for openssl-3.0.16 (Node.js GitHub Bot) [#57335](https://github.com/nodejs/node/pull/57335)
99+
* \[[`a566560235`](https://github.com/nodejs/node/commit/a566560235)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.16 (Node.js GitHub Bot) [#57335](https://github.com/nodejs/node/pull/57335)
100+
* \[[`50c4e1da2f`](https://github.com/nodejs/node/commit/50c4e1da2f)] - **doc**: add missing `deprecated` badges in `fs.md` (Yukihiro Hasegawa) [#57384](https://github.com/nodejs/node/pull/57384)
101+
* \[[`c3babb4671`](https://github.com/nodejs/node/commit/c3babb4671)] - **doc**: update Xcode version used for arm64 and pkg (Michaël Zasso) [#57104](https://github.com/nodejs/node/pull/57104)
102+
* \[[`784da606a6`](https://github.com/nodejs/node/commit/784da606a6)] - **doc**: fix link and history of `SourceMap` sections (Antoine du Hamel) [#57098](https://github.com/nodejs/node/pull/57098)
103+
* \[[`f5dbceccbe`](https://github.com/nodejs/node/commit/f5dbceccbe)] - **test**: update error code in tls-psk-circuit for for OpenSSL 3.4 (sebastianas) [#56420](https://github.com/nodejs/node/pull/56420)
104+
80105
<a id="18.20.7"></a>
81106

82107
## 2025-02-20, Version 18.20.7 'Hydrogen' (LTS), @aduh95

0 commit comments

Comments
 (0)