Skip to content

v8.1.3 proposal

Rodrigo Muino Tomonari requested to merge v8.1.3-proposal into v8.x

After talking with @mcollina for a bit, we agreed that it would be best to do a patch release soon rather than waiting for 8.2.0, so this is a light version of that proposal. We’d like to include https://github.com/nodejs/node/pull/13850 once that lands, but that should be about it.

I’ve marked 8.2.0 as blocked for now, but if any of the release people have the time to create RC builds for 8.2.0, I think that would still be a good way to get feedback on TF+I in Node 8.

/cc @nodejs/release @nodejs/ctc


2017-06-??, Version 8.1.3 (Current), @addaleax

Notable changes

  • Stream Two regressions with the stream module have been fixed:
    • The finish event will now always be emitted after the error event if one is emitted: [0a9e96e86c] #13850
    • In object mode, readable streams can now use undefined again. [5840138e70] #13760

Commits

Merge request reports

Loading