Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/undici Loading
base: v5.28.1
Choose a base ref
...
head repository: nodejs/undici Loading
compare: v5.28.2
Choose a head ref
  • 18 commits
  • 26 files changed
  • 10 contributors

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    02807b6 View commit details
    Browse the repository at this point in the history
  2. fix: remove node: prefix (#2471)

    tsctx committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6298bfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c182c32 View commit details
    Browse the repository at this point in the history
  4. fix: handle SharedArrayBuffer correctly (#2466)

    * fix: handle SharedArrayBuffer correctly
    
    * format
    
    * test: add
    
    * fix: test
    
    * fixup
    
    * use ArrayBuffer.isView
    
    * fixup
    
    * fixup
    
    * test: add Request
    
    * fixup
    tsctx committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    56efa96 View commit details
    Browse the repository at this point in the history
  5. Add null to signal in RequestInit (#2455)

    gebsh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0437f69 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix: correctly handle data URL with hashes. (#2475)

    * fix: correctly handle data URL with hashes.
    
    * fix: lint
    
    * test: better name
    
    * suggestion change
    
    * perf: avoid substring
    
    * fixup
    
    * test: better
    tsctx committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c5d73ca View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix: check response for timinginfo allow flag (#2477)

    * fix: check response for timinginfo allow flag
    
    * Update test/fetch/resource-timing.js
    
    ---------
    
    Co-authored-by: Khafra <maitken033380023@gmail.com>
    ToshB and KhafraDev committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    19c69a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Make call to onBodySent conditional in RetryHandler (#2478)

    * failing test
    
    RequestHandler does not have `onBodySent` but `RetryHandler` always
    sends to `onBodySent` which causes a problem for users who use
    `RetryHandler` via `request()`
    
    * is this a fix?
    
    * refactor: clean up test case
    MzUgM committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ed15e98 View commit details
    Browse the repository at this point in the history
  2. refactor: better integrity check (#2462)

    * refactor: better integrity check
    
    * better
    tsctx committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    28759f4 View commit details
    Browse the repository at this point in the history
  3. fix: Added support for inline URL username:password proxy auth (#2473)

    * added support for inline URL username:password
    
    * Update lib/proxy-agent.js
    
    ---------
    
    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    matt-way and ronag committed Nov 30, 2023
    1 Configuration menu
    Copy the full SHA
    08183ea View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 (#2472)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 23.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@22.1.0...23.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    80979ed View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump sinon from 16.1.3 to 17.0.1 (#2405)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v16.1.3...v17.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ea2f606 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 (#2396)

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.1.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@08b4669...0864cf1)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a393a86 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#2395)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@5e21ff4...8f152de)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1f6d159 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 (#2392

    )
    
    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@cba0d00...1b05615)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9788177 View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 (#2389)

    Bumps [formdata-node](https://github.com/octet-stream/form-data) from 4.4.1 to 6.0.3.
    - [Release notes](https://github.com/octet-stream/form-data/releases)
    - [Changelog](https://github.com/octet-stream/form-data/blob/main/CHANGELOG.md)
    - [Commits](octet-stream/form-data@v4.4.1...v6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: formdata-node
      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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    169c157 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2302)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@0b7f8ab...a8a3f3a)
    
    ---
    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 Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fcdfe87 View commit details
    Browse the repository at this point in the history
  11. Bumped v5.28.2

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9a14e5f View commit details
    Browse the repository at this point in the history
Loading