-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v14.18.2 proposal #40969
v14.18.2 proposal #40969
Conversation
PR-URL: #37294 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #40127 Reviewed-By: Richard Lau <[email protected]>
Safari needs a vendor prefix on the appearance of the checkbox. PR-URL: #40135 Backport-PR-URL: #40561 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Fixes: #25988 PR-URL: #40838 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #40296 Backport-PR-URL: #40689 Fixes: #40294 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #40296 Backport-PR-URL: #40689 Fixes: #40294 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #40296 Backport-PR-URL: #40689 Fixes: #40294 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
The build-docs workflow runs tests which means it is sensitive to globals and can fail if the `node` running the test has a different set of globals to that expected by `test/common`. PR-URL: #40939 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Add a script to automate updating of the c-ares dependency and accompanying maintenance guide. PR-URL: #40660 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Updated as described in doc/guides/maintaining-c-ares.md. PR-URL: #40660 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #38482 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
This is a patch release. #40564 is on my radar to include in this release if I can get the CI to pass. Please let me know if there are any other semver patch things that should be considered. Please don't derail this PR with discussions around semver-minors as they're out of scope for this release. We've penciled in a Node.js 14 semver-minor for sometime in January (nodejs/Release#567) to pick up the commits already on |
It can happen that the `NearHeapLimit` callback is called while calling the `oninit()` function on `MessagePort` construction causing a deadlock when the `Worker::Exit()` method is called, as the `mutex_` was already held on the `CreateEnvMessagePort()` method. To fix it, just use the `mutex_` to protect the `child_port_data_` variable and avoid holding it when creating the `MessagePort`. Also, return early from `Worker::Run()` if the worker message port could not be created. Fixes: #38208 PR-URL: #38403 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #40325 Backport-PR-URL: #40564 Fixes: #40305 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
Notable changes This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores (#39780). Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building. PR-URL: #40969
a9ff5e3
to
c3dd76a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CI: https://ci.nodejs.org/job/node-test-pull-request/41143/ (✔️) CITGM -- I ran a second set of 14.18.1/14.18.2 runs as Jenkins was showing a 26 extra failures in 14.18.2 (30 in the second set) but this turns out to be because 14.18.1 doesn't build on our Windows CI hosts because it doesn't have the Python 3.10 compatibility patches. 14.18.1: ncu-ci citgm 2799 2800FAILURE: 5 failures in 2800 not present in 2799
┌────────────────────────┬─────────────────────────┐
│ (index) │ 0 │
├────────────────────────┼─────────────────────────┤
│ fedora-last-latest-x64 │ 'socket.io-v4.4.0' │
│ debian10-x64 │ │
│ win-vs2019 │ │
│ fedora-latest-x64 │ │
│ debian9-64 │ │
│ aix71-ppc64 │ │
│ osx1015 │ 'async-v3.2.2' │
│ rhel7-s390x │ │
│ osx1014 │ 'torrent-stream-v1.2.1' │
│ ubuntu1604-64 │ 'socket.io-v4.4.0' │
│ win-vs2017 │ │
│ centos7-ppcle │ 'multer-v1.4.3' │
│ ubuntu1804-64 │ │
└────────────────────────┴─────────────────────────┘ ncu-ci citgm 2801 2802FAILURE: 7 failures in 2802 not present in 2801
┌────────────────────────┬───────────────────────────┬─────────────────────┬─────────────────────────┐
│ (index) │ 0 │ 1 │ 2 │
├────────────────────────┼───────────────────────────┼─────────────────────┼─────────────────────────┤
│ ubuntu1604-64 │ 'torrent-stream-v1.2.1' │ │ │
│ centos7-ppcle │ 'express-session-v1.17.2' │ 'spawn-wrap-v2.0.0' │ 'torrent-stream-v1.2.1' │
│ debian10-x64 │ │ │ │
│ aix71-ppc64 │ │ │ │
│ fedora-last-latest-x64 │ │ │ │
│ win-vs2019 │ │ │ │
│ ubuntu1804-64 │ │ │ │
│ rhel7-s390x │ │ │ │
│ osx1014 │ 'fastify-v3.24.0' │ │ │
│ osx1015 │ 'socket.io-v4.4.0' │ │ │
│ win-vs2017 │ │ │ │
│ debian9-64 │ 'pump-v3.0.0' │ │ │
│ fedora-latest-x64 │ │ │ │
└────────────────────────┴───────────────────────────┴─────────────────────┴─────────────────────────┘ Release build on c3dd76a: https://ci-release.nodejs.org/job/iojs+release/8106/ |
Notable changes This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores (#39780). Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building. PR-URL: #40969
Notable changes This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores (nodejs#39780). Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building. PR-URL: nodejs#40969
2021-11-30, Version 14.18.2 'Fermium' (LTS), @richardlau
Notable changes
This release contains a c-ares update to fix a regression introduced in
Node.js 14.17.5 resolving CNAME records containing underscores
#39780.
Also included are commits to allow Node.js 14 to continue to build and
pass tests on our Jenkins CI, including adding Python 3.10 to the list
of allowable Python versions for building.
Commits
7923c61a62
] - build: pin build-docs workflow to Node.js 14 (Richard Lau) #40939da356128fb
] - build: support Python 3.10.0 (FrankQiu) #402969c3a85d279
] - deps: update c-ares to 1.18.1 (Richard Lau) #40660cd7c340545
] - deps: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) #402966330d435f5
] - doc: mark Node.js 10 as End-of-Life (Richard Lau) #384828ca082ec71
] - doc: fix CJS-ESM selector in Safari (Bradley Farias) #4013592490d1c89
] - doc: add macOS arm64 experimental status (Michael Rienstra) #401278894bdd4d8
] - lib: fix regular expression to detect `/` and `\` (Francesco Trotta) #40325704989b698
] - test: deflake child-process-pipe-dataflow (Luigi Pinca) #40838df401cd346
] - test: update upload.zip to be uncorrupted (Greg Ziskind) #37294aa947f7dbf
] - tools: add script to update c-ares (Richard Lau) #406606b7b2bba41
] - tools: patch jinja2 for Python 3.10 compat (Michaël Zasso) #4029639583f77d8
] - worker: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) #38403