Skip to content

doc: mark stream.compose stable#62562

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
mcollina:doc-stream-compose-stable
May 16, 2026
Merged

doc: mark stream.compose stable#62562
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
mcollina:doc-stream-compose-stable

Conversation

@mcollina

@mcollina mcollina commented Apr 2, 2026

Copy link
Copy Markdown
Member

Mark stream.compose() as stable.

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels Apr 2, 2026
@mcollina
mcollina force-pushed the doc-stream-compose-stable branch from 1a5e400 to f5c9eb8 Compare May 14, 2026 16:59
Signed-off-by: Matteo Collina <[email protected]>
@mcollina
mcollina force-pushed the doc-stream-compose-stable branch from f5c9eb8 to 553c1be Compare May 14, 2026 17:02
@mcollina mcollina added commit-queue Add this label to land a pull request using GitHub Actions. notable-change PRs with changes that should be highlighted in changelogs. labels May 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

The notable-change PRs with changes that should be highlighted in changelogs. label has been added by @mcollina.

Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section.

@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 16, 2026
@nodejs-github-bot
nodejs-github-bot merged commit 19dd555 into nodejs:main May 16, 2026
23 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 19dd555

aduh95 pushed a commit that referenced this pull request May 19, 2026
Signed-off-by: Matteo Collina <[email protected]>
PR-URL: #62562
Reviewed-By: James M Snell <[email protected]>
aduh95 pushed a commit that referenced this pull request May 19, 2026
Signed-off-by: Matteo Collina <[email protected]>
PR-URL: #62562
Reviewed-By: James M Snell <[email protected]>
nodejs-github-bot added a commit that referenced this pull request May 19, 2026
Notable changes:

doc:
  * mark stream.compose stable (Matteo Collina) #62562
fs:
  * (SEMVER-MINOR) add `Temporal.Instant` support to `Stats` and `BigIntStats` (Livia Medeiros) #60789
http:
  * (SEMVER-MINOR) add writeInformation to send arbitrary 1xx status codes (Tim Perry) #63155

PR-URL: #63440
aduh95 added a commit that referenced this pull request May 20, 2026
Notable changes:

doc:
  * mark `stream.compose` stable (Matteo Collina) #62562
fs:
  * (SEMVER-MINOR) add `Temporal.Instant` support to `Stats` and `BigIntStats` (Livia Medeiros) #60789
http:
  * (SEMVER-MINOR) add `writeInformation` to send arbitrary 1xx status codes (Tim Perry) #63155

PR-URL: #63440
aduh95 added a commit that referenced this pull request May 20, 2026
Notable changes:

doc:
  * mark `stream.compose` stable (Matteo Collina) #62562
fs:
  * (SEMVER-MINOR) add `Temporal.Instant` support to `Stats` and `BigIntStats` (Livia Medeiros) #60789
http:
  * (SEMVER-MINOR) add `writeInformation` to send arbitrary 1xx status codes (Tim Perry) #63155

PR-URL: #63440
panva pushed a commit to panva/node that referenced this pull request May 23, 2026
Notable changes:

doc:
  * mark `stream.compose` stable (Matteo Collina) nodejs#62562
fs:
  * (SEMVER-MINOR) add `Temporal.Instant` support to `Stats` and `BigIntStats` (Livia Medeiros) nodejs#60789
http:
  * (SEMVER-MINOR) add `writeInformation` to send arbitrary 1xx status codes (Tim Perry) nodejs#63155

PR-URL: nodejs#63440
araujogui pushed a commit to araujogui/node that referenced this pull request May 26, 2026
Signed-off-by: Matteo Collina <[email protected]>
PR-URL: nodejs#62562
Reviewed-By: James M Snell <[email protected]>
araujogui pushed a commit to araujogui/node that referenced this pull request May 26, 2026
Notable changes:

doc:
  * mark `stream.compose` stable (Matteo Collina) nodejs#62562
fs:
  * (SEMVER-MINOR) add `Temporal.Instant` support to `Stats` and `BigIntStats` (Livia Medeiros) nodejs#60789
http:
  * (SEMVER-MINOR) add `writeInformation` to send arbitrary 1xx status codes (Tim Perry) nodejs#63155

PR-URL: nodejs#63440
aduh95 pushed a commit that referenced this pull request Jun 25, 2026
Signed-off-by: Matteo Collina <[email protected]>
PR-URL: #62562
Reviewed-By: James M Snell <[email protected]>
nodejs-github-bot added a commit that referenced this pull request Jul 21, 2026
Notable changes:

buffer:
  * (SEMVER-MINOR) implement blob.textStream() (Matthew Aitken) #64036
deps:
  * (SEMVER-MINOR) update OpenSSL build config to support compression (Tim Perry) #62217
doc:
  * (SEMVER-MINOR) update `blockList` stability status to release candidate (alphaleadership) #63050
  * mark stream.compose stable (Matteo Collina) #62562
esm:
  * (SEMVER-MINOR) add `--experimental-import-text` flag (Efe) #62300
fs:
  * (SEMVER-MINOR) support caller-supplied readFile() buffers (Matteo Collina) #63634
http:
  * (SEMVER-MINOR) add httpValidation option to configure header value validation (RajeshKumar11) #61597
net:
  * (SEMVER-MINOR) support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive (Guy Bedford) #63825
stream:
  * (SEMVER-MINOR) expose ReadableStreamTee (Matteo Collina) #64195
tls:
  * (SEMVER-MINOR) report negotiated TLS groups (Filip Skokan) #64119
  * (SEMVER-MINOR) add certificateCompression option (Tim Perry) #62217

PR-URL: #64654
aduh95 added a commit that referenced this pull request Jul 21, 2026
Notable changes:

buffer:
  * (SEMVER-MINOR) implement `blob.textStream()` (Matthew Aitken) #64036
deps:
  * (SEMVER-MINOR) update OpenSSL build config to support compression (Tim Perry) #62217
doc:
  * (SEMVER-MINOR) update `blockList` stability status to release candidate (alphaleadership) #63050
  * mark `stream.compose` stable (Matteo Collina) #62562
esm:
  * (SEMVER-MINOR) add `--experimental-import-text` flag (Efe) #62300
fs:
  * (SEMVER-MINOR) support caller-supplied `readFile()` buffers (Matteo Collina) #63634
http:
  * (SEMVER-MINOR) add `httpValidation` option to configure header value validation (RajeshKumar11) #61597
net:
  * (SEMVER-MINOR) support `TCP_KEEPINTVL` and `TCP_KEEPCNT` in setKeepAlive (Guy Bedford) #63825
perf_hooks:
  * (SEMVER-MINOR) sample delay per event loop iteration (Pablo Erhard) #62935
stream:
  * (SEMVER-MINOR) expose `ReadableStreamTee` (Matteo Collina) #64195
tls:
  * (SEMVER-MINOR) report negotiated TLS groups (Filip Skokan) #64119
  * (SEMVER-MINOR) add `certificateCompression` option (Tim Perry) #62217

PR-URL: #64654
aduh95 added a commit that referenced this pull request Jul 21, 2026
Notable changes:

buffer:
  * (SEMVER-MINOR) implement `blob.textStream()` (Matthew Aitken) #64036
deps:
  * (SEMVER-MINOR) update OpenSSL build config to support compression (Tim Perry) #62217
doc:
  * (SEMVER-MINOR) update `blockList` stability status to release candidate (alphaleadership) #63050
  * mark `stream.compose` stable (Matteo Collina) #62562
esm:
  * (SEMVER-MINOR) add `--experimental-import-text` flag (Efe) #62300
fs:
  * (SEMVER-MINOR) support caller-supplied `readFile()` buffers (Matteo Collina) #63634
http:
  * (SEMVER-MINOR) add `httpValidation` option to configure header value validation (RajeshKumar11) #61597
net:
  * (SEMVER-MINOR) support `TCP_KEEPINTVL` and `TCP_KEEPCNT` in setKeepAlive (Guy Bedford) #63825
perf_hooks:
  * (SEMVER-MINOR) sample delay per event loop iteration (Pablo Erhard) #62935
src:
  * (SEMVER-MINOR) allow empty `--experimental-config-file` (Marco Ippolito) #61610
stream:
  * (SEMVER-MINOR) expose `ReadableStreamTee` (Matteo Collina) #64195
tls:
  * (SEMVER-MINOR) report negotiated TLS groups (Filip Skokan) #64119
  * (SEMVER-MINOR) add `certificateCompression` option (Tim Perry) #62217

PR-URL: #64654
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. notable-change PRs with changes that should be highlighted in changelogs. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants