# readable-stream v4.6.0 - Product: readable-stream (https://whatsnew.fyi/product/readable-stream) - Vendor: Node.js - Date: 2024-12-19 - Version: v4.6.0 - Original notes: https://github.com/nodejs/readable-stream/releases/tag/v4.6.0 - Permalink: https://whatsnew.fyi/product/readable-stream/releases/v4.6.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix internalStreamsWeakHandler replacement rule - **fixed** — Avoid using bigint literal syntax ##### What's Changed * fix: `internalStreamsWeakHandler` replacement rule by @natebuckareff in https://github.com/nodejs/readable-stream/pull/544 * fix: avoid using bigint literal syntax by @mman in https://github.com/nodejs/readable-stream/pull/542 ##### New Contributors * @natebuckareff made their first contribution in https://github.com/nodejs/readable-stream/pull/544 * @mman made their first contribution in https://github.com/nodejs/readable-stream/pull/542 **Full Changelog**: https://github.com/nodejs/readable-stream/compare/v4.5.2...v4.6.0