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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b3447ab
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f6c592
Choose a head ref
  • 16 commits
  • 25 files changed
  • 7 contributors

Commits on Nov 25, 2022

  1. fetch: implement whatwg/fetch#1544 (#1780)

    * fetch: implement whatwg/fetch#1544
    
    * add wpt
    
    * chore: update url
    KhafraDev authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4deb8af View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. fix(fetch): set content-length header for FormData body (#1785)

    * fix(fetch): set content-length header for FormData body
    
    * fix: skip test on v16
    
    * fix: remove test
    
    * test: add test back
    KhafraDev authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    f38fbdc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. fix(fetch): parse multipart form data non-ascii filed names (#1786)

    Co-authored-by: surefire <[email protected]>
    repsac-by and surefire authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bb84264 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    e49b68d View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump sinon from 14.0.2 to 15.0.0 (#1788)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v14.0.2...v15.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    345bf70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac54432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41d60d6 View commit details
    Browse the repository at this point in the history
  5. fix(fetch): send headers in the case that they were sent (#1784)

    * fix(fetch): treat headers as case sensitive
    
    * fix: mark test as flaky
    KhafraDev authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    232905f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    671e05f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286ffea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fac791 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 5, 2022

  1. build(deps-dev): bump tsd from 0.24.1 to 0.25.0 (#1797)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.24.1 to 0.25.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.24.1...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    cd1387a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    78060b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e866a45 View commit details
    Browse the repository at this point in the history
  3. 5.14.0

    ronag committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9f6c592 View commit details
    Browse the repository at this point in the history
Loading