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

Commitd71915a

Browse files
RafaelGSSruyadorno
andcommitted
2022-10-18, Version 19.0.0 (Current)
Notable Changes:doc: * graduate webcrypto to stable (Filip Skokan)#44897esm: * remove specifier resolution flag (Geoffrey Booth)#44859http: * (SEMVER-MAJOR) use Keep-Alive by default in global agents (Paolo Insogna)#43522build: * (SEMVER-MAJOR) remove dtrace & etw support (Ben Noordhuis)#43652 * (SEMVER-MAJOR) remove systemtap support (Ben Noordhuis)#43651Deprecation and Removals:* deprecate url.parse() (Rich Trott)#44919* (SEMVER-MAJOR) runtime deprecate exports double slash maps (Guy Bedford)#44495* (SEMVER-MAJOR) runtime deprecate coercion to integer in `process.exit()` (Daeyeon Jeong)#44711Semver-Major Commits:* [53f73d1] - (SEMVER-MAJOR) build: enable V8's trap handler on Windows (Michaël Zasso)#44741* [06aaf8a] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso)#44741* [aa3a572] - (SEMVER-MAJOR) build: remove dtrace & etw support (Ben Noordhuis)#43652* [38f1e27] - (SEMVER-MAJOR) build: remove systemtap support (Ben Noordhuis)#43651* [2849283] - (SEMVER-MAJOR) crypto: remove non-standard `webcrypto.Crypto.prototype.CryptoKey` (Antoine du Hamel)#42083* [a1653ac] - (SEMVER-MAJOR) crypto: do not allow to call setFips from the worker thread (Sergey Petushkov)#43624* [fd36a8d] - (SEMVER-MAJOR) deps: update llhttp to 8.1.0 (Paolo Insogna)#44967* [89ecddd] - (SEMVER-MAJOR) deps: bump minimum ICU version to 71 (Michaël Zasso)#44741* [66fe446] - (SEMVER-MAJOR) deps: V8: cherry-pick 0cccb6f27d78 (Michaël Zasso)#44741* [88ed027] - (SEMVER-MAJOR) deps: V8: cherry-pick 7ddb8399f9f1 (Michaël Zasso)#44741* [26c651c] - (SEMVER-MAJOR) deps: V8: cherry-pick 1b3a4f0c34a1 (Michaël Zasso)#44741* [c8ff2df] - (SEMVER-MAJOR) deps: V8: cherry-pick b161a0823165 (Michaël Zasso)#44741* [7a8fa2d] - (SEMVER-MAJOR) deps: fix V8 build on Windows with MSVC (Michaël Zasso)#44741* [83b0aaa] - (SEMVER-MAJOR) deps: fix V8 build on SmartOS (Michaël Zasso)#44741* [7a952e8] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso)#44741* [6bd756d] - (SEMVER-MAJOR) deps: update V8 to 10.7.193.13 (Michaël Zasso)#44741* [03fb789] - (SEMVER-MAJOR) events: add null check for the signal of EventTarget (Masashi Hirano)#43153* [a4fa526] - (SEMVER-MAJOR) fs: add directory autodetection to fsPromises.symlink() (Livia Medeiros)#42894* [bb4891d] - (SEMVER-MAJOR) fs: add validateBuffer to improve error (Hirotaka Tagawa / wafuwafu13)#44769* [950a441] - (SEMVER-MAJOR) fs: remove coercion to string in writing methods (Livia Medeiros)#42796* [41a6d82] - (SEMVER-MAJOR) fs: harden fs.readSync(buffer, options) typecheck (LiviaMedeiros)#42772* [2275faa] - (SEMVER-MAJOR) fs: harden fs.read(params, callback) typecheck (LiviaMedeiros)#42772* [29953a0] - (SEMVER-MAJOR) fs: harden filehandle.read(params) typecheck (LiviaMedeiros)#42772* [4267b92] - (SEMVER-MAJOR) http: use Keep-Alive by default in global agents (Paolo Insogna)#43522* [0324529] - (SEMVER-MAJOR) inspector: introduce inspector/promises API (Erick Wendel)#44250* [8027099] - (SEMVER-MAJOR) lib: enable global CustomEvent by default (Daeyeon Jeong)#44860* [f529f73] - (SEMVER-MAJOR) lib: brand check event handler property receivers (Chengzhong Wu)#44483* [6de2673] - (SEMVER-MAJOR) lib: enable global WebCrypto by default (Antoine du Hamel)#42083* [73ba883] - (SEMVER-MAJOR) lib: use private field in AbortController (Joyee Cheung)#43820* [7dd2f41] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford)#44495* [22c39b1] - (SEMVER-MAJOR) path: the dot will be added(path.format) if it is not specified in `ext` (theanarkh)#44349* [587367d] - (SEMVER-MAJOR) perf_hooks: expose webperf global scope interfaces (Chengzhong Wu)#44483* [364c0e1] - (SEMVER-MAJOR) perf_hooks: fix webperf idlharness (Chengzhong Wu)#44483* [ada2d05] - (SEMVER-MAJOR) process: runtime deprecate coercion to integer in `process.exit()` (Daeyeon Jeong)#44711* [e0ab8dd] - (SEMVER-MAJOR) process: make process.config read only (Sergey Petushkov)#43627* [481a959] - (SEMVER-MAJOR) readline: remove `question` method from `InterfaceConstructor` (Antoine du Hamel)#44606* [c9602ce] - (SEMVER-MAJOR) src: use new v8::OOMErrorCallback API (Michaël Zasso)#44741* [19a70c1] - (SEMVER-MAJOR) src: override CreateJob instead of PostJob (Clemens Backes)#44741* [fd52c62] - (SEMVER-MAJOR) src: use V8_ENABLE_SANDBOX macro (Michaël Zasso)#44741* [c10988d] - (SEMVER-MAJOR) src: use non-deprecated V8 inspector API (Michaël Zasso)#44741* [3efe901] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 111 (Michaël Zasso)#44741* [77e5856] - (SEMVER-MAJOR) src: turn embedder api overload into default argument (Alena Khineika)#43629* [dabda03] - (SEMVER-MAJOR) src: per-environment time origin value (Chengzhong Wu)#43781* [2e49b99] - (SEMVER-MAJOR) src,test: disable freezing V8 flags on initialization (Clemens Backes)#44741* [2b32985] - (SEMVER-MAJOR) stream: use null for the error argument (Luigi Pinca)#44312* [36805e8] - (SEMVER-MAJOR) test: adapt test-repl for V8 update (Michaël Zasso)#44741* [96ef257] - (SEMVER-MAJOR) test: adapt test-repl-pretty-*stack to V8 changes (Michaël Zasso)#44741* [71c193e] - (SEMVER-MAJOR) test: adapt to new JSON SyntaxError messages (Michaël Zasso)#44741* [b5f1564] - (SEMVER-MAJOR) test: rename always-opt flag to always-turbofan (Michaël Zasso)#44741* [1acf033] - (SEMVER-MAJOR) test: fix test-hash-seed for new V8 versions (Michaël Zasso)#44741* [57ff476] - (SEMVER-MAJOR) test: remove duplicate test (Luigi Pinca)#44051* [77def91] - (SEMVER-MAJOR) tls,http2: send fatal alert on ALPN mismatch (Tobias Nießen)#44031* [4860ad9] - (SEMVER-MAJOR) tools: update V8 gypfiles for 10.7 (Michaël Zasso)#44741PR-URL:#44626Co-authored-by: Ruy Adorno <ruyadorno@google.com>
1 parent37e5152 commitd71915a

23 files changed

+237
-6
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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,6 +37,9 @@ release.
3537
</tr>
3638
<tr>
3739
<tdvalign="top">
40+
<b><ahref="doc/changelogs/CHANGELOG_V19.md#19.0.0">19.0.0</a></b><br/>
41+
</td>
42+
<tdvalign="top">
3843
<b><ahref="doc/changelogs/CHANGELOG_V18.md#18.11.0">18.11.0</a></b><br/>
3944
<ahref="doc/changelogs/CHANGELOG_V18.md#18.10.0">18.10.0</a><br/>
4045
<ahref="doc/changelogs/CHANGELOG_V18.md#18.9.1">18.9.1</a><br/>

‎doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4612,7 +4612,7 @@ default with the above values.
46124612
<!-- YAML
46134613
added: v0.11.5
46144614
changes:
4615-
- version:REPLACEME
4615+
- version:v19.0.0
46164616
pr-url: https://github.com/nodejs/node/pull/42796
46174617
description: Passing to the `string` parameter an object with an own
46184618
`toString` function is no longer supported.
@@ -4684,7 +4684,7 @@ details.
46844684
<!-- YAML
46854685
added: v0.1.29
46864686
changes:
4687-
- version:REPLACEME
4687+
- version:v19.0.0
46884688
pr-url: https://github.com/nodejs/node/pull/42796
46894689
description: Passing to the `string` parameter an object with an own
46904690
`toString` function is no longer supported.
@@ -5926,7 +5926,7 @@ this API: [`fs.utimes()`][].
59265926
<!--YAML
59275927
added: v0.1.29
59285928
changes:
5929-
- version:REPLACEME
5929+
- version:v19.0.0
59305930
pr-url: https://github.com/nodejs/node/pull/42796
59315931
description: Passing to the`data` parameter an objectwith an own
59325932
`toString`function is no longer supported.

‎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

‎doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
</table>
155155

156156
* Other Versions
157+
*[19.x](CHANGELOG_V19.md)
157158
*[18.x](CHANGELOG_V18.md)
158159
*[17.x](CHANGELOG_V17.md)
159160
*[16.x](CHANGELOG_V16.md)

‎doc/changelogs/CHANGELOG_IOJS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
</table>
6363

6464
* Other Versions
65+
*[19.x](CHANGELOG_V19.md)
6566
*[18.x](CHANGELOG_V18.md)
6667
*[17.x](CHANGELOG_V17.md)
6768
*[16.x](CHANGELOG_V16.md)

‎doc/changelogs/CHANGELOG_V10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
</table>
5959

6060
* Other Versions
61+
* [19.x](CHANGELOG_V19.md)
6162
* [18.x](CHANGELOG_V18.md)
6263
* [17.x](CHANGELOG_V17.md)
6364
* [16.x](CHANGELOG_V16.md)

‎doc/changelogs/CHANGELOG_V11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</table>
3131

3232
* Other Versions
33+
* [19.x](CHANGELOG_V19.md)
3334
* [18.x](CHANGELOG_V18.md)
3435
* [17.x](CHANGELOG_V17.md)
3536
* [16.x](CHANGELOG_V16.md)

‎doc/changelogs/CHANGELOG_V12.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
</table>
6868

6969
* Other Versions
70+
* [19.x](CHANGELOG_V19.md)
7071
* [18.x](CHANGELOG_V18.md)
7172
* [17.x](CHANGELOG_V17.md)
7273
* [16.x](CHANGELOG_V16.md)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp