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.2
Choose a base ref
...
head repository: nodejs/undici Loading
compare: v6.0.0
Choose a head ref
  • 9 commits
  • 273 files changed
  • 6 contributors

Commits on Dec 1, 2023

  1. 16 eol (#2480)

    * fix: node 16 eol
    
    * remove node version checks
    ronag committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1943852 View commit details
    Browse the repository at this point in the history
  2. update spec & wpts (#2482)

    * update spec & wpts
    
    restore fetch error
    
    debug time
    
    * fix some test failures for others!!
    
    * fix some test failures for others!!
    
    * fix most remaining failures
    
    * fix remaining WPT fail
    
    * fix fetching blob
    
    * mark websocket WPTs as failing
    KhafraDev committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    af9aaea View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. version cleanup (#2483)

    * remove require('stream/web')
    
    * remove node <= 16 version checks
    
    * remove DOMException, structuredClone, WeakRef, FinalizationRegistry workarounds
    KhafraDev committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    49b6346 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

    tsctx committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f3d9f72 View commit details
    Browse the repository at this point in the history
  3. chore: fix typo (#2490)

    tsctx committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8535d8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70caae8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Expose HTTP errors that are not meant to be retried (#2496)

    * test: failing test to show http response not passed through
    
    * fix: pass through requests that do not expect a retry
    
    * refactor: cleanup
    MzUgM committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    107664a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Bumped v6.0.0

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