-
-
Notifications
You must be signed in to change notification settings - Fork 657
Comparing changes
Open a pull request
base repository: nodejs/undici
base: v6.19.2
head repository: nodejs/undici
compare: v6.19.8
- 16 commits
- 12 files changed
- 6 contributors
Commits on Jul 22, 2024
-
In CITGM, skip tests that are flaky there (#3413)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for b696a78 - Browse repository at this point
Copy the full SHA b696a78View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 99102cc - Browse repository at this point
Copy the full SHA 99102ccView commit details -
Update esbuild to 0.19.10 (#3415)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for e51aa88 - Browse repository at this point
Copy the full SHA e51aa88View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 62241c3 - Browse repository at this point
Copy the full SHA 62241c3View commit details
Commits on Jul 31, 2024
-
fix: restore externalized Node.js dep compatibility (#3421)
* fix: restore externalized Node.js dep compatibility Restore the ability to build Undici compatible with Node.js' `configure --shared-builtin-undici/undici-path ...` build option. Scopes the `hasApk` conditional to only cover the part that requires `apk`. Makes the WASM optimizer (binaryen) optional to allow building on Linux distributions that do not package `binaryen` and must be able to rebuild everything (including tooling) from source. * ci: add workflow for externalized Node.js dep Add a workflow to test building Undici in a way compatible with Node.js built with `configure --shared-builtin-undici/undici-path ...`. This configuration is used by downstream Node.js packagers (e.g. Fedora) who require the ability to be able to build everything from source.
Configuration menu - View commit details
-
Copy full SHA for 93605ab - Browse repository at this point
Copy the full SHA 93605abView commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 8499c4b - Browse repository at this point
Copy the full SHA 8499c4bView commit details
Commits on Aug 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 638ee32 - Browse repository at this point
Copy the full SHA 638ee32View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for b9bf7ad - Browse repository at this point
Copy the full SHA b9bf7adView commit details -
build: remove -i flag to docker run to allow command being run withou…
…t a TTY Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 09c5667 - Browse repository at this point
Copy the full SHA 09c5667View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for c81f5a7 - Browse repository at this point
Copy the full SHA c81f5a7View commit details
Commits on Aug 17, 2024
-
test: add test for memory leak (#3450)
* test: add test for memory leak * lint
Configuration menu - View commit details
-
Copy full SHA for 5287054 - Browse repository at this point
Copy the full SHA 5287054View commit details -
build: parametrize the location of wasm-opt (#3454)
The wasm-opt binary may be available in different place than the local directory (`./wasm-opt`) – for example, in /usr/bin/wasm-opt. Similarly to the other parametrized WASM build options, use WASM_OPT environment variable to identify the wanted binary, with fallback to the previous value. Even with the environment variable available, the `hasOptimizer` is kept to make the optimization optional. Signed-off-by: Jan Staněk <jstanek@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bc46332 - Browse repository at this point
Copy the full SHA bc46332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 405a2ce - Browse repository at this point
Copy the full SHA 405a2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb6b40 - Browse repository at this point
Copy the full SHA dbb6b40View commit details -
use FinalizationRegistry for cloned response body (#3458)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for cde714f - Browse repository at this point
Copy the full SHA cde714fView commit details
Commits on Aug 19, 2024
-
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 3d3ce06 - Browse repository at this point
Copy the full SHA 3d3ce06View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.19.2...v6.19.8