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

v12.20.2 proposal #37286

Merged
merged 5 commits into from Feb 10, 2021
Merged

v12.20.2 proposal #37286

merged 5 commits into from Feb 10, 2021

Commits on Feb 8, 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 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    427968d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. async_hooks: fix leak in AsyncLocalStorage exit

    If exit is called and then run or enterWith are called within the
    exit function, the als instace should not be added to the storageList
    additional times. The correct behaviour is to remove the instance
    from the storageList before executing the exit handler and then to
    restore it after.
    
    PR-URL: #35779
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Qard authored and ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e8a4e56 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 ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    cd9a810 View commit details
    Browse the repository at this point in the history
  3. http2: check write not scheduled in scope destructor

    Fixes: #33156
    
    PR-URL: #36241
    Backport-PR-URL: #36355
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    davedoesdev authored and ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4ac8f37 View commit details
    Browse the repository at this point in the history
  4. 2021-02-10, Version 12.20.2 'Erbium' (LTS)

    Notable changes:
    
    * deps:
      * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173)
    
    PR-URL: #37286
    ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    abf8088 View commit details
    Browse the repository at this point in the history