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: v7.24.4
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.24.5
Choose a head ref
  • 4 commits
  • 29 files changed
  • 5 contributors

Commits on Mar 16, 2026

  1. Formdata tests (#4902)

    KhafraDev authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    2885361 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

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

Commits on Mar 19, 2026

  1. fix(cache): only apply 1-year deleteAt for immutable responses (#4913)

    * fix(cache): only apply 1-year deleteAt for immutable responses
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    * test(cache): add tests for determineDeleteAt behavior
    
    Verify that:
    - max-age responses get deleteAt proportional to freshness lifetime (not 1 year)
    - immutable responses get deleteAt of ~1 year
    - stale-while-revalidate correctly extends deleteAt beyond staleAt
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    metalix2 and claude authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    9077500 View commit details
    Browse the repository at this point in the history
  2. Bumped v7.24.5 (#4915)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    51fd661 View commit details
    Browse the repository at this point in the history
Loading