Closed
Description
Right now Node 4.x is running libuv 1.8.0. Since libuv follows semver, any further versions in the v1.x branch have a backwards compatible API and a stable ABI.
There won't be another libuv 1.8.X, because we are in the v1.9.x cycle now, so Node v4.x should adopt the latest and greatest, as a general rule.
Now, given the current stdio situation (#6456) let's wait for that to settle before taking action, but I wanted to get the ball rolling.
Edit: The Plan