Skip to content

deps: upgrade to libuv 1.22.0 - #21731

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:libuv
Jul 11, 2018
Merged

deps: upgrade to libuv 1.22.0#21731
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:libuv

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

There shouldn't be anything of much interest to Node in this upgrade. The primary reason for the release is to fix an accidental ABI breakage in 1.21.0.

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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the libuv Issues and PRs related to the libuv dependency or the uv binding. label Jul 10, 2018
@addaleaxaddaleax added the fast-track PRs that do not need to wait for 48 hours to land. label Jul 10, 2018
@addaleax

Copy link
Copy Markdown
Member

Please 👍 this comment to allow for fast-tracking, I’d like to see the ABI breakage fix release this week if it’s possible.

@cjihrig

cjihrig commented Jul 11, 2018

Copy link
Copy Markdown
ContributorAuthor

PR-URL: nodejs#21731
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@cjihrig
cjihrig merged commit 8174d0c into nodejs:masterJul 11, 2018
freelook pushed a commit to freelook/node that referenced this pull request Jul 11, 2018
PR-URL: nodejs#21731
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jul 12, 2018
PR-URL: #21731
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos added a commit that referenced this pull request Jul 17, 2018
Notable changes:
* console:
* The `console.timeLog()` method has been implemented. (#21312)
* deps:
* Upgrade to libuv 1.22.0. (#21731)
* Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1). (#21728)
* http:
* Added support for passing both `timeout` and `agent` options to
`http.request`. (#21204)
* napi:
* Added experimental support for functions dealing with bigint numbers. (#21226)
* process:
* The `process.hrtime.bigint()` method has been implemented. (#21256)
* Added the `--title` command line argument to set the process title on
startup. (#21477)
* trace_events:
* Added process_name metadata. (#21477)
@targostargos mentioned this pull request Jul 17, 2018
targos added a commit that referenced this pull request Jul 18, 2018
Notable changes:
* console:
* The `console.timeLog()` method has been implemented. (#21312)
* deps:
* Upgrade to libuv 1.22.0. (#21731)
* Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1). (#21728)
* http:
* Added support for passing both `timeout` and `agent` options to
`http.request`. (#21204)
* napi:
* Added experimental support for functions dealing with bigint numbers. (#21226)
* process:
* The `process.hrtime.bigint()` method has been implemented. (#21256)
* Added the `--title` command line argument to set the process title on
startup. (#21477)
* trace_events:
* Added process_name metadata. (#21477)
* Added new collaborators
* codebytere - Shelley Vohr
PR-URL: #21851
targos added a commit that referenced this pull request Jul 18, 2018
Notable changes:
* console:
* The `console.timeLog()` method has been implemented.
(#21312)
* deps:
* Upgrade to libuv 1.22.0. (#21731)
* Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1).
(#21728)
* http:
* Added support for passing both `timeout` and `agent` options to
`http.request`. (#21204)
* inspector:
* Expose the original console API in `require('inspector').console`.
(#21659)
* napi:
* Added experimental support for functions dealing with bigint numbers.
(#21226)
* process:
* The `process.hrtime.bigint()` method has been implemented.
(#21256)
* Added the `--title` command line argument to set the process title on
startup. (#21477)
* trace_events:
* Added process_name metadata.
(#21477)
* Added new collaborators
* codebytere - Shelley Vohr
PR-URL: #21851
targos added a commit that referenced this pull request Jul 18, 2018
Notable changes:
* console:
* The `console.timeLog()` method has been implemented.
(#21312)
* deps:
* Upgrade to libuv 1.22.0. (#21731)
* Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1).
(#21728)
* http:
* Added support for passing both `timeout` and `agent` options to
`http.request`. (#21204)
* inspector:
* Expose the original console API in `require('inspector').console`.
(#21659)
* napi:
* Added experimental support for functions dealing with bigint numbers.
(#21226)
* process:
* The `process.hrtime.bigint()` method has been implemented.
(#21256)
* Added the `--title` command line argument to set the process title on
startup. (#21477)
* trace_events:
* Added process_name metadata.
(#21477)
* Added new collaborators
* codebytere - Shelley Vohr
PR-URL: #21851
MylesBorins pushed a commit to MylesBorins/node that referenced this pull request Nov 5, 2018
PR-URL: nodejs#21731
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 11, 2018
Backport-PR-URL: #24103
PR-URL: #21731
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Nov 12, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-trackPRs that do not need to wait for 48 hours to land.libuvIssues and PRs related to the libuv dependency or the uv binding.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@nodejs-github-bot@addaleax@jasnell@santigimeno