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

Commits on Mar 8, 2025

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

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 <[email protected]>
    blephy and metcoder95 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    6179788 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

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

Commits on Mar 12, 2025

  1. chore: update cache tests (#4027)

    Co-authored-by: mcollina <[email protected]>
    github-actions[bot] and mcollina authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    2767d0e View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    hitsthings and metcoder95 authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    1e58b58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f317618 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    a180465 View commit details
    Browse the repository at this point in the history
Loading