What changed in readable-stream from 3 to 4
8 releases numbered after v3.6.2 up to and including v4.7.0, stable releases only. v3.6.2 and v4.7.0 are the newest stable releases of 3 and 4 we track; this page follows them as new ones ship.
- 1 removes or deprecates something
11 changes across 8 releases
- Remove Readable.fromWeb and Readable.toWeb methods
Original release notes, newest first
The list above is our reading of these notes; the originals from Node.js are here, one fold per release.
v4.7.0
What's Changed
- Fix
string_decoderimport by @jeswr in https://github.com/nodejs/readable-stream/pull/548 - Update build for #542 by @MattiasBuelens in https://github.com/nodejs/readable-stream/pull/549
- Run lint on CI by @MattiasBuelens in https://github.com/nodejs/readable-stream/pull/550
New Contributors
- @MattiasBuelens made their first contribution in https://github.com/nodejs/readable-stream/pull/549
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.6.0...v4.7.0
v4.6.0
What's Changed
- fix:
internalStreamsWeakHandlerreplacement 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
v4.5.2
What's Changed
- Update esbuild to v0.19 by @mcollina in https://github.com/nodejs/readable-stream/pull/531
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.5.1...v4.5.2
v4.5.1
What's Changed
- Use globalThis instead of global by @mcollina in https://github.com/nodejs/readable-stream/pull/530
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.5.0...v4.5.1
v4.5.0
What's Changed
- Update to Node.js 18.19.0, add Node 21.x to CI by @mcollina in https://github.com/nodejs/readable-stream/pull/528
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.4.2...v4.5.0
v4.4.2
What's Changed
- fix: add string decoder as a dependency by @jeswr in https://github.com/nodejs/readable-stream/pull/522
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.4.1...v4.4.2
v4.4.1
What's Changed
- chore: add node 20 to CI checks by @jeswr in https://github.com/nodejs/readable-stream/pull/518
- fix: don't require
streampackage in codebase by @jeswr in https://github.com/nodejs/readable-stream/pull/520
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.4.0...v4.4.1
v4.4.0
What's Changed
- fix: removes
Readable.fromWebandReadable.toWebmethods by @RishabhKodes in https://github.com/nodejs/readable-stream/pull/506 - Update to Node v18.16.0 by @mcollina in https://github.com/nodejs/readable-stream/pull/515
New Contributors
- @RishabhKodes made their first contribution in https://github.com/nodejs/readable-stream/pull/506
Full Changelog: https://github.com/nodejs/readable-stream/compare/v4.3.0...v4.4.0