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

v14.15.5 proposal #37074

Merged
merged 10 commits into from Feb 9, 2021
Merged

v14.15.5 proposal #37074

merged 10 commits into from Feb 9, 2021

Commits on Jan 28, 2021

  1. stream: accept iterable as a valid first argument

    Fixes: #36437
    
    PR-URL: #36479
    Backport-PR-URL: #36831
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Lxxyx authored and BethGriggs committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    2a1e4e9 View commit details
    Browse the repository at this point in the history
  2. test: http complete response after socket double end

    PR-URL: #36633
    Backport-PR-URL: #36940
    Fixes: #36620
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    mitsos1os authored and BethGriggs committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c03cddb View commit details
    Browse the repository at this point in the history
  3. http: don't cork .end when not needed

    PR-URL: #36633
    Backport-PR-URL: #36940
    Fixes: #36620
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    mitsos1os authored and BethGriggs committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    25a3204 View commit details
    Browse the repository at this point in the history
  4. stream,zlib: do not use _stream_* anymore

    PR-URL: #36618
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    mcollina authored and BethGriggs committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    9ff73fc View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. deps: upgrade npm to 6.14.11

    PR-URL: #37173
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    ruyadorno authored and BethGriggs committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    408c7a6 View commit details
    Browse the repository at this point in the history
  2. util: fix module prefixes during inspection

    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    
    Backport-PR-URL: #37100
    PR-URL: #36178
    Fixes: #35730
    Fixes: #36151
    Refs: #35754
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    BridgeAR authored and BethGriggs committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2f7944b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. util: fix instanceof checks with null prototypes during inspection

    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    
    Backport-PR-URL: #37100
    PR-URL: #36178
    Fixes: #35730
    Fixes: #36151
    Refs: #35754
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    BridgeAR authored and BethGriggs committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f206505 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. deps: V8: backport dfcf1e86fac0

    Original commit message:
    
        [wasm] PostMessage of Memory.buffer should throw
    
        PostMessage of an ArrayBuffer that is not detachable should result
        in a DataCloneError.
    
        Bug: chromium:1170176, chromium:961059
        Change-Id: Ib89bbc10d2b58918067fd1a90365cad10a0db9ec
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2653810
        Reviewed-by: Adam Klein <adamk@chromium.org>
        Reviewed-by: Andreas Haas <ahaas@chromium.org>
        Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#72415}
    
    Refs: v8/v8@dfcf1e8
    
    PR-URL: #37245
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    targos authored and BethGriggs committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    20b1e6c View commit details
    Browse the repository at this point in the history
  2. http: do not loop over prototype in Agent

    Fixes: #36364
    
    PR-URL: #36410
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    targos authored and BethGriggs committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    017eed6 View commit details
    Browse the repository at this point in the history
  3. 2021-02-09, Version 14.15.5 'Fermium' (LTS)

    Notable changes:
    
    - **deps**:
      - upgrade npm to 6.14.11 (Ruy Adorno)
        (#37173)
      - V8: backport dfcf1e86fac0 (Michaël Zasso)
        (#37245)
        - Note: Node.js is not believed to be vulnerable to CVE-2021-21148.
    - **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina)
      (#36618)
    
    PR-URL: #37074
    BethGriggs committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9fff0d3 View commit details
    Browse the repository at this point in the history