Changelog

nodejs/node · · 3 commits

ReadableStream tee API goes public

Node exposes ReadableStreamTee, updates Temporal Rust requirements, and adds flaky-test guidance.

Expose ReadableStreamTee as a public API (mcollina4d27d80)

Node now exports ReadableStreamTee(stream[, cloneForBranch2]), wrapping the internal WHATWG tee operation with argument validation. The new API lets web-platform code opt into cloned chunks for the second branch, matching behaviors used by specs like Fetch body cloning.

Raise Temporal Rust baseline to 1.83 (aduh95d3502e2)

The Temporal toolchain and vendored crates were bumped to the newer Rust/temporal_rs stack, and the build docs/workflows now require Rust 1.83. This keeps Node aligned with the updated upstream dependency set and ensures CI builds use the expected compiler version.

Other misc changes

  • CI/docs guidance added recommending node-stress-single-test when fixing flaky tests (trivikrc7ddda9).
  • Minor collaborator/onboarding wording updates around test reliability (trivikrc7ddda9).