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.8.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: v6.9.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 9 contributors

Commits on Mar 13, 2024

  1. feat: add new dispatch compose (#2826)

    * feat: add new dispatch compose
    
    * fix: review
    
    Co-authored-by: Matteo Collina <[email protected]>
    
    * revert: linting
    
    * docs: add documentation
    
    * fix: smaller tweaks to proxy interceptor
    
    * test: fix tests for proxy
    
    * refactor: expose interceptor as is
    
    * test: add testing for retry
    
    * refactor: rewrite interceptors
    
    * refactor: proxy interceptor
    
    * feat: redirect interceptor
    
    * refactor: change the compose behaviour
    
    * docs: update docs
    
    * test: add testing for compose
    
    * feat: composed dispatcher
    
    * docs: adjust documentation
    
    * refactor: apply review
    
    * docs: tweaks
    
    * feat: drop proxy
    
    ---------
    
    Co-authored-by: Matteo Collina <[email protected]>
    metcoder95 and mcollina committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a1ee3ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3577ade View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    dae3182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321763e View commit details
    Browse the repository at this point in the history
  3. fetch: improve output for FormData, Response, Request (#2955)

    * fetch: improve output for FormData
    
    * fetch: improve output for Response
    
    * fetch: improve output for Request
    
    * fetch: improve output for Request
    
    * feat: repair code
    
    * feat: repair code
    
    * feat: repair code
    
    * fix: repair codes & tests
    
    * fix: repair tests & response & request class
    
    * Update response.js
    
    Co-authored-by: Khafra <[email protected]>
    
    * fix: test repair
    
    ---------
    
    Co-authored-by: Mert Can Altin <[email protected]>
    Co-authored-by: Khafra <[email protected]>
    3 people committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2e11fc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d59bf2 View commit details
    Browse the repository at this point in the history
  5. Bumped v6.9.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3e59a2d View commit details
    Browse the repository at this point in the history
Loading