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 Loading
base: v5.24.0
Choose a base ref
...
head repository: nodejs/undici Loading
compare: v5.25.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 5 contributors

Commits on Sep 10, 2023

  1. fix: h2 without body (#2258)

    * fix: h2 without body
    
    * refactor: close writable on non-expected body requests
    metcoder95 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    e39a632 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    1e2e752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41c6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a926023 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    8c5577b View commit details
    Browse the repository at this point in the history
  2. Fix type definition for Client Interceptors (#2269)

    Updating the client constructor to accept an array of interceptor
    functions to match the documentation.
    ComradeCow committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4d7c319 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix http2 agent (#2275)

    mcollina committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d1e867e View commit details
    Browse the repository at this point in the history
  2. Bumped v5.25.0

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