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.19.5
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.19.7
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 9, 2024

  1. fix: memory leak in finalization first appearing in v6.16.0 (#3445)

    * fix: memory leak
    
    Holding a reference to the stream in the finalization registry causes a memory leak, even when consuming the body.
    
    * docs: add comment explaining the strong reference
    
    * typo
    snyamathi authored and mcollina committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    638ee32 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.19.6

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b9bf7ad View commit details
    Browse the repository at this point in the history
  3. build: remove -i flag to docker run to allow command being run withou…

    …t a TTY
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    09c5667 View commit details
    Browse the repository at this point in the history
  4. Bumped v6.19.7

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c81f5a7 View commit details
    Browse the repository at this point in the history
Loading