From 1f0ba0893fe9d683ab327d75013ba1da837942eb 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 ++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 5 files changed, 185 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7048879edcd122..9fcd4cdc184978 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 2abbf5d343c42d..fb17cddc92c57a 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 695f07fd42da75..42b1e2741d1ac9 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3432,7 +3432,7 @@ deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.