Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release v12.6.0 proposal #28508
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
Uh oh!
There was an error while loading. Please reload this page.
Release v12.6.0 proposal #28508
Changes from 1 commit
993c0dbe517b03d0de2042cf37f5cfb5ca317efd93990feafd949ead168c127040b9dbc491e4dd95d6103a2e67bb6a70525b92eb472f52a3359e20f424d91add53e6ac44db7f0856a4dc14e4d52053dd0337aef0db65594c4a357d1f2b8c857ac6610044fd24d12cef53297e68346596b448db351742b86063ceb632fc1fdd5e07fa213eb7c9226f564f8530e6070553d6ae6571cf55879f23b53daced71591309ffba80b9461ef8a67afc89ac3a55651ab3f6d94620c3c86b65e979bf204c9d87bd2caeeba2e3cb0a6da7f299c44f4c6f7af0a857f3174bc1d65c90b520ef837595486f3b444933d9cf5c41dbf5898b69caf05ad1cb89b3b658c7589ca7c86d384911d759e0fed8cee6def96ae47b230a558e9cff21ddb25047006818f0844762399d25d40e758a0030e6196c91d5a4d16926a8e1617449f508e369f17f1b6d0cbc3d693c5e3dd4d54973f21e6c7ebe4bca4a5ecf44943bc62b9e55d0ef1650bcfd8942f8619eb935367d02b822545e63990ed88c697cd78c5e8ad880f03e3ccd3c047b3b744bd90fd652496e8b980d2d1163fea2e414f6cee79b1bf560cf9113d014e121d2bdddce4947d8d4f9b82b80e04367732b808484c9a96ae624fd1719f92810111c61fd4d1e2004d26d937afcc5f9ee9f035b613eee66c5d38b98540ae2a61b4a7fb3f6f9688a64b70cd71aad3a493b8e71a0f4File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Notable changes: * build: * Experimental support for building Node.js on MIPS architecture is back. #27992 * child_process: * The promisified versions of `child_process.exec` and `child_process.execFile` now both return a `Promise` which has the child instance attached to their `child` property. #28325 * deps: * Updated libuv to 1.30.1. #28449, #28511 * Support for the Haiku platform has been added. * The maximum `UV_THREADPOOL_SIZE` has been increased from 128 to 1024. * `uv_fs_copyfile()` now works properly when the source and destination files are the same. * process: * A new method, `process.resourceUsage()` was added. It returns resource usage for the current process, such as CPU time. #28018 * src: * Fixed an issue related to stdio that could lead to a crash of the process in some circumstances. #28490 * stream: * Added a `writableFinished` property to writable streams. It indicates that all the data has been flushed to the underlying system. #28007 * worker: * Fixed an issue that prevented worker threads to listen for data on stdin. #28153 * meta: * Added Jiawen Geng (https://github.com/gengjiawen) to collaborators. #28322 PR-URL: #28508Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.