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

remove FileReader #2728

Closed
wants to merge 375 commits into from
Closed

remove FileReader #2728

wants to merge 375 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 14, 2024

  1. fetch: improve output for FormData, Response, Request (nodejs#2955)

    * fetch: improve output for FormData
    
    * fetch: improve output for Response
    
    * fetch: improve output for Request
    
    * fetch: improve output for Request
    
    * feat: repair code
    
    * feat: repair code
    
    * feat: repair code
    
    * fix: repair codes & tests
    
    * fix: repair tests & response & request class
    
    * Update response.js
    
    Co-authored-by: Khafra <maitken033380023@gmail.com>
    
    * fix: test repair
    
    ---------
    
    Co-authored-by: Mert Can Altin <mert.altin@trendyol.com>
    Co-authored-by: Khafra <maitken033380023@gmail.com>
    3 people committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2e11fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d59bf2 View commit details
    Browse the repository at this point in the history
  3. Bumped v6.9.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3e59a2d View commit details
    Browse the repository at this point in the history
  4. test: fix flakyness of issue-803 test (nodejs#2960)

    * test: improve performance of issue-803 test
    
    * increase timeout
    Uzlopak committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    07019d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Cleanup format (nodejs#2959)

    * for some reason this fixes the test
    
    * cleanup custom format
    
    * fixup
    KhafraDev committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dcab693 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Chore: run tests daily against node nightly (nodejs#2969)

    * chore(.github/workflows): factor out test running
    
    * chore: add nightly tests
    
    Closes nodejs#2932
    mweberxyz committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3be7ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a56796 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. build(deps): bump node from 4999fa1 to 577f8eb in /build (nodejs#…

    …2974)
    
    Bumps node from `4999fa1` to `577f8eb`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5d0cd38 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat(TS): add types for composed dispatchers (nodejs#2967)

    * feat: add types for composed dispatchers
    
    * Update types/dispatcher.d.ts
    
    * refactor: adjust
    
    ---------
    
    Co-authored-by: Matteo Collina <hello@matteocollina.com>
    metcoder95 and mcollina committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a045e56 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix: count for error response and network errors (nodejs#2966)

    * fix: count for error response and network errors
    
    * test: add specific test for fix
    
    * fix: conflict
    
    * refactor: address feedback
    metcoder95 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d4332fc View commit details
    Browse the repository at this point in the history
  2. Bumped v6.10.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    1 Configuration menu
    Copy the full SHA
    e434060 View commit details
    Browse the repository at this point in the history
  3. include strip-comments.js file for Node.js core

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    040cfcf View commit details
    Browse the repository at this point in the history
  4. Bumepd v6.10.1

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dd3918f View commit details
    Browse the repository at this point in the history
  5. Do not fail test if streams support typed arrays (nodejs#2978)

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2252a5f View commit details
    Browse the repository at this point in the history
  6. fix(fetch): properly redirect non-ascii location header url (nodejs#2971

    )
    
    * fix(fetch): properly redirect non-ascii location header url
    
    * chore: fix typo
    
    * test: use simpler code
    
    * chore: clarify what the code does
    
    * chore: add comment
    
    * chore: normalize location url only if it contains invalid character
    
    * chore: apply suggestion
    
    See: nodejs#2971 (comment)
    
    * chore: remove redundant condition check
    Xvezda committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1b62571 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. perf: Remove double-stringify in setCookie (nodejs#2980)

    * Remove double-stringify in setCookie
    
    * Remove unnecessary semicolon
    peterver committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fcbf6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fce214 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: make EventSource properties enumerable (nodejs#2987)

    * make eventsource properties enumberable
    
    * Use kEnumerableProperty for eventsource immutable fields
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    MattBidewell and Uzlopak committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bc304ff View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    83f36b7 View commit details
    Browse the repository at this point in the history
  2. fix(nodejs#2986): bad start check (nodejs#2992)

    * fix: bad start check
    
    * refactor: remove unnecessary checks
    metcoder95 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0ec5a40 View commit details
    Browse the repository at this point in the history
  3. fix(H2 Client): bind stream 'data' listener only after received 'resp…

    …onse' event (nodejs#2985)
    
    * fix(fetch): pause stream if data is received before headers in HTTP/2
    
    * Revert "fix(fetch): pause stream if data is received before headers in HTTP/2"
    
    This reverts commit cd2eaf4.
    
    * fix(H2 Client): pause stream if response data is sent before response event
    
    * Revert "fix(H2 Client): pause stream if response data is sent before response event"
    
    This reverts commit 9219ee3.
    
    * fix(H2 Client): bind stream 'data' listener once 'response' is triggered
    
    ref: https://nodejs.org/api/http2.html#clienthttp2sessionrequestheaders-options
    
    ---------
    
    Co-authored-by: Stefano <stefano@agaweb.it>
    st3ffgv4 and stefanoaga committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c9acca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9cdf56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef25209 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    bf8c671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac82a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79d6af View commit details
    Browse the repository at this point in the history
  4. 6.10.2

    ronag committed Mar 27, 2024
    3 Configuration menu
    Copy the full SHA
    7485cd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. 6.10.2

    ronag committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7fb8232 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    d7f10e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5cbdf View commit details
    Browse the repository at this point in the history
  3. build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (nodejs#…

    …3034)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@54bcd87...c16abc2)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    63968e0 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (nodejs#3038)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.30.7...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    63f0fee View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump borp from 0.9.1 to 0.10.0 (nodejs#2947)

    Bumps [borp](https://github.com/mcollina/borp) from 0.9.1 to 0.10.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](mcollina/borp@v0.9.1...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8dea744 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3ac3682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6131341 View commit details
    Browse the repository at this point in the history
  3. fix: node:util instead of util (nodejs#3007)

    * fix: node:util instead of util
    
    * Update test/fetch/request-inspect-custom.js
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    * Update test/fetch/response-inspect-custom.js
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    ---------
    
    Co-authored-by: Mert Can Altin <mert.altin@trendyol.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    3 people authored and mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    03e7b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b197a01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b86ede View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e47216 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18df9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c61b5f9 View commit details
    Browse the repository at this point in the history
  9. fixup

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f8bd60f View commit details
    Browse the repository at this point in the history
  10. fixup

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8b5e2c8 View commit details
    Browse the repository at this point in the history
  11. fixup

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c8a43ae View commit details
    Browse the repository at this point in the history
  12. build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (nodejs#3036)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...9bb5618)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    31f9e67 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f0f239 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    71a6d74 View commit details
    Browse the repository at this point in the history
  15. Bumped v6.11.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ee5f892 View commit details
    Browse the repository at this point in the history
  16. Merge pull request from GHSA-m4v8-wqvr-p9f7

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6805746 View commit details
    Browse the repository at this point in the history
  17. Merge pull request from GHSA-9qxr-qj54-h672

    Co-authored-by: uzlopak <aras.abbasi@googlemail.com>
    mcollina and Uzlopak committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d542b8c View commit details
    Browse the repository at this point in the history
  18. Revert "fix: don't leak internal class (nodejs#3024)"

    This reverts commit 2d5cbdf.
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c346b66 View commit details
    Browse the repository at this point in the history
  19. Bumped v6.11.1

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6df3c73 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix: broken test (nodejs#3045)

    tsctx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dde070b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9c0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2d94e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f3ec97 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix: ProxyAgent causes request.headers.host to be forcibly reset (nod…

    …ejs#3026)
    
    * fix: ProxyAgent causes request.headers.host to be forcibly reset
    
    * test: add proxy-agent test
    
    * fix: passing correct host headers to proxy
    
    * fix: Inconsistent initialization of host for different spellings
    1zilc committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    744c9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae5625 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 (nodejs#…

    …3037)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...1b1aada)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e71f6fd View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 (

    nodejs#3035)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.3 to 4.2.5.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@9129d7d...5bbc3ba)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e35c818 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump node from 577f8eb to 87524df in /build (nodejs#…

    …3055)
    
    Bumps node from `577f8eb` to `87524df`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9943902 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. build(deps): bump node from 87524df to 9696b26 in /build (nodejs#…

    …3058)
    
    Bumps node from `87524df` to `9696b26`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9130c85 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    043d8f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    5575749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ae400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a638d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c886b34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6aa794 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc4b206 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d399b3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad3fac5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ae20e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    413fd4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502e134 View commit details
    Browse the repository at this point in the history
  3. automate releases (nodejs#3052)

    * automate releases
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * drop publish-undici-types job
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f51f226 View commit details
    Browse the repository at this point in the history
  4. Revert "automate releases (nodejs#3052)"

    This reverts commit f51f226.
    mcollina committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e9c3b22 View commit details
    Browse the repository at this point in the history
  5. Bumped v6.12.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7751d9b View commit details
    Browse the repository at this point in the history
  6. build(deps): bump node from 9696b26 to ad255c6 in /build (nodejs#…

    …3073)
    
    Bumps node from `9696b26` to `ad255c6`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b56d540 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    fe44b9b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    b482512 View commit details
    Browse the repository at this point in the history
  2. improve DecoratorHandler (nodejs#3079)

    * improve DecoratorHandler
    
    * fix remark
    Uzlopak committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1f70214 View commit details
    Browse the repository at this point in the history
  3. chore: removed unused escapeFormDataName (nodejs#3084)

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    48af032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6481804 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    21f6477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836986d View commit details
    Browse the repository at this point in the history
  3. refactor: h2 refactoring (nodejs#3082)

    * refactor: h2 refactoring
    
    * test: add test for servername changed
    
    * fix: leftover
    metcoder95 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2e128c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83a0fb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edb3d64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a07bbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bccb191 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump node from ad255c6 to 6d0f18a in /build (nodejs#…

    …3096)
    
    Bumps node from `ad255c6` to `6d0f18a`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c1c0bd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    ca1dbb8 View commit details
    Browse the repository at this point in the history
  2. chore: automate releases with pr (nodejs#3089)

    * chore: automate releases with pr
    
    Closes nodejs#3042
    
    * factor js out of workflows
    
    * remove release PR from release notes
    
    * delete release branch after release
    mweberxyz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d78ca7a View commit details
    Browse the repository at this point in the history
  3. Bumped v6.13.0 (nodejs#3099)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    65f768c View commit details
    Browse the repository at this point in the history
  4. bench: enable benchmarks for h2 (nodejs#3100)

    * refactor: h2 refactoring
    
    * test: add test for servername changed
    
    * chore: adjust h2 benchmark
    
    * chore: enable benchmarks for h2 upon PR
    metcoder95 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6bb909f View commit details
    Browse the repository at this point in the history
  5. perf: improve performance of isomorphicEncode (nodejs#3101)

    * perf: improve performance of isomorphicEncode
    
    * minor change
    
    * chore: remove isomorphic-encode.mjs
    
    * create isomorphic-encode.mjs
    
    * apply suggestions from code review
    
    * apply suggestions from code review
    tsctx committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ec74bf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f192e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    7a94682 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    a2939bc View commit details
    Browse the repository at this point in the history
  2. add dispatcher option to EventSource (nodejs#3119)

    * add dispatcher option to EventSource
    
    * update docs
    
    * fixup
    KhafraDev committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f7729b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    d6010fb View commit details
    Browse the repository at this point in the history
  2. test: increase coverage (nodejs#3121)

    * test: increase coverage
    
    * remove redundant line
    Uzlopak committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dadf456 View commit details
    Browse the repository at this point in the history
  3. docs: add directions to run docs and benchmarks (nodejs#3092)

    * docs: add directions to run docs and benchmarks
    
    * undo unneeded formatting
    
    * Update CONTRIBUTING.md
    
    ---------
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    FatumaA and Uzlopak committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    992e39d View commit details
    Browse the repository at this point in the history
  4. perf: avoid unnecessary clone (nodejs#3117)

    * perf(fetch): improve body mixin methods
    
    * perf: avoid unnecessary clone
    tsctx committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f979ec3 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump borp from 0.10.0 to 0.11.0 (nodejs#3126)

    Bumps [borp](https://github.com/mcollina/borp) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](mcollina/borp@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6cbfd7d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. drop node support for < v18.17.0 (nodejs#3125)

    * drop node support for < v18.17.0
    
    * fixup
    
    * fixup
    KhafraDev committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f90c161 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. test: improve test and ci performance (nodejs#3135)

    * test: improve test performance
    
    * run coverage case only when needed
    Uzlopak committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    501f4fa View commit details
    Browse the repository at this point in the history
  2. Added EnvHttpProxyAgent to support HTTP_PROXY (nodejs#2994)

    * feat: added EnvHttpProxyAgent
    
    Closes nodejs#1650
    
    * refactor(env-http-proxy-agent): parse NO_PROXY in constructor
    
    * don't use EnvHttpProxyAgent by default
    
    * refactor: use for loop when checking NO_PROXY entries
    
    * feat(env-http-proxy-agent): added httpProxy, httpsProxy & noProxy options
    
    * feat(env-http-proxy-agent): handle changes to NO_PROXY
    
    * docs: added types for EnvHttpProxyAgent
    
    * test: resolve windows issues, mark experimental, update doc
    
    * docs: fix typo
    
    * docs: fetch for EnvHttpProxyAgent
    10xLaCroixDrinker committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ead42cd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    437732a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. perf: use class instead of object literals with getters (nodejs#3138)

    * perf: use class instead of object literals with getters
    
    * may not be needed
    
    * update
    
    * remove realm from headers and signal
    
    * use class in Response
    
    * fix lint
    
    * Update lib/web/fetch/request.js
    
    * use shared realm
    
    * fix lint
    
    * use Environment Settings Object baseUrl
    
    * Update lib/web/fetch/util.js
    
    * Update lib/web/fetch/util.js
    tsctx committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ad9b5bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2b386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9547fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07a9d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    79c76c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f9e147 View commit details
    Browse the repository at this point in the history
  3. Bumped v6.14.0 (nodejs#3147)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9458ffd View commit details
    Browse the repository at this point in the history
  4. fix: tweak keep-alive timeout implementation (nodejs#3145)

    * fix: tweak keep-alive timeout implementation
    
    Closes nodejs#3141
    
    * fix test impacted by default keepAliveTimeoutThreshold change
    
    * adjust timer registration strategy
    
    * only use fast timers with delay > 1000ms
    mweberxyz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2e3463c View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump borp from 0.11.0 to 0.12.0 (nodejs#3153)

    Bumps [borp](https://github.com/mcollina/borp) from 0.11.0 to 0.12.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](mcollina/borp@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    faf95ac View commit details
    Browse the repository at this point in the history
  6. build(deps): bump node from ad255c6 to 6d0f18a in /build (nodejs#…

    …3154)
    
    Bumps node from `ad255c6` to `6d0f18a`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d11ca5e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix(EnvHttpProxyAgent): prefer lowercase env vars (nodejs#3152)

    Signed-off-by: Jamie King <hello@jamieking.me>
    10xLaCroixDrinker committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    233da75 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.14.1 (nodejs#3155)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1c44055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961b76a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. test: add headerslist copy check (nodejs#3156)

    * test: add headerslist copy check
    
    * Apply suggestions from code review
    
    * Update request.js
    
    * Update test/fetch/request.js
    tsctx committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    179237d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd32ef View commit details
    Browse the repository at this point in the history
  3. fetch: do not leak signal listeners (nodejs#3158)

    * Do not leak signal listeners
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Update lib/web/fetch/request.js
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    mcollina and Uzlopak committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c0a0bb5 View commit details
    Browse the repository at this point in the history
  4. fix: request cache mode is not the same as request mode (nodejs#3151)

    Noticed while reading thru the code.
    tsibley committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ef1b53b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b7200 View commit details
    Browse the repository at this point in the history
  6. Revert "fetch: don't re-lowercase HeadersList (nodejs#3159)"

    This reverts commit e5b7200.
    mcollina committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ad81122 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    034e3f0 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump node from 6d0f18a to db8772d in /build (nodejs#…

    …3163)
    
    Bumps node from `6d0f18a` to `db8772d`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dfacde8 View commit details
    Browse the repository at this point in the history
  9. fix header cloning bug (nodejs#3162)

    * fix header cloning bug
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update headers.js
    tsctx committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f6f0787 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    d3de002 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    77a7947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f927b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed686fc View commit details
    Browse the repository at this point in the history
  4. create fast MessageEvent (nodejs#3170)

    * create fast MessageEvent
    
    * expose
    
    * use
    
    * fixup
    KhafraDev committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    381f32c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51a97af View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    24f7ee6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    57e75d3 View commit details
    Browse the repository at this point in the history
  2. preserve dictionary key name in webidl errors (nodejs#3176)

    * preserve dictionary key name in webidl errors
    
    * a sequence is not *iterable*
    KhafraDev committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    73822d8 View commit details
    Browse the repository at this point in the history
  3. Bumped v6.15.0 (nodejs#3177)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    41dc36c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e009b0c View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump borp from 0.12.0 to 0.13.0 (nodejs#3179)

    Bumps [borp](https://github.com/mcollina/borp) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](mcollina/borp@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1f4b323 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build (n…

    …odejs#3180)
    
    Bumps node from 21-alpine3.19 to 22-alpine3.19.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8c818d5 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks (node…

    …js#3181)
    
    Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.2 to 9.0.2.
    - [Release notes](https://github.com/ladjs/superagent/releases)
    - [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
    - [Commits](ladjs/superagent@v8.1.2...v9.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: superagent
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9a2cf5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix: keep raw header name (nodejs#3183)

    * fix: keep raw header name
    
    * fixup
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    tsctx committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0dcd59b View commit details
    Browse the repository at this point in the history
  2. fix(fetch): improve Headers and Request type-compatibility (nodejs#1964)

    * fix(fetch): improve Headers and Request type-compatibility
    
    * test: fix "request.referrerPolicy" type assertion
    kettanaito committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bb77a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b92f56 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 (no…

    …dejs#3187)
    
    Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.12 to 1.2.13.
    - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
    - [Commits](hendrikmuhs/ccache-action@faf867a...c92f40b)
    
    ---
    updated-dependencies:
    - dependency-name: hendrikmuhs/ccache-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0146e5e View commit details
    Browse the repository at this point in the history
  5. build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 (nodejs#…

    …3191)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.3.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@c16abc2...5ecb98a)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e4cb3a3 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 (nodejs#…

    …3192)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b1aada...d39d31e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    269cd21 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 (

    nodejs#3189)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.2.5 to 4.3.2.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@5bbc3ba...0c155c5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3109440 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 (no…

    …dejs#3188)
    
    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.0 to 2.7.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@63c24ba...a4aa98b)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1e16f57 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 (nodejs…

    …#3190)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@5d5d22a...6546280)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e93dbd5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. build(deps): bump node from 9459e24 to 487dc5d in /build (nodejs#…

    …3195)
    
    Bumps node from `9459e24` to `487dc5d`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1952e77 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    cc61ffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d54543 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    6866d29 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix: MockResponseCallbackOptions type (nodejs#2951)

    * Fix MockResponseCallbackOptions type
    
    * Add tests
    merojosa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    de5790a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31027d4 View commit details
    Browse the repository at this point in the history
  3. fix websocket receiving an invalid utf-8 in close frame (nodejs#3206)

    * fix websocket receiving an invalid utf-8 in close frame
    
    * fixup
    
    * fixup
    
    * fail if receiving masked frame
    
    * fail on invalid status code in close frame
    KhafraDev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    08363f0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    95f754b View commit details
    Browse the repository at this point in the history
  2. Revert "perf: avoid setImmediate if body is reading"

    This reverts commit 95f754b.
    ronag committed May 7, 2024
    Configuration menu
    Copy the full SHA
    94c9aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d51dabc View commit details
    Browse the repository at this point in the history
  4. fix: request abort signal (nodejs#3209)

    * fix: request abort signal
    
    * fixup
    
    * fixup
    
    * fixup
    ronag committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9f26aff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dc6a7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee64eb5 View commit details
    Browse the repository at this point in the history
  7. websocket: 200x faster generate mask (nodejs#3204)

    * websocket: improve performance of generate mask
    
    * apply comments
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    * Apply suggestions from code review
    
    * Update lib/web/websocket/frame.js
    
    * Update lib/web/websocket/frame.js
    
    * Update lib/web/websocket/frame.js
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    ---------
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    tsctx and Uzlopak committed May 7, 2024
    1 Configuration menu
    Copy the full SHA
    c0dc3dd View commit details
    Browse the repository at this point in the history
  8. use FinalizationRegistry to cancel the body if response is collected (n…

    …odejs#3199)
    
    * use FinalizationRegistry to cancel the body if response is collected
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Update lib/dispatcher/client-h2.js
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    mcollina and Uzlopak committed May 7, 2024
    Configuration menu
    Copy the full SHA
    63b7794 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7150bed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18c0df2 View commit details
    Browse the repository at this point in the history
  11. Bumped v6.16.0 (nodejs#3216)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f8978bd View commit details
    Browse the repository at this point in the history
  12. fix some typos (nodejs#3217)

    Uzlopak committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5a79dec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c3d42a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    1be2c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60efbf0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    71c4d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a72563 View commit details
    Browse the repository at this point in the history
  3. ci: add node 22 in ci test matrix, use 22 for coverage (nodejs#3226)

    * ci: use node 22 and 23 in ci test matrix, use 22 for coverage
    
    * remove node 23
    Uzlopak committed May 9, 2024
    Configuration menu
    Copy the full SHA
    71bf81b View commit details
    Browse the repository at this point in the history
  4. fetch: don't set an invalid origin header (nodejs#3235)

    * don't set an invalid origin header (fetch)
    
    * fixup
    
    * fixup
    
    * fixup
    KhafraDev committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0a66d30 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    3b1b2fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077531a View commit details
    Browse the repository at this point in the history
  3. Bumped v6.16.1 (nodejs#3238)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a613753 View commit details
    Browse the repository at this point in the history
  4. fetch: fix captureStackTrace (nodejs#3227)

    * fetch: fix captureStackTrace
    
    * improve test case performance
    Uzlopak committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0a64b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f744596 View commit details
    Browse the repository at this point in the history
  6. websocket: don't clone buffer (nodejs#3240)

    * websocket: don't clone buffer
    
    * Apply suggestions from code review
    
    * fixup
    
    * Apply suggestions from code review
    tsctx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    eadf781 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    56b0ba3 View commit details
    Browse the repository at this point in the history
  2. refactor websocket control frame handling (nodejs#3241)

    Co-authored-by: tai-kun <taikun.dev@gmail.com>
    KhafraDev and tai-kun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9302599 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    38c8b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033530d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add test to verify if the connection is correctly aborted on cancel (n…

    …odejs#3219)
    
    * Add test to verify if the connection is correctly aborted on cancel
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Update test/fetch/exiting.js
    
    Co-authored-by: elf Pavlik <elf-pavlik@hackers4peace.net>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: elf Pavlik <elf-pavlik@hackers4peace.net>
    mcollina and elf-pavlik committed May 13, 2024
    Configuration menu
    Copy the full SHA
    48b356c View commit details
    Browse the repository at this point in the history
  2. Autobahn suite (nodejs#3251)

    * fix error message in websocket
    
    * add autobahn suite
    
    * fix opcode tests
    
    * fix: rsv bits must be clear
    
    * add autobahn workflow
    
    * run autobahn on pull_request event
    
    * fix case 5.18
    
    * add commenting of status into PR
    
    * add permission
    
    ---------
    
    Co-authored-by: uzlopak <aras.abbasi@googlemail.com>
    KhafraDev and Uzlopak committed May 13, 2024
    Configuration menu
    Copy the full SHA
    388fe56 View commit details
    Browse the repository at this point in the history
  3. fix 4 autobahn tests (nodejs#3254)

    use pull_request_target for autobahn workflow
    KhafraDev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a52450b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5025a8 View commit details
    Browse the repository at this point in the history
  5. Cleanup websocket (nodejs#3257)

    * cleanup websocket receiver
    
    * fix 9.3.2-9.3.8; 9.4.2-9.4.8; 10.1.1
    
    * fixup
    
    * fixup
    KhafraDev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c8352d7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    903c667 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. add bodymixin bytes (nodejs#3262)

    * add bodymixin bytes
    
    * use git node wpt instead of sparse-checkout
    
    * fixup?
    
    * fixup
    
    * fixup
    KhafraDev committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e2dc4da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0980f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106bf1c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    4da45f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e73fe4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node from 487dc5d to 9e8f45f in /build (nodejs#…

    …3271)
    
    Bumps node from `487dc5d` to `9e8f45f`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8f819cd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Bumped v6.17.0 (nodejs#3272)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ca9c1e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. permessage-deflate decompression support in websocket (nodejs#3263)

    * handshake
    
    * fixup
    
    * +85 autobahn test passes
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * add basic send queue
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fix EVERY FAILURE!!!!
    KhafraDev committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5a564bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfaeca View commit details
    Browse the repository at this point in the history
  3. Bumped v6.18.0 (nodejs#3280)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2848278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3379f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    064b08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13523fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0564b46 View commit details
    Browse the repository at this point in the history
  4. revert: "websocket: pre-calculated length" (nodejs#3290)

    * revert: "websocket: pre-calculated length"
    
    This reverts 13523fd which broke
    permessage-deflate support.
    
    See nodejs#3289 for why the tests did
    not catch this.
    
    * rerun autobahn
    KhafraDev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fcfa4db View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    eeae378 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.18.1 (nodejs#3293)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eed423a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4879b4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. build(deps-dev): bump borp from 0.13.0 to 0.14.0 (nodejs#3298)

    Bumps [borp](https://github.com/mcollina/borp) from 0.13.0 to 0.14.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](https://github.com/mcollina/borp/commits)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    18af4b0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: retry on body support (nodejs#3294)

    * test: add testing
    
    * refactor: enhance body wrapping
    
    * fix: do not mutate original opts
    
    * docs: extend documentation
    metcoder95 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5f11247 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.18.2 (nodejs#3301)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed May 29, 2024
    Configuration menu
    Copy the full SHA
    665f247 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (nodejs#3305

    )
    
    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@0864cf1...dc50aa9)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7e107bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fddbf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d205c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c9bc0b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. build(deps): bump node from 9e8f45f to dd7e693 in /build (nodejs#…

    …3309)
    
    Bumps node from `9e8f45f` to `dd7e693`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5e4e2fb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. build(deps): bump node from dd7e693 to e6d4495 in /build (nodejs#…

    …3313)
    
    Bumps node from `dd7e693` to `e6d4495`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c36c3e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. remove websocket experimental warning (nodejs#3311)

    * remove websocket experimental warning
    
    * ??
    
    * fixup
    KhafraDev committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f9d18b3 View commit details
    Browse the repository at this point in the history
  2. perf: optimization of request instantiation (nodejs#3107)

    * perf: optimization of request creation
    
    * refactor: reduce variable
    
    * rename to normalizedMethodRecords
    
    * fixup
    
    * suggested change
    
    * fixup
    
    * bench: add benchmark
    
    * Update request.js
    
    * Update lib/web/fetch/request.js
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update lib/web/fetch/request.js
    
    * Update request.js
    
    * Update lib/web/fetch/request.js
    
    ---------
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    tsctx and Uzlopak committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7cc2413 View commit details
    Browse the repository at this point in the history
  3. perf: convert object to params (nodejs#3302)

    * Refactored passing object to function params
    
    * Refactor write function argument order
    
    * Updated argument order in writeBuffer function
    DarkGL committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    250c863 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. build(deps-dev): bump borp from 0.14.0 to 0.15.0 (nodejs#3320)

    Bumps [borp](https://github.com/mcollina/borp) from 0.14.0 to 0.15.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](https://github.com/mcollina/borp/commits/v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    be75e51 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump c8 from 9.1.0 to 10.0.0 (nodejs#3321)

    Bumps [c8](https://github.com/bcoe/c8) from 9.1.0 to 10.0.0.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v9.1.0...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    78a0c24 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix: add missing error classes to types (nodejs#3316)

    * add missing error classes to types
    
    * test new types
    
    * test error includes data with count when etag mismatch
    
    * test content-range mismatch error
    
    * remove test debugging
    maxbeatty committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f9997bb View commit details
    Browse the repository at this point in the history
  2. export interceptor to type def file (nodejs#3318)

    * export interceptor to type def file
    
    Fixes: nodejs#3308
    
    * fixup! add a test
    
    * fixup! add retry, redirect, dump and remove createRedirectInterceptor
    
    ---------
    
    Co-authored-by: jake li <jake.li@sine.co>
    jakecastelli and jake li committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1e508d7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node from e6d4495 to 075a5cc in /build (nodejs#…

    …3326)
    
    Bumps node from `e6d4495` to `075a5cc`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9785b15 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    7f54a24 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. feature: support pre-shared sessions (nodejs#3325)

    Co-authored-by: Ezekiel Keator <ekeator@paypal.com>
    tastypackets and Ezekiel Keator committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    39869b2 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.19.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    981fb3d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    1573f69 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.19.1 (nodejs#3336)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f6b9b44 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix nodejs#3337 (nodejs#3338)

    * fix nodejs#3337
    
    * fixup
    KhafraDev committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    035524e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dadb95 View commit details
    Browse the repository at this point in the history
  3. fix: interceptors.d.ts has no default export (nodejs#3332)

    * fix: types interceptors default export
    
    * test for bugs in typescript
    Uzlopak committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a7441d8 View commit details
    Browse the repository at this point in the history
  4. Bumped v6.19.2 (nodejs#3342)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    532b7b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    e5c242d View commit details
    Browse the repository at this point in the history
  2. Add regression test for broken body (nodejs#3346)

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9134ee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. build(deps): bump node from 075a5cc to 9af472b in /build (nodejs#…

    …3355)
    
    Bumps node from `075a5cc` to `9af472b`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ce240da View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    a5eac88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c3a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. websocket: don't use pooled buffer in mask pool (nodejs#3357)

    * websocket: don't use pooled buffer in mask pool
    
    * add test
    
    * fixup
    
    * fixup
    tsctx committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    27b2589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0455e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f4ef9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59fc6d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    dd98299 View commit details
    Browse the repository at this point in the history