Skip to content

Commit b651e37

Browse files
committed
2023-09-18, Version 20.7.0 (Current)
Notable changes: crypto: * update root certificates to NSS 3.93 (Node.js GitHub Bot) nodejs#49341 deps: * upgrade npm to 10.1.0 (npm team) nodejs#49570 * upgrade npm to 10.0.0 (npm team) nodejs#49423 doc: * move and rename loaders section (Geoffrey Booth) nodejs#49261 * add release key for Ulises Gascon (Ulises Gascón) nodejs#49196 lib: * (SEMVER-MINOR) add api to detect whether source-maps are enabled (翠 / green) nodejs#46391 src: * support multiple `--env-file` declarations (Yagiz Nizipli) nodejs#49542 src,permission: * add multiple allow-fs-* flags (Carlos Espa) nodejs#49047 test_runner: * (SEMVER-MINOR) expose location of tests (Colin Ihrig) nodejs#48975 PR-URL: nodejs#49592
1 parent 5c39ee6 commit b651e37

File tree

6 files changed

+151
-9
lines changed

6 files changed

+151
-9
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ release.
3434
</tr>
3535
<tr>
3636
<td valign="top">
37-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a></b><br/>
37+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.7.0">20.7.0</a></b><br/>
38+
<a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V20.md#20.6.0">20.6.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V20.md#20.5.1">20.5.1</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.5.0">20.5.0</a><br/>

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Error: Access to this API has been restricted
146146
<!-- YAML
147147
added: v20.0.0
148148
changes:
149-
- version: REPLACEME
149+
- version: v20.7.0
150150
pr-url: https://github.com/nodejs/node/pull/49047
151151
description: Paths delimited by comma (`,`) are no longer allowed.
152152
-->
@@ -200,7 +200,7 @@ node --experimental-permission --allow-fs-read=/path/to/index.js index.js
200200
<!-- YAML
201201
added: v20.0.0
202202
changes:
203-
- version: REPLACEME
203+
- version: v20.7.0
204204
pr-url: https://github.com/nodejs/node/pull/49047
205205
description: Paths delimited by comma (`,`) are no longer allowed.
206206
-->

doc/api/module.md

-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ import('node:fs').then((esmFS) => {
153153
<!-- YAML
154154
added: v8.8.0
155155
changes:
156-
- version: REPLACEME
157-
pr-url: https://github.com/nodejs/node/pull/49144
158-
description: Removed `globalPreload`.
159156
- version: v20.6.0
160157
pr-url: https://github.com/nodejs/node/pull/48842
161158
description: Added `initialize` hook to replace `globalPreload`.

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3523,7 +3523,7 @@ Using this function is mutually exclusive with using the deprecated
35233523
## `process.sourceMapsEnabled`
35243524
35253525
<!-- YAML
3526-
added: REPLACEME
3526+
added: v20.7.0
35273527
-->
35283528
35293529
> Stability: 1 - Experimental

doc/api/stream.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ added:
20132013
- v17.4.0
20142014
- v16.14.0
20152015
changes:
2016-
- version: REPLACEME
2016+
- version: v20.7.0
20172017
pr-url: https://github.com/nodejs/node/pull/49249
20182018
description: added `highWaterMark` in options.
20192019
-->
@@ -2066,7 +2066,7 @@ added:
20662066
- v17.4.0
20672067
- v16.14.0
20682068
changes:
2069-
- version: REPLACEME
2069+
- version: v20.7.0
20702070
pr-url: https://github.com/nodejs/node/pull/49249
20712071
description: added `highWaterMark` in options.
20722072
-->

0 commit comments

Comments
 (0)