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.23.4
Choose a base ref
...
head repository: nodejs/undici Loading
compare: v5.26.0
Choose a head ref
  • 15 commits
  • 19 files changed
  • 11 contributors

Commits on Oct 4, 2023

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

Commits on Oct 5, 2023

  1. change default header to node (#2310)

    * change default header to `node`
    
    * switch on filename, add tests
    Ethan-Arrowood committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    fcc1e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898040d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e645012 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump sinon from 15.2.0 to 16.1.0 (#2312)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.1.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v15.2.0...v16.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2de330f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    af78c98 View commit details
    Browse the repository at this point in the history
  2. feat: respect --max-http-header-size Node.js flag (#2234)

    * feat: respect  Node.js flag
    
    * add test
    
    * cleaner test
    
    * fix test
    
    * update docs
    
    * revert empty space
    
    * remove already default value
    
    * add
    
    * don't use `globalThis.fetch` to pass test in Node.js 16
    
    * add test under `test/fetch`
    
    * fix lint
    
    * import from `undici-fetch`
    
    * use correct paths, use `request` for pure undici test
    
    * fix Node.js 14 test
    balazsorban44 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    045d4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c9d70 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    3a9f481 View commit details
    Browse the repository at this point in the history
  2. Fix stuck when using http2 POST Buffer (#2336)

    * fix: 🐛 call stream.end when POST Buffer
    
    * test: ✅ add test POST Buffer for http2
    
    * test: ✅ remove debug log
    binsee committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    06380f6 View commit details
    Browse the repository at this point in the history
  3. fix: 🏷️ add allowH2 to BuildOptions (#2334)

    * fix: 🏷️ add allowH2 to BuildOptions
    
    * test: ✅ update test
    binsee committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b9d8368 View commit details
    Browse the repository at this point in the history
  4. fix: 🐛 fix process http2 header (#2332)

    * fix: 🐛 fix process header
    
    * test: ✅ add test multiple requests to http2
    
    * test: 💡 remove comment
    
    * test: ✅ update test plan
    binsee committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    df97958 View commit details
    Browse the repository at this point in the history
  5. Bumped v5.26.0

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