0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/changelogs
Michaël Zasso cf4c332b7a
2020-04-14, Version 13.13.0 (Current)
Notable changes:

New file system APIs:
* Added a new function, `fs.readv` (with sync and promisified versions).
  This function takes an array of `ArrayBufferView` elements and will
  write the data it reads sequentially to the buffers
  (Sk Sajidul Kadir). https://github.com/nodejs/node/pull/32356
* A new overload is available for `fs.readSync`, which allows to
  optionally pass any of the `offset`, `length` and `position`
  parameters. https://github.com/nodejs/node/pull/32460

Other changes:
* dns:
  * Added the `dns.ALL` flag, that can be passed to `dns.lookup()` with
    `dns.V4MAPPED` to return resolved IPv6 addresses as well as IPv4
    mapped IPv6 addresses (murgatroid99).
    https://github.com/nodejs/node/pull/32183
* http:
  * The default maximum HTTP header size was changed from 8KB to 16KB
    (rosaxny). https://github.com/nodejs/node/pull/32520
* n-api:
  * Calls to `napi_call_threadsafe_function` from the main thread can
    now return the `napi_would_deadlock` status in certain
    circumstances (Gabriel Schulhof).
    https://github.com/nodejs/node/pull/32689
* util:
  * Added a new `maxStrLength` option to `util.inspect`, to control the
    maximum length of printed strings. Its default value is `Infinity`
    (rosaxny). https://github.com/nodejs/node/pull/32392
* worker:
  * Added support for passing a `transferList` along with `workerData`
    to the `Worker` constructor (Juan José Arboleda).
    https://github.com/nodejs/node/pull/32278

New core collaborators:
With this release, we welcome three new Node.js core collaborators:
* himself65. https://github.com/nodejs/node/pull/32734
* flarna (Gerhard Stoebich). https://github.com/nodejs/node/pull/32620
* mildsunrise (Alba Mendez). https://github.com/nodejs/node/pull/32525

PR-URL: https://github.com/nodejs/node/pull/32813
2020-04-14 20:22:41 +02:00
..
CHANGELOG_ARCHIVE.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
CHANGELOG_IOJS.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V4.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V5.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V6.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V7.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V8.md 2019-12-17, Version 8.17.0 'Carbon' (LTS) 2019-12-17 17:15:09 -05:00
CHANGELOG_V9.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V10.md 2020-04-12 Node.js v10.20.1 'Dubnium' (LTS) Release 2020-04-12 13:55:01 +01:00
CHANGELOG_V11.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V12.md 2020-04-08 Version 12.16.2 'Erbium' (LTS) 2020-04-08 11:10:14 -07:00
CHANGELOG_V13.md 2020-04-14, Version 13.13.0 (Current) 2020-04-14 20:22:41 +02:00
CHANGELOG_V010.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V012.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00