8000 Comparing v6.0.1...v6.1.0 · nodejs/undici · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.0.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.1.0
Choose a head ref
  • 19 commits
  • 31 files changed
  • 6 contributors

Commits on Dec 6, 2023

  1. fix: more sensible stack trace from dump error (#2503)

    * fix: more sensible stack trace from dump error
    
    * Update lib/core/errors.js
    
    Co-authored-by: Carlos Fuentes <me@metcoder.dev>
    
    ---------
    
    Co-authored-by: Carlos Fuentes <me@metcoder.dev>
    ronag and metcoder95 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c009d6a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    84a99b0 View commit details
    Browse the repository at this point in the history
  2. refactor: version cleanup (#2507)

    * refactor: version cleanup
    
    * remove throwIfAborted
    tsctx authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d41d58d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. perf(fetch): Improve fetch of detaurl (#2479)

    * perf(fetch): Improve data url base64
    
    * format
    
    * fix: comment position
    
    * add comment
    
    * add comment
    
    * suggestion change
    
    * perf: avoid replace
    
    * fixup
    
    * refactor
    
    * fixup
    
    * Revert "fixup"
    
    This reverts commit 058dc02.
    
    * fixup
    
    * remove
    tsctx authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    de7dc7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ab7d2c View commit details
    Browse the repository at this point in the history
  3. perf(fetch): optimize call dispatch (#2493)

    * perf(fetch): optimize call `dispatch`
    
    * fixup
    
    * format
    
    * fixup
    
    * refactor
    
    * fixup
    
    * fixup
    
    * fixup
    
    * perf
    
    * fix: add missing async
    
    * add comment
    
    * fix comment
    
    * fix comment
    
    * Revert "fix: add missing async"
    tsctx authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    289c874 View commit details
    Browse the repository at this point in the history
  4. perf(util/parseHeaders): If the header name is buffer (#2501)

    * initial implementation
    
    * test: fix
    
    * compatible API
    
    * fix: tree
    
    * add benchmark
    
    * fix: lint
    
    * fix: benchmark
    
    * perf
    
    * use number key
    
    * remove unsafe
    
    * format & add comment
    
    * fix: benchmark import path
    
    * better benchmark
    
    * better benchmark
    
    * perf: rewrite tree
    
    * test: fuzz test
    
    * fix test
    
    * test
    
    * test: remove tree
    
    * refactor
    
    * refactor
    
    * suggested change
    
    * test: refactor
    
    * add use strict
    
    * test: refactor
    
    * add type comment
    
    * check length
    
    * test: perf
    
    * improve type
    
    * fix: type
    tsctx authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0690568 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b918b7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e535a64 View commit details
    Browse the repository at this point in the history
  7. perf: Improve processHeader (#2513)

    * perf: Improve processHeader
    
    * rewrite
    
    * use if statement
    
    * fixup
    tsctx authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8422aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    5d63bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d434bb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. feat: allow customization of build environment (#2403)

    This allows for the WASM artifacts to be built elsewhere than only in
    the alpine-based node container.
    khardix authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    eaefcf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: clear cache (#2519)

    tsctx authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e1ab8b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

  1. Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… (

    #2527)
    
    * Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to disable finalization
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    974a85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f2226 View commit details
    Browse the repository at this point in the history
  3. Bumped v6.1.0

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