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: v7.19.2
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.20.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 6 contributors

Commits on Jan 29, 2026

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

Commits on Jan 30, 2026

  1. docs: Fix error handling in MockPool example (#4781)

    Update error handling in the MockPool example to reflect the correct error type and provide additional error context.
    dave-kennedy authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    fecd473 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

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

Commits on Feb 1, 2026

  1. Configuration menu
    Copy the full SHA
    9948d6f View commit details
    Browse the repository at this point in the history
  2. fix: MockAgent delayed response with AbortSignal (#4693) (#4772)

    When a MockAgent had a delayed response and the request was aborted via
    AbortSignal, the delayed response callback would still fire and attempt to
    call handler methods after onError had been called. This violated state
    invariants expected by handlers like DecoratorHandler (used by decompress
    interceptor).
    
    The fix:
    - Tracks abort state in mockDispatch
    - Clears pending setTimeout timer when abort is called
    - Checks abort flag in handleReply before invoking handler callbacks
    - Properly calls handler.onConnect to register abort callback
    
    Fixes #4693
    mcollina authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    f1d50a2 View commit details
    Browse the repository at this point in the history
  3. fix: onParserTimeout potentially accessing undefined (#4758)

    In cases where onParserTimeout is called with a weak reference that has
    already been collected it was throwing an error like:
    
        Cannot destructure property 'socket' of 'parser.deref(...)' as it is
        undefined
    
    - Fixes #4755
    vbfox authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    e65fa39 View commit details
    Browse the repository at this point in the history
  4. Bumped v7.20.0 (#4792)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    6cc668d View commit details
    Browse the repository at this point in the history
Loading