Skip to content

Commit 86cf77b

Browse files
committed
2023-03-29, Version 16.20.0 'Gallium' (LTS)
Notable changes: - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376 PR-URL: TODO
1 parent d081032 commit 86cf77b

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ release.
3232
</tr>
3333
<tr>
3434
<td valign="top">
35-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.19.1">16.19.1</a></b><br/>
35+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.20.0">16.20.0</a></b><br/>
36+
<a href="doc/changelogs/CHANGELOG_V16.md#16.19.1">16.19.1</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V16.md#16.19.0">16.19.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.18.1">16.18.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.18.0">16.18.0</a><br/>

doc/changelogs/CHANGELOG_V16.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#16.20.0">16.20.0</a><br/>
1213
<a href="#16.19.1">16.19.1</a><br/>
1314
<a href="#16.19.0">16.19.0</a><br/>
1415
<a href="#16.18.1">16.18.1</a><br/>
@@ -68,6 +69,39 @@
6869
* [io.js](CHANGELOG_IOJS.md)
6970
* [Archive](CHANGELOG_ARCHIVE.md)
7071

72+
<a id="16.20.0"></a>
73+
74+
## 2023-03-29, Version 16.20.0 'Gallium' (LTS), @BethGriggs
75+
76+
### Notable Changes
77+
78+
* \[[`6a01d39120`](https://github.com/nodejs/node/commit/6a01d39120)] - **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#44376](https://github.com/nodejs/node/pull/44376)
79+
80+
### Commits
81+
82+
* \[de6dd67790] - crypto: avoid hang when no algorithm available (Richard Lau) <https://github.com/nodejs/node/pull/46237>
83+
* \[4617512788] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) <https://github.com/nodejs/node/pull/46185>
84+
* \[24972164fc] - deps: update undici to 5.20.0 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/46711>
85+
* \[85f88c6a8d] - deps: V8: cherry-pick 90be99fab31c (Michaël Zasso) <https://github.com/nodejs/node/pull/46646>
86+
* \[b4ebe6d47b] - deps: update c-ares to 1.19.0 (Michaël Zasso) <https://github.com/nodejs/node/pull/46415>
87+
* \[56cbc7fdda] - deps: V8: cherry-pick c2792e58035f (Jiawen Geng) <https://github.com/nodejs/node/pull/44961>
88+
* \[7af9bdb31e] - deps: upgrade npm to 8.19.4 (npm team) <https://github.com/nodejs/node/pull/46677>
89+
* \[962a7471b5] - deps: update corepack to 0.17.0 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/46842>
90+
* \[748bc96e35] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/46710>
91+
* \[a467782499] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/46037>
92+
* \[1913b6763d] - deps: update corepack to 0.15.2 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/45635>
93+
* \[809371a15f] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) <https://github.com/nodejs/node/pull/45147>
94+
* \[086bb2f8d4] - Revert "src: let http2 streams end after session close" (Rich Trott) <https://github.com/nodejs/node/pull/46721>
95+
* \[6a01d39120] - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) <https://github.com/nodejs/node/pull/44376>
96+
* \[d081032a60] - test: fix test-net-connect-reset-until-connected (Vita Batrla) <https://github.com/nodejs/node/pull/46781>
97+
* \[efe1be47ec] - test: skip test depending on `overlapped-checker` when not available (Antoine du Hamel) <https://github.com/nodejs/node/pull/45015>
98+
* \[fc47d58abe] - test: remove cjs loader from stack traces (Geoffrey Booth) <https://github.com/nodejs/node/pull/44197>
99+
* \[cf76d0790d] - test: fix WPT title when no META title is present (Filip Skokan) <https://github.com/nodejs/node/pull/46804>
100+
* \[0d1485b924] - test: fix default WPT titles (Filip Skokan) <https://github.com/nodejs/node/pull/46778>
101+
* \[088e9cde3d] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) <https://github.com/nodejs/node/pull/46498>
102+
* \[908c4dff44] - test: mark test-crypto-key-objects flaky on Linux (Richard Lau) <https://github.com/nodejs/node/pull/46684>
103+
* \[768e56227e] - tools: make `utils.SearchFiles` deterministic (Bruno Pitrus) <https://github.com/nodejs/node/pull/44496>
104+
71105
<a id="16.19.1"></a>
72106

73107
## 2023-02-16, Version 16.19.1 'Gallium' (LTS), @richardlau

src/node_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
#define SRC_NODE_VERSION_H_
2424

2525
#define NODE_MAJOR_VERSION 16
26-
#define NODE_MINOR_VERSION 19
27-
#define NODE_PATCH_VERSION 2
26+
#define NODE_MINOR_VERSION 20
27+
#define NODE_PATCH_VERSION 0
2828

2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Gallium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)