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: v6.14.1
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.15.0
Choose a head ref
  • 20 commits
  • 41 files changed
  • 10 contributors

Commits on Apr 23, 2024

  1. 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 (#3156)

    * test: add headerslist copy check
    
    * Apply suggestions from code review
    
    * Update request.js
    
    * Update test/fetch/request.js
    tsctx authored 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 (#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 authored 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 (#3151)

    Noticed while reading thru the code.
    tsibley authored 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 (#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 (#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] authored 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 (#3162)

    * fix header cloning bug
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update headers.js
    tsctx authored 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 (#3170)

    * create fast MessageEvent
    
    * expose
    
    * use
    
    * fixup
    KhafraDev authored 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. deps: remove sinon (#3171)

    Uzlopak authored Apr 27, 2024
    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. webidl changes (#3175)

    KhafraDev authored Apr 29, 2024
    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 (#3176)

    * preserve dictionary key name in webidl errors
    
    * a sequence is not *iterable*
    KhafraDev authored 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 (#3177)

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