From b7d2827ce080f3a347db245a77fd14df12bb8750 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 27 Nov 2023 20:57:45 -0300 Subject: [PATCH] 2023-11-30, Version 21.3.0 (Current) Notable changes: crypto: * update root certificates to NSS 3.95 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/50805 fs: * add c++ fast path for writeFileSync utf8 (CanadaHonk) https://github.com/nodejs/node/pull/49884 module: * (SEMVER-MINOR) bootstrap module loaders in shadow realm (Chengzhong Wu) https://github.com/nodejs/node/pull/48655 * (SEMVER-MINOR) remove useCustomLoadersIfPresent flag (Chengzhong Wu) https://github.com/nodejs/node/pull/48655 src: * (SEMVER-MINOR) add `--disable-warning` option (Ethan Arrowood) https://github.com/nodejs/node/pull/50661 * (SEMVER-MINOR) create per isolate proxy env template (Chengzhong Wu) https://github.com/nodejs/node/pull/48655 * (SEMVER-MINOR) create fs_dir per isolate properties (Chengzhong Wu) https://github.com/nodejs/node/pull/48655 * (SEMVER-MINOR) create worker per isolate properties (Chengzhong Wu) https://github.com/nodejs/node/pull/48655 * (SEMVER-MINOR) make process binding data weak (Chengzhong Wu) https://github.com/nodejs/node/pull/48655 PR-URL: https://github.com/nodejs/node/pull/50954 --- CHANGELOG.md | 3 +- doc/api/cli.md | 2 +- doc/api/deprecations.md | 2 +- doc/changelogs/CHANGELOG_V21.md | 178 ++++++++++++++++++++++++++++++++ 4 files changed, 182 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518091d36de06d..17441270a11891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,8 @@ release. -21.2.0
+21.3.0
+21.2.0
21.1.0
21.0.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index b924c6b5a975e6..cbabd7b9358956 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -448,7 +448,7 @@ Affects the default output directory of: > Stability: 1.1 - Active development Disable specific process warnings by `code` or `type`. diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 96ac742ccee51d..d9782efd834429 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3518,7 +3518,7 @@ deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.