Skip to content

Commit c7d6d44

Browse files
committed
2023-11-29, Version 21.3.0 (Current)
Notable changes: crypto: * update root certificates to NSS 3.95 (Node.js GitHub Bot) #50805 deps: * add simdjson (Yagiz Nizipli) #50322 fs: * add c++ fast path for writeFileSync utf8 (CanadaHonk) #49884 module: * merge config with `package_json_reader` (Yagiz Nizipli) #50322 * (SEMVER-MINOR) bootstrap module loaders in shadow realm (Chengzhong Wu) #48655 * (SEMVER-MINOR) remove useCustomLoadersIfPresent flag (Chengzhong Wu) #48655 src: * (SEMVER-MINOR) add `--disable-warning` option (Ethan Arrowood) #50661 * move package resolver to c++ (Yagiz Nizipli) #50322 * (SEMVER-MINOR) create per isolate proxy env template (Chengzhong Wu) #48655 * (SEMVER-MINOR) create fs_dir per isolate properties (Chengzhong Wu) #48655 * (SEMVER-MINOR) create worker per isolate properties (Chengzhong Wu) #48655 * (SEMVER-MINOR) make process binding data weak (Chengzhong Wu) #48655 PR-URL: TODO
1 parent 7b3dcab commit c7d6d44

File tree

5 files changed

+143
-6
lines changed

5 files changed

+143
-6
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ release.
3636
</tr>
3737
<tr>
3838
<td valign="top">
39-
<b><a href="doc/changelogs/CHANGELOG_V21.md#21.2.0">21.2.0</a></b><br/>
39+
<b><a href="doc/changelogs/CHANGELOG_V21.md#21.3.0">21.3.0</a></b><br/>
40+
<a href="doc/changelogs/CHANGELOG_V21.md#21.2.0">21.2.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V21.md#21.1.0">21.1.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V21.md#21.0.0">21.0.0</a><br/>
4243
</td>

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Affects the default output directory of:
448448
> Stability: 1.1 - Active development
449449
450450
<!-- YAML
451-
added: REPLACEME
451+
added: v21.3.0
452452
-->
453453

454454
Disable specific process warnings by `code` or `type`.

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3432,7 +3432,7 @@ deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.
34323432

34333433
<!-- YAML
34343434
changes:
3435-
- version: REPLACEME
3435+
- version: v21.3.0
34363436
pr-url: https://github.com/nodejs/node/pull/50486
34373437
description: A deprecation code has been assigned.
34383438
- version: v14.0.0

0 commit comments

Comments
 (0)