Expose ReadableStreamTee as a public API (
4d27d80)
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 (
d3502e2)
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.
