Skip to content

Commit

Permalink
2022-09-28, Version 18.10.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

doc:
  * (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) <#44588>
gyp:
  * libnode for ios app embedding (chexiongsheng) <#44210>
http:
  * (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) (<#44378>)
stream:
  * (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong) (<#44505>)

PR-URL: #44799
  • Loading branch information
RafaelGSS committed Sep 28, 2022
1 parent 1438557 commit 7b36855
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -35,7 +35,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.9.1">18.9.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.10.0">18.10.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V18.md#18.9.1">18.9.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V18.md#18.9.0">18.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V18.md#18.8.0">18.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V18.md#18.7.0">18.7.0</a><br/>
Expand Down
12 changes: 6 additions & 6 deletions doc/api/deprecations.md
Expand Up @@ -2889,7 +2889,7 @@ Prefer [`message.socket`][] over [`message.connection`][].

<!-- YAML
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/43627
description: End-of-Life.
- version: v16.0.0
Expand Down Expand Up @@ -3131,7 +3131,7 @@ resources and not the actual references.

<!-- YAML
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/42796
description: End-of-Life.
- version: v18.0.0
Expand Down Expand Up @@ -3175,7 +3175,7 @@ thing instead.

<!-- YAML
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44714
description: Documentation-only deprecation of `process.exitCode` integer
coercion.
Expand Down Expand Up @@ -3210,10 +3210,10 @@ The [`--trace-atomics-wait`][] flag is deprecated.

<!-- YAML
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44495
description: Runtime deprecation.
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44477
description: Documentation-only deprecation
with `--pending-deprecation` support.
Expand All @@ -3230,7 +3230,7 @@ starting or ending in a slash.

<!-- YAML
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44588
description: Documentation-only deprecation.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/inspector.md
Expand Up @@ -20,7 +20,7 @@ const inspector = require('node:inspector');
<!-- YAML
added: v9.0.0
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44489
description: The API is exposed in the worker threads.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/v8.md
Expand Up @@ -359,7 +359,7 @@ if (isMainThread) {
## `v8.setHeapSnapshotNearHeapLimit(limit)`

<!-- YAML
added: REPLACEME
added: v18.10.0
-->

> Stability: 1 - Experimental
Expand Down
4 changes: 2 additions & 2 deletions doc/api/webstreams.md
Expand Up @@ -300,7 +300,7 @@ is active.
<!-- YAML
added: v16.5.0
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44505
description: Support teeing a readable byte stream.
-->
Expand Down Expand Up @@ -652,7 +652,7 @@ Signals an error that causes the {ReadableStream} to error and close.
<!-- YAML
added: v16.5.0
changes:
- version: REPLACEME
- version: v18.10.0
pr-url: https://github.com/nodejs/node/pull/44702
description: Support handling a BYOB pull request from a released reader.
-->
Expand Down

0 comments on commit 7b36855

Please sign in to comment.