Skip to content

Commit

Permalink
2023-04-10, Version 19.9.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

events:
  * (SEMVER-MINOR) add getMaxListeners method (Khafra) #47039
lib:
  * (SEMVER-MINOR) add tracing channel to diagnostics\_channel (Stephen Belanger)
msi:
  * (SEMVER-MINOR) migrate to WiX4 (Stefan Stojanovic) #45943
node-api:
  * (SEMVER-MINOR) deprecate napi\_module\_register (Vladimir Morozov) #46319
stream:
  * (SEMVER-MINOR) add setter & getter for default highWaterMark (Robert Nagy) #46929
url:
  * (SEMVER-MINOR) implement URL.canParse (Khafra) #47179
test_runner:
  * (SEMVER-MINOR) expose reporter for use in run api (Chemi Atlow) #47238

PR-URL: #47441
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
  • Loading branch information
RafaelGSS committed Apr 11, 2023
1 parent 3a98dd3 commit c8f6f85
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 19 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_V19.md#19.8.1">19.8.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.9.0">19.9.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.8.1">19.8.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.7.0">19.7.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Expand Up @@ -3295,7 +3295,7 @@ Node-API callbacks.

<!-- YAML
changes:
- version: REPLACEME
- version: v19.9.0
pr-url: https://github.com/nodejs/node/pull/47203
description: Added support for `--pending-deprecation`.
- version:
Expand Down
20 changes: 10 additions & 10 deletions doc/api/diagnostics_channel.md
Expand Up @@ -235,7 +235,7 @@ diagnostics_channel.unsubscribe('my-channel', onMessage);

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -465,7 +465,7 @@ channel.unsubscribe(onMessage);

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -509,7 +509,7 @@ channel.bindStore(store, (data) => {

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -548,7 +548,7 @@ channel.unbindStore(store);

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -609,7 +609,7 @@ channel.runStores({ some: 'message' }, () => {

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand All @@ -626,7 +626,7 @@ dynamically.

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -694,7 +694,7 @@ channels.subscribe({

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -764,7 +764,7 @@ channels.unsubscribe({

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -809,7 +809,7 @@ channels.traceSync(() => {

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -857,7 +857,7 @@ channels.tracePromise(async () => {

<!-- YAML
added:
- REPLACEME
- v19.9.0
-->

> Stability: 1 - Experimental
Expand Down
2 changes: 1 addition & 1 deletion doc/api/events.md
Expand Up @@ -1269,7 +1269,7 @@ const { getEventListeners, EventEmitter } = require('node:events');
## `events.getMaxListeners(emitterOrTarget)`

<!-- YAML
added: REPLACEME
added: v19.9.0
-->

* `emitterOrTarget` {EventEmitter|EventTarget}
Expand Down
4 changes: 2 additions & 2 deletions doc/api/stream.md
Expand Up @@ -3351,7 +3351,7 @@ reader.read().then(({ value, done }) => {
### `stream.getDefaultHighWaterMark(objectMode)`

<!-- YAML
added: REPLACEME
added: v19.9.0
-->

* {boolean} objectMode
Expand All @@ -3363,7 +3363,7 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`.
### `stream.setDefaultHighWaterMark(objectMode, value)`

<!-- YAML
added: REPLACEME
added: v19.9.0
-->

* {boolean} objectMode
Expand Down
2 changes: 1 addition & 1 deletion doc/api/test.md
Expand Up @@ -521,7 +521,7 @@ added:
- v19.6.0
- v18.15.0
changes:
- version: REPLACEME
- version: v19.9.0
pr-url: https://github.com/nodejs/node/pull/47238
description: Reporters are now exposed at `node:test/reporters`.
-->
Expand Down
4 changes: 2 additions & 2 deletions doc/api/url.md
Expand Up @@ -669,7 +669,7 @@ ID that isn't registered will silently fail.
#### `URL.canParse(input[, base])`

<!-- YAML
added: REPLACEME
added: v19.9.0
-->

* `input` {string} The absolute or relative input URL to parse. If `input`
Expand Down Expand Up @@ -1254,7 +1254,7 @@ added:
- v15.7.0
- v14.18.0
changes:
- version: REPLACEME
- version: v19.9.0
pr-url: https://github.com/nodejs/node/pull/46989
description: The returned object will also contain all the own enumerable
properties of the `url` argument.
Expand Down
183 changes: 182 additions & 1 deletion doc/changelogs/CHANGELOG_V19.md

Large diffs are not rendered by default.

0 comments on commit c8f6f85

Please sign in to comment.