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.4.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: a180465f3ae472d1cc860badcc36bda5566ff2a5
Choose a head ref
  • 7 commits
  • 37 files changed
  • 8 contributors

Commits on Mar 8, 2025

  1. Partially verified

    This commit is signed with the committer’s verified signature. The key has expired.
    6543’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    f11ae94 View commit details

Commits on Mar 10, 2025

  1. feat: add mock call history to access request configuration in test (#…

    …4029)
    
    * feat: add mock call histories
    
    * test: add mock call history specs
    
    * chore: resolve discussion
    
    * chore: own review
    
    * chore: delete unused package.json addition
    
    * feat: add firstCall class method on MockCallHistory
    
    * test: fix test plan
    
    * docs: update documentation
    
    * feat: add filter function utils
    
    * chore: own review
    
    * docs: use node: protocol in example
    
    * chore: refactor and add tests
    
    * fix: CodeQL sniffing
    
    * chore: own review
    
    * feat: add AND and OR operator to filterCalls class method
    
    * chore: own review
    
    * fix: ts types
    
    * fix: ts types
    
    * docs: fix url in documentation website
    
    * feat: make MockCallHistory iterable
    
    * fix: throw if enableCallHistory is not a boolean
    
    * fix: ts type definitions and specs
    
    * test: fix tsd tests
    
    * chore: resolve discussion
    
    ---------
    
    Co-authored-by: Carlos Fuentes <me@metcoder.dev>
    blephy and metcoder95 authored Mar 10, 2025
    Copy the full SHA
    6179788 View commit details

Commits on Mar 11, 2025

  1. fix: Fix retry-handler.js when retry-after header is a Date (#4084)

    Co-authored-by: Carlos Fuentes <me@metcoder.dev>
    fgiova and metcoder95 authored Mar 11, 2025
    Copy the full SHA
    ef276d4 View commit details

Commits on Mar 12, 2025

  1. chore: update cache tests (#4027)

    Co-authored-by: mcollina <52195+mcollina@users.noreply.github.com>
    github-actions[bot] and mcollina authored Mar 12, 2025
    Copy the full SHA
    2767d0e View commit details
  2. feat: Allow disabling autoSelectFamily in an Agent (#4070)

    * Allow disabling autoSelectFamily in an Agent
    
    Currently the options are only passed if they enable autoSelectFamily. However, if autoSelectFamily is the default, we want to be able to disable it too.
    
    * Fix the autoSelectFamily error in client too.
    
    - Also add tests.
    - Fix types so that partial options can be passed
      to buildConnector without violating the TypeScript.
      For example, TcpNet options require 'port' but the options
      we pass should not.
    
    ---------
    
    Co-authored-by: Carlos Fuentes <me@metcoder.dev>
    hitsthings and metcoder95 authored Mar 12, 2025
    Copy the full SHA
    1e58b58 View commit details
  3. Copy the full SHA
    f317618 View commit details
  4. Bumped v7.5.0 (#4091)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 12, 2025
    Copy the full SHA
    a180465 View commit details
Loading