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

v10.19.1 proposal #31983

Closed
wants to merge 18 commits into from
Closed

v10.19.1 proposal #31983

wants to merge 18 commits into from

Commits on Feb 14, 2020

  1. deps: upgrade npm to 6.13.6

    PR-URL: #31304
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    ruyadorno authored and MylesBorins committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    db24641 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade npm to 6.13.7

    PR-URL: #31558
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Michael Perrotte authored and MylesBorins committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    7eac959 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. test: try to stabalize test-child-process-fork-exec-path.js

    PR-URL: #27277
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    refack authored and BethGriggs committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    2315270 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. test: mark http2 tests as flaky on 10.x

    These tests are already marked as flaky on 12.x and master.
    
    PR-URL: #31887
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    AshCripps authored and BethGriggs committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a8fd8a1 View commit details
    Browse the repository at this point in the history
  2. test: mark tests as flaky

    PR-URL: #30848
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    joaocgreis authored and BethGriggs committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4b9a779 View commit details
    Browse the repository at this point in the history
  3. test: allow EAI_FAIL in test-http-dns-error.js

    EAI_FAIL is expected on OpenBSD, and has been observed on
    platforms such as FreeBSD and Windows. This commit makes
    EAI_FAIL an acceptable error code on all platforms.
    
    PR-URL: #27500
    Fixes: #27487
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    cjihrig authored and BethGriggs committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f1a8791 View commit details
    Browse the repository at this point in the history
  4. tls: support TLS min/max protocol defaults in CLI

    Backport CLI switches for default TLS versions:
    - `--tls-max-v1.2`
    - `--tls-min-v1.0`
    - `--tls-min-v1.1`
    - `--tls-min-v1.2`
    
    PR-URL: #27946
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    sam-github authored and BethGriggs committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1cfb457 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. buffer: add {read|write}Big[U]Int64{BE|LE} methods

    Backport-PR-URL: #30361
    PR-URL: #19691
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    GaryGSC authored and BethGriggs committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    64744a2 View commit details
    Browse the repository at this point in the history
  2. test: add debugging output to test-net-listen-after-destroy-stdin

    The test failed in CI once with a timeout but there is insufficient
    information to further debug. Add additional debugging information.
    
    Refactored callbacks to be arrow functions, since that seems to be the
    direction we're moving.
    
    PR-URL: #31698
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Trott authored and BethGriggs committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3f9cec3 View commit details
    Browse the repository at this point in the history
  3. n-api: turn NAPI_CALL_INTO_MODULE into a function

    These do not need to be macros.
    
    PR-URL: #26128
    Backport-PR-URL: #30537
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    addaleax authored and BethGriggs committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    20177b9 View commit details
    Browse the repository at this point in the history
  4. n-api: add APIs for per-instance state management

    Adds `napi_set_instance_data()` and `napi_get_instance_data()`, which
    allow native addons to store their data on and retrieve their data from
    `napi_env`. `napi_set_instance_data()` accepts a finalizer which is
    called when the `node::Environment()` is destroyed.
    
    This entails rendering the `napi_env` local to each add-on.
    
    Fixes: nodejs/abi-stable-node#378
    PR-URL: #28682
    Backport-PR-URL: #30537
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Gabriel Schulhof authored and BethGriggs committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f29fb14 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. v8: fix load elimination liveness checks

    This commit back-ports the implementations of IsRename() and MayAlias()
    from the upstream 8.0 branch wholesale. Fixes several bugs where V8's
    load elimination pass considered values to be alive when they weren't.
    
    Fixes: #31484
    
    PR-URL: #31613
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    bnoordhuis authored and BethGriggs committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    dc61e09 View commit details
    Browse the repository at this point in the history
  2. deps: V8: cherry-pick d89f4ef1cd62

    PR-URL: #31753
    Refs: v8/v8@d89f4ef
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Milad Farazmand authored and BethGriggs committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9b2b66b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. test: scale keepalive timeouts for slow machines

    The test was using fixed timeouts and that seems to be causing sporadic
    test failures on pi1-docker host (which is a very slow machine.)
    
    Fixes: #30828
    
    PR-URL: #30834
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    bnoordhuis authored and BethGriggs committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5484e06 View commit details
    Browse the repository at this point in the history
  2. build,win: fix goto exit in vcbuild

    PR-URL: #30931
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    joaocgreis authored and BethGriggs committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    42af3b8 View commit details
    Browse the repository at this point in the history
  3. doc: fix changelog for v10.18.1

    PR-URL: #31358
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    andrewhughes101 authored and BethGriggs committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ffa9f9b View commit details
    Browse the repository at this point in the history
  4. test: mark empty udp tests flaky on OS X

    They fail on OS X 10.15 (aka "Catalina"), but pass on earlier OS X.
    
    Refs: #30030
    Refs: nodejs/build#2189 (comment)
    
    PR-URL: #31936
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    sam-github authored and BethGriggs committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    9bd1317 View commit details
    Browse the repository at this point in the history
  5. 2020-03-??, Version 10.19.1 'Dubnium' (LTS)

    Notable changes:
    - TBD
    
    PR-URL:
    BethGriggs committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f8efcc2 View commit details
    Browse the repository at this point in the history