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: v5.19.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: v5.20.0
Choose a head ref
  • 8 commits
  • 40 files changed
  • 6 contributors

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    2971280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73ec63 View commit details
    Browse the repository at this point in the history
  3. fix: Allow “undefined“ as value in headers (#1929)

    * fix: Allow “undefined“ as value in headers
    
    #1896 (comment)
    Signed-off-by: pan93412 <pan93412@gmail.com>
    
    * test: Add test for our IncomingHttpHeaders
    
    Co-Authored-By: Simen Bekkhus <sbekkhus91@gmail.com>
    Signed-off-by: pan93412 <pan93412@gmail.com>
    
    * chore: Upgrade TypeScript to 4.9.5
    
    Signed-off-by: pan93412 <pan93412@gmail.com>
    
    ---------
    
    Signed-off-by: pan93412 <pan93412@gmail.com>
    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    pan93412 and SimenB authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c2387e8 View commit details
    Browse the repository at this point in the history
  4. feat: Support autoSelectFamily when connecting. (#1914)

    * feat: Support autoSelectFamily when connecting.
    
    * test: Fixed test.
    ShogunPanda authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    eae6807 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    8b8bfa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf4dc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. feat: change headersTimeout and bodyTimeout to 300s (#1937)

    * feat: change bodyTimeout and headersTimeout to 300s
    
    * feat: revert bodyTimeout to 30s
    
    * fix: update headersTimeout default to 300e3
    
    * fix: update timeout test
    
    * Revert "fix: update timeout test"
    
    This reverts commit 78a0552.
    
    * fix: address request-timeout.js failures
    
    * fix: update Dispatcher headersTimeout docs to 300s
    
    * feat: change bodyTimeout to 300s
    kyrylkov authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    30dafe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Bumped v5.20.0

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