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.7.0
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.7.1
Choose a head ref
  • 19 commits
  • 41 files changed
  • 11 contributors

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    c04802b View commit details
    Browse the repository at this point in the history
  2. ci: only send codecov from ubuntu and node (#2914)

    * ci: only send codecov from ubuntu and node
    
    * remove whitespace
    Uzlopak authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ff16351 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    c47e9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b54facd View commit details
    Browse the repository at this point in the history
  3. fix(benchmark): set body correctly (#2918)

    * fix(benchmark): set body correctly
    
    * fix: `undici.pipeline` set body correctly
    
    * fix: maybe fix `undici.pipeline`
    
    * fixup
    tsctx authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f4ca0be View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    4852c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e174c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57947e9 View commit details
    Browse the repository at this point in the history
  4. implement sync formdata parser (#2911)

    * implement sync formdata parsser
    
    * move utf8decodebytes
    
    * fixup
    
    * fixup! off-by-one
    
    * fixup
    
    * fixup
    
    * fix bugs, fix lint
    
    * mark wpts as passing
    
    * this one fails on node 18
    
    * apply suggestions
    
    * fixup! body can end with CRLF
    KhafraDev authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5bb84ba View commit details
    Browse the repository at this point in the history
  5. Fix docs links and add examples to sidebar (#2895)

    * Fix docs links
    
    * Add examples to sidebar
    
    * Correct docs link from main readme
    
    * Switch to relative paths in docs readme
    
    * move examples down
    
    ---------
    
    Co-authored-by: Ezekiel Keator <ekeator@paypal.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    3 people authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    03a2d43 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa86e89 View commit details
    Browse the repository at this point in the history
  2. perf: optimize getResolveErrorBodyCallback (#2921)

    * perf: optimize getResolveErrorBodyCallback
    
    * fix: test
    
    ---------
    
    Co-authored-by: uzlopak <aras.abbasi@googlemail.com>
    tsctx and Uzlopak authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7d20bed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be8ef8e View commit details
    Browse the repository at this point in the history
  4. add busboy tests (#2924)

    KhafraDev authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7298524 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix(benchmark): make it fair (#2929)

    * fix(benchmark): make it fair
    
    * chore: update benchmark results
    tsctx authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6a4c8fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d4abb View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node from d3271e4 to 8bf9240 in /build (#2936)

    Bumps node from `d3271e4` to `8bf9240`.
    
    ---
    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 Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3d9fcf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Flip link between docs and README (#2933)

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    79582be View commit details
    Browse the repository at this point in the history
  2. Bumped v6.7.1

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    219da8b View commit details
    Browse the repository at this point in the history
Loading