You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objectMode now remains false when no input streams use objectMode (#4) 35f24a2
Previously, it was always true.
It now sets the correct highWaterMark on the merged stream (#4) 35f24a2
Marked as breaking because changing the highWaterMark could technically result in some consumer's logic behaving differently, if that logic depends on reading the streams a specific amount of times, or if it assumes the chunks being read to have a specific size.