node.js 12.6.0 release (experimental support mips)

Significant changes

  • Construction of :
    • Construction of experimental support for Node.js on the MIPS architecture # 27992 .
  • child_process
    • promisified version child_process.execand child_process.execFile
      now return a Promisechild instance to their
      childproperty # 28325 .
  • deps
    • Update to 1.30.1 libuv  # 28449 , # 28511 .
      • It adds support for Haiku platform.
      • The maximum value of UV_THREADPOOL_SIZEfrom 128 to 1024.
      • uv_fs_copyfile() Now, when the source and target files are the same, they can work properly.
  • Process :
    • process.resourceUsage()Add a new method. It returns
      the current process of resource usage, such as CPU time # 28018 .
  • src
    • Fixed an issue related to stdio, and in
      some cases may cause a process to crash # 28490 .
  • Flow :
    • writableFinishedWritable stream to add a property. It represents
      all of the data has been flushed to the underlying system # 28007 .
  • worker
    • Fixed stop worker listens stdin  # 28153 issues data on the.
  • Other :

Guess you like

Origin www.oschina.net/news/107975/node-js-12-6-0-released