You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2023. It is now read-only.
Notable changes:
* build:
* Experimental support for building Node.js on MIPS architecture
is back. nodejs#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.
nodejs#28325
* deps:
* Updated libuv to 1.30.1. nodejs#28449,
nodejs#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.
nodejs#28018
* src:
* Fixed an issue related to stdio that could lead to a crash of the
process in some circumstances.
nodejs#28490
* stream:
* Added a `writableFinished` property to writable streams. It
indicates that all the data has been flushed to the underlying
system. nodejs#28007
* worker:
* Fixed an issue that prevented worker threads to listen for data on
stdin. nodejs#28153
* meta:
* Added Jiawen Geng (https://github.com/gengjiawen) to collaborators.
nodejs#28322
PR-URL: nodejs#28508
0 commit comments