0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/changelogs
Michaël Zasso fcf8fe9f1a
2019-07-03, Version 12.6.0 (Current)
Notable changes:

* build:
  * Experimental support for building Node.js on MIPS architecture
    is back. https://github.com/nodejs/node/pull/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.
	https://github.com/nodejs/node/pull/28325
* deps:
  * Updated libuv to 1.30.1. https://github.com/nodejs/node/pull/28449,
    https://github.com/nodejs/node/pull/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.
	https://github.com/nodejs/node/pull/28018
* src:
  * Fixed an issue related to stdio that could lead to a crash of the
    process in some circumstances.
	https://github.com/nodejs/node/pull/28490
* stream:
  * Added a `writableFinished` property to writable streams. It
    indicates that all the data has been flushed to the underlying
	system. https://github.com/nodejs/node/pull/28007
* worker:
  * Fixed an issue that prevented worker threads to listen for data on
    stdin. https://github.com/nodejs/node/pull/28153
* meta:
  * Added Jiawen Geng (https://github.com/gengjiawen) to collaborators.
    https://github.com/nodejs/node/pull/28322

PR-URL: https://github.com/nodejs/node/pull/28508
2019-07-03 15:53:31 +02:00
..
CHANGELOG_ARCHIVE.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_IOJS.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V4.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V5.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V6.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V7.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V8.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V9.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V10.md 2019-05-28, Version 10.16.0 'Dubnium' (LTS) 2019-05-28 23:45:42 +01:00
CHANGELOG_V11.md 2019-04-30, Version 11.15.0 (Current) 2019-04-30 09:18:04 -07:00
CHANGELOG_V12.md 2019-07-03, Version 12.6.0 (Current) 2019-07-03 15:53:31 +02:00
CHANGELOG_V010.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00
CHANGELOG_V012.md 2019-04-23, Version 12.0.0 (Current) 2019-04-23 16:46:54 +01:00