Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd8b55e

Browse files
RafaelGSSruyadorno
andcommitted
2022-10-18, Version 19.0.0 (Current)
Notable Changes:Deprecation and Removals:* (SEMVER-MAJOR) runtime deprecate exports double slash maps (Guy Bedford)#44495Other Notable Changes:* (SEMVER-MAJOR) remove dtrace & etw support (Ben Noordhuis)#43652* (SEMVER-MAJOR) remove systemtap support (Ben Noordhuis)#43651Semver-Major Commits:* (SEMVER-MAJOR) remove dtrace & etw support (Ben Noordhuis)#43652* (SEMVER-MAJOR) remove systemtap support (Ben Noordhuis)#43651* (SEMVER-MAJOR) do not allow to call setFips from the worker thread (Sergey Petushkov)#43624* (SEMVER-MAJOR) remove coercion to string in writing methods (Livia Medeiros)#42796* (SEMVER-MAJOR) harden fs.readSync(buffer, options) typecheck (LiviaMedeiros)#42772* (SEMVER-MAJOR) harden fs.read(params, callback) typecheck (LiviaMedeiros)#42772* (SEMVER-MAJOR) harden filehandle.read(params) typecheck (LiviaMedeiros)#42772* (SEMVER-MAJOR) use Keep-Alive by default in global agents (Paolo Insogna)#43522* (SEMVER-MAJOR) use private field in AbortController (Joyee Cheung)#43820* (SEMVER-MAJOR) runtime deprecate exports double slash maps (Guy Bedford)#44495* (SEMVER-MAJOR) make process.config read only (Sergey Petushkov)#43627* (SEMVER-MAJOR) turn embedder api overload into default argument (Alena Khineika)#43629* (SEMVER-MAJOR) per-environment time origin value (Chengzhong Wu)#43781* (SEMVER-MAJOR) use null for the error argument (Luigi Pinca)#44312* (SEMVER-MAJOR) remove duplicate test (Luigi Pinca)#44051* (SEMVER-MAJOR) send fatal alert on ALPN mismatch (Tobias Nießen)#44031PR-URL: TBDCo-authored-by: Ruy Adorno <ruyadorno@google.com>
1 parent8b50160 commitdd8b55e

31 files changed

+135
-28
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Select a Node.js version below to view the changelog history:
44

5+
*[Node.js 19](doc/changelogs/CHANGELOG_V19.md)**Current**
56
*[Node.js 18](doc/changelogs/CHANGELOG_V18.md)**Current**
67
*[Node.js 17](doc/changelogs/CHANGELOG_V17.md)**Current**
78
*[Node.js 16](doc/changelogs/CHANGELOG_V16.md)**Long Term Support**
@@ -27,6 +28,7 @@ release.
2728

2829
<table>
2930
<tr>
31+
<thtitle="Current"><ahref="doc/changelogs/CHANGELOG_V19.md">19</a> (Current)</th>
3032
<thtitle="Current"><ahref="doc/changelogs/CHANGELOG_V18.md">18</a> (Current)</th>
3133
<thtitle="Current"><ahref="doc/changelogs/CHANGELOG_V17.md">17</a> (Current)</th>
3234
<thtitle="LTS Until 2024-04"><ahref="doc/changelogs/CHANGELOG_V16.md">16</a> (LTS)</th>
@@ -35,7 +37,8 @@ release.
3537
</tr>
3638
<tr>
3739
<tdvalign="top">
38-
<b><ahref="doc/changelogs/CHANGELOG_V18.md#18.9.0">18.9.0</a></b><br/>
40+
<b><ahref="doc/changelogs/CHANGELOG_V19.md#19.0.0">19.0.0</a></b><br/>
41+
<ahref="doc/changelogs/CHANGELOG_V18.md#18.9.0">18.9.0</a><br/>
3942
<ahref="doc/changelogs/CHANGELOG_V18.md#18.8.0">18.8.0</a><br/>
4043
<ahref="doc/changelogs/CHANGELOG_V18.md#18.7.0">18.7.0</a><br/>
4144
<ahref="doc/changelogs/CHANGELOG_V18.md#18.6.0">18.6.0</a><br/>

‎doc/api/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Use this flag to disable top-level await in REPL.
424424
###`--experimental-shadow-realm`
425425

426426
<!-- YAML
427-
added:REPLACEME
427+
added:v19.0.0
428428
-->
429429

430430
Use this flag to enable[ShadowRealm][] support.
@@ -663,7 +663,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
663663
###`--import=module`
664664

665665
<!-- YAML
666-
added:REPLACEME
666+
added:v19.0.0
667667
-->
668668

669669
>Stability: 1 - Experimental
@@ -1580,7 +1580,7 @@ will be chosen.
15801580
###`--watch`
15811581

15821582
<!-- YAML
1583-
added:REPLACEME
1583+
added:v19.0.0
15841584
-->
15851585

15861586
>Stability: 1 - Experimental
@@ -1602,7 +1602,7 @@ $ node --watch index.js
16021602
###`--watch-path`
16031603

16041604
<!-- YAML
1605-
added:REPLACEME
1605+
added:v19.0.0
16061606
-->
16071607

16081608
>Stability: 1 - Experimental

‎doc/api/deprecations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,7 @@ Prefer [`message.socket`][] over [`message.connection`][].
28892889

28902890
<!-- YAML
28912891
changes:
2892-
- version:REPLACEME
2892+
- version:v19.0.0
28932893
pr-url: https://github.com/nodejs/node/pull/43627
28942894
description: End-of-Life.
28952895
- version: v16.0.0
@@ -3131,7 +3131,7 @@ resources and not the actual references.
31313131

31323132
<!-- YAML
31333133
changes:
3134-
- version:REPLACEME
3134+
- version:v19.0.0
31353135
pr-url: https://github.com/nodejs/node/pull/42796
31363136
description: End-of-Life.
31373137
- version: v18.0.0
@@ -3204,10 +3204,10 @@ The [`--trace-atomics-wait`][] flag is deprecated.
32043204

32053205
<!-- YAML
32063206
changes:
3207-
- version:REPLACEME
3207+
- version:v19.0.0
32083208
pr-url: https://github.com/nodejs/node/pull/44495
32093209
description: Runtime deprecation.
3210-
- version:REPLACEME
3210+
- version:v19.0.0
32113211
pr-url: https://github.com/nodejs/node/pull/44477
32123212
description: Documentation-only deprecation
32133213
with `--pending-deprecation` support.
@@ -3224,7 +3224,7 @@ starting or ending in a slash.
32243224

32253225
<!-- YAML
32263226
changes:
3227-
- version:REPLACEME
3227+
- version:v19.0.0
32283228
pr-url: https://github.com/nodejs/node/pull/44588
32293229
description: Documentation-only deprecation.
32303230
-->

‎doc/api/diagnostics_channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Emitted when a new UDP socket is created.
459459
####Process
460460

461461
<!-- YAML
462-
added:REPLACEME
462+
added:v19.0.0
463463
-->
464464

465465
`child_process`
@@ -471,7 +471,7 @@ Emitted when a new process is created.
471471
####Worker Thread
472472

473473
<!-- YAML
474-
added:REPLACEME
474+
added:v19.0.0
475475
-->
476476

477477
`worker_threads`

‎doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4534,7 +4534,7 @@ default with the above values.
45344534
<!-- YAML
45354535
added: v0.11.5
45364536
changes:
4537-
- version:REPLACEME
4537+
- version:v19.0.0
45384538
pr-url: https://github.com/nodejs/node/pull/42796
45394539
description: Passing to the `string` parameter an object with an own
45404540
`toString` function is no longer supported.
@@ -4606,7 +4606,7 @@ details.
46064606
<!-- YAML
46074607
added: v0.1.29
46084608
changes:
4609-
- version:REPLACEME
4609+
- version:v19.0.0
46104610
pr-url: https://github.com/nodejs/node/pull/42796
46114611
description: Passing to the `string` parameter an object with an own
46124612
`toString` function is no longer supported.
@@ -5848,7 +5848,7 @@ this API: [`fs.utimes()`][].
58485848
<!--YAML
58495849
added: v0.1.29
58505850
changes:
5851-
- version:REPLACEME
5851+
- version:v19.0.0
58525852
pr-url: https://github.com/nodejs/node/pull/42796
58535853
description: Passing to the`data` parameter an objectwith an own
58545854
`toString`function is no longer supported.

‎doc/api/http.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ type other than {net.Socket}.
14671467
added: v0.1.90
14681468
changes:
14691469
- version:
1470-
-REPLACEME
1470+
-v19.0.0
14711471
pr-url: https://github.com/nodejs/node/pull/43522
14721472
description: The method closes idle connections before returning.
14731473
@@ -2136,7 +2136,7 @@ the request body should be sent. See the [`'checkContinue'`][] event on
21362136
###`response.writeEarlyHints(links[, callback])`
21372137

21382138
<!-- YAML
2139-
added:REPLACEME
2139+
added:v19.0.0
21402140
-->
21412141

21422142
*`links` {string|Array}
@@ -3278,7 +3278,7 @@ server.listen(8000);
32783278
added: v0.5.9
32793279
changes:
32803280
- version:
3281-
-REPLACEME
3281+
-v19.0.0
32823282
pr-url: https://github.com/nodejs/node/pull/43522
32833283
description: The agent now uses HTTP Keep-Alive by default.
32843284
-->

‎doc/api/http2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@ a given number of milliseconds set using `http2secureServer.setTimeout()`.
22762276
<!-- YAML
22772277
added: v8.4.0
22782278
changes:
2279-
- version:REPLACEME
2279+
- version:v19.0.0
22802280
pr-url: https://github.com/nodejs/node/pull/44031
22812281
description: This event will only be emitted if the client did not transmit
22822282
an ALPN extension during the TLS handshake.
@@ -4008,7 +4008,7 @@ should be sent. See the [`'checkContinue'`][] event on `Http2Server` and
40084008
###`response.writeEarlyHints(links)`
40094009

40104010
<!-- YAML
4011-
added:REPLACEME
4011+
added:v19.0.0
40124012
-->
40134013

40144014
*`links` {string|Array}

‎doc/api/https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ https.get('https://encrypted.google.com/', (res) => {
311311
added: v0.5.9
312312
changes:
313313
- version:
314-
-REPLACEME
314+
-v19.0.0
315315
pr-url: https://github.com/nodejs/node/pull/43522
316316
description: The agent now uses HTTP Keep-Alive by default.
317317
-->

‎doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ This feature is not available in [`Worker`][] threads.
10411041
<!-- YAML
10421042
added: v0.7.7
10431043
changes:
1044-
- version:REPLACEME
1044+
- version:v19.0.0
10451045
pr-url: https://github.com/nodejs/node/pull/43627
10461046
description: The `process.config` object is now frozen.
10471047
- version: v16.0.0

‎doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ where `secureSocket` has the same API as `pair.cleartext`.
20122012
<!-- YAML
20132013
added: v0.3.2
20142014
changes:
2015-
- version:REPLACEME
2015+
- version:v19.0.0
20162016
pr-url: https://github.com/nodejs/node/pull/44031
20172017
description: If `ALPNProtocols` is set, incoming connections that send an
20182018
ALPN extension with no supported protocols are terminated with

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp