Skip to content

Conversation

@cjihrig
Copy link
Contributor

@cjihrigcjihrig commented Nov 24, 2017

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

deps

Notable Changes

  • Support for the IBM i platform has been added.
  • Bound sockets sent via spawn() are now tracked.
  • uv_os_getpid() has been added.

Full Changelog at https://github.com/libuv/libuv/blob/c6b7e19f81ec10dfe56f8cb20d5793f428a20711/ChangeLog#L1-L50

@nodejs-github-botnodejs-github-bot added the libuv Issues and PRs related to the libuv dependency or the uv binding. label Nov 24, 2017
@jasnell
Copy link
Member

Can you include a quick summary of what is new in this release in the PR or commit message?

@cjihrigcjihrigforce-pushed the libuv branch 2 times, most recently from 4b0d9af to 00f9b12CompareNovember 28, 2017 03:32
@cjihrigcjihrigforce-pushed the libuv branch 2 times, most recently from 4d4c9cc to 8fa5c8bCompareNovember 29, 2017 13:07
@cjihrigcjihrig changed the title deps: upgrade libuv to 1.17.0deps: upgrade libuv to 1.18.0Dec 1, 2017
@cjihrig
Copy link
ContributorAuthor

Updated to libuv 1.18.0.

CI: https://ci.nodejs.org/job/node-test-pull-request/11832/

@bnoordhuis
Copy link
Member

Infrastructure trouble... @nodejs/build Can someone please fix that .known_hosts issue on the Pi bots?

PR still LGTM though.

@cjihrigcjihrig merged commit 5ebfaa8 into nodejs:masterDec 1, 2017
@cjihrigcjihrig deleted the libuv branch December 1, 2017 14:04
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
PR-URL: #17282 Reviewed-By: Ben Noordhuis <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
PR-URL: #17282 Reviewed-By: Ben Noordhuis <[email protected]>
MylesBorins added a commit that referenced this pull request Dec 12, 2017
Notable changes: * async\_hooks: - add trace events to async_hooks (Andreas Madsen) #15538 - add provider types for net server (Andreas Madsen) #17157 * console: - console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033 * deps: - upgrade libuv to 1.18.0 (cjihrig) #17282 - patch V8 to 6.2.414.46 (Myles Borins) #17206 * module: - module.builtinModules will return a list of built in modules (Jon Moss) #16386 * n-api: - add helper for addons to get the event loop (Anna Henningsen) #17109 * process: - process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-on-uncaught-exception` (Anna Henningsen) #17159 - A signal handler is now able to receive the signal code that triggered the handler. (Robert Rossmann) #15606 * src: - embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981 * stream: - writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860 * **Added new collaborators** * [maclover7](https://github.com/maclover7) Jon Moss * [guybedford](https://github.com/guybedford) Guy Bedford * [hashseed](https://github.com/hashseed) Yang Guo PR-URL: Coming Soon
@MylesBorinsMylesBorins mentioned this pull request Dec 12, 2017
MylesBorins added a commit that referenced this pull request Dec 12, 2017
Notable changes: * async\_hooks: - add trace events to async_hooks (Andreas Madsen) #15538 - add provider types for net server (Andreas Madsen) #17157 * console: - console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033 * deps: - upgrade libuv to 1.18.0 (cjihrig) #17282 - patch V8 to 6.2.414.46 (Myles Borins) #17206 * module: - module.builtinModules will return a list of built in modules (Jon Moss) #16386 * n-api: - add helper for addons to get the event loop (Anna Henningsen) #17109 * process: - process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-on-uncaught-exception` (Anna Henningsen) #17159 - A signal handler is now able to receive the signal code that triggered the handler. (Robert Rossmann) #15606 * src: - embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981 * stream: - writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860 * **Added new collaborators** * [maclover7](https://github.com/maclover7) Jon Moss * [guybedford](https://github.com/guybedford) Guy Bedford * [hashseed](https://github.com/hashseed) Yang Guo PR-URL: #17631
MylesBorins added a commit that referenced this pull request Dec 12, 2017
Notable changes: * async\_hooks: - add trace events to async_hooks (Andreas Madsen) #15538 - add provider types for net server (Andreas Madsen) #17157 * console: - console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033 * deps: - upgrade libuv to 1.18.0 (cjihrig) #17282 - patch V8 to 6.2.414.46 (Myles Borins) #17206 * module: - module.builtinModules will return a list of built in modules (Jon Moss) #16386 * n-api: - add helper for addons to get the event loop (Anna Henningsen) #17109 * process: - process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-on-uncaught-exception` (Anna Henningsen) #17159 - A signal handler is now able to receive the signal code that triggered the handler. (Robert Rossmann) #15606 * src: - embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981 * stream: - writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860 * **Added new collaborators** * [maclover7](https://github.com/maclover7) Jon Moss * [guybedford](https://github.com/guybedford) Guy Bedford * [hashseed](https://github.com/hashseed) Yang Guo PR-URL: #17631
@gibfahngibfahn added the semver-minor PRs that contain new features and should be released in the next minor version. label Dec 19, 2017
@gibfahn
Copy link
Member

This seems semver-minor, is that correct?

@bnoordhuis
Copy link
Member

@gibfahn Correct.

gibfahn pushed a commit that referenced this pull request Feb 19, 2018
PR-URL: #17282 Reviewed-By: Ben Noordhuis <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libuvIssues and PRs related to the libuv dependency or the uv binding.semver-minorPRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@jasnell@bnoordhuis@gibfahn@nodejs-github-bot