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.14.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.14.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Apr 22, 2024

  1. fix: tweak keep-alive timeout implementation (#3145)

    * fix: tweak keep-alive timeout implementation
    
    Closes #3141
    
    * fix test impacted by default keepAliveTimeoutThreshold change
    
    * adjust timer registration strategy
    
    * only use fast timers with delay > 1000ms
    mweberxyz authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2e3463c View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump borp from 0.11.0 to 0.12.0 (#3153)

    Bumps [borp](https://github.com/mcollina/borp) from 0.11.0 to 0.12.0.
    - [Release notes](https://github.com/mcollina/borp/releases)
    - [Commits](mcollina/borp@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: borp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    faf95ac View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node from ad255c6 to 6d0f18a in /build (#3154)

    Bumps node from `ad255c6` to `6d0f18a`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d11ca5e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix(EnvHttpProxyAgent): prefer lowercase env vars (#3152)

    Signed-off-by: Jamie King <hello@jamieking.me>
    10xLaCroixDrinker authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    233da75 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.14.1 (#3155)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1c44055 View commit details
    Browse the repository at this point in the history
Loading