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: dfa2d15
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ddbdb8
Choose a head ref
  • 14 commits
  • 49 files changed
  • 9 contributors

Commits on Aug 17, 2025

  1. feat: extract sri from fetch, upgrade to latest spec (#4307)

    * feat: extract sri from fetch, upgrade to latest spec
    
    * improve coverage
    
    * fix
    
    * remove ts-check
    
    * Apply suggestions from code review
    
    * fix
    
    * switch order according to my change in the spec
    
    * fix comment
    
    * imrprove with better helper functions
    
    * rename sri to subresource-integrity
    
    * fix
    
    * Update test/fetch/integrity.js
    
    Co-authored-by: Khafra <[email protected]>
    
    * adapt
    
    ---------
    
    Co-authored-by: Khafra <[email protected]>
    Uzlopak and KhafraDev authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    3127367 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. chore: update WPT (#4422)

    Co-authored-by: Uzlopak <[email protected]>
    github-actions[bot] and Uzlopak authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2f6cc66 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. build(deps-dev): bump @fastify/busboy from 3.1.1 to 3.2.0 (#4428)

    Bumps [@fastify/busboy](https://github.com/fastify/busboy) from 3.1.1 to 3.2.0.
    - [Release notes](https://github.com/fastify/busboy/releases)
    - [Changelog](https://github.com/fastify/busboy/blob/main/CHANGELOG.md)
    - [Commits](fastify/busboy@v3.1.1...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@fastify/busboy"
      dependency-version: 3.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    74d505f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    ab6ea16 View commit details
    Browse the repository at this point in the history
  2. chore: remove lib/api/util.js (#3578)

    * jsdoc: lib/api/util.js
    
    * chore: delete lib/api/utils.js
    Uzlopak authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    0974a6a View commit details
    Browse the repository at this point in the history
  3. ci: reenable shared builtin CI tests (#4426)

    * ci: reenable shared builtin CI tests
    
    * fixup! ci: reenable shared builtin CI tests
    richardlau authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    55d6db7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. feat: Decompression Interceptor (#4317)

    Co-authored-by: Carlos Fuentes <[email protected]>
    Co-authored-by: Aras Abbasi <[email protected]>
    3 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    80d5f32 View commit details
    Browse the repository at this point in the history
  2. chore: update llhttp (#4431)

    Uzlopak authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    9f7fafe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3325d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2fce20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    156a5ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66181d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. types: add SnapshotRecorderMode (#4442)

    * types: add SnapshotRecorderMode
    
    * fix types
    Uzlopak authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    35d5ddb View commit details
    Browse the repository at this point in the history
  2. Bumped v7.15.0 (#4446)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    7ddbdb8 View commit details
    Browse the repository at this point in the history
Loading