Skip to content
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

[pull] master from nodejs:master #715

Merged
merged 2 commits into from May 26, 2020
Merged

Commits on May 26, 2020

  1. 2020-05-26, Version 12.17.0 'Erbium' (LTS)

    Notable changes:
    
    * ECMAScript Modules - `--experimental-modules` flag removal
    * AsyncLocalStorage API (experimental)
    * REPL previews
    * REPL reverse-i-search
    * REPL substring-based search
    * Error monitoring
      * Monitoring `error` events
      * Monitoring uncaught exceptions
    * File system APIs
      * New function: `fs.readv`
      * Optional parameters in `fs.read`
    * Console `groupIndentation` option
    * `maxStringLength` option for `util.inspect()`
    * Stable N-API release 6
    * Stable diagnostic reports
    * Increase of the default server headers timeout
    * New `--trace-sigint` CLI flag
    * Various crypto APIs now support Diffie-Hellman secrets
    * Added support for the `dns.ALL` flag in `dns.lookup()`
    * Added a new experimental API to interact with Source Map V3 data
    * Added support for passing a `transferList` along with `workerData` to
      the `Worker` constructor
    
    PR-URL: #33197
    targos committed May 26, 2020
    Configuration menu
    Copy the full SHA
    dcc112b View commit details
    Browse the repository at this point in the history
  2. test: make flaky test stricter

    Make assertions in flaky test stricter to possibly
    make it easier to determine the root cause.
    
    Refs: #4066
    
    PR-URL: #33539
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    ronag committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9949a2e View commit details
    Browse the repository at this point in the history