Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-26 | 5.4 kB | |
v7.11.0 source code.tar.gz | 2025-06-26 | 2.5 MB | |
v7.11.0 source code.zip | 2025-06-26 | 4.3 MB | |
Totals: 3 Items | 6.8 MB | 0 |
What's Changed
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4214
- feat(fetch): add zstandard decompression support by @J3m5 in https://github.com/nodejs/undici/pull/4238
- fix(debug): remove extra forward slash in logs by @aidant in https://github.com/nodejs/undici/pull/4236
- types: EventSource short handlers can be null by @Uzlopak in https://github.com/nodejs/undici/pull/4246
- remove finalizationregistry workaround by @mcollina in https://github.com/nodejs/undici/pull/4250
- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.7.1 by @dependabot in https://github.com/nodejs/undici/pull/4255
- build(deps): bump github/codeql-action from 3.28.1 to 3.28.18 by @dependabot in https://github.com/nodejs/undici/pull/4252
- build(deps): bump codecov/codecov-action from 5.1.2 to 5.4.3 by @dependabot in https://github.com/nodejs/undici/pull/4253
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot in https://github.com/nodejs/undici/pull/4254
- Query unaware interceptors cache fix by @FelixVaughan in https://github.com/nodejs/undici/pull/4240
- docs: fix interceptor order description in compose method by @mcollina in https://github.com/nodejs/undici/pull/4251
- chore: require node native modules with
node:
-prefix by @Uzlopak in https://github.com/nodejs/undici/pull/4256 - fix: eventsource does not reconnect on network error by @Uzlopak in https://github.com/nodejs/undici/pull/4247
- fix: add guard by @GeoffreyBooth in https://github.com/nodejs/undici/pull/4262
- Extract webidl by @Uzlopak in https://github.com/nodejs/undici/pull/4259
- build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by @dependabot in https://github.com/nodejs/undici/pull/4132
- build(deps-dev): bump fast-check from 3.23.2 to 4.1.1 by @dependabot in https://github.com/nodejs/undici/pull/4167
- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot in https://github.com/nodejs/undici/pull/4137
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in https://github.com/nodejs/undici/pull/4168
- build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.18 by @dependabot in https://github.com/nodejs/undici/pull/4190
- build(deps): bump fastify/github-action-merge-dependabot from 3.11.0 to 3.11.1 by @dependabot in https://github.com/nodejs/undici/pull/4135
- build(deps): bump step-security/harden-runner from 2.11.1 to 2.12.0 by @dependabot in https://github.com/nodejs/undici/pull/4188
- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by @dependabot in https://github.com/nodejs/undici/pull/4194
- Fix several WPT failures by @tsctx in https://github.com/nodejs/undici/pull/4263
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4235
- node.js
fetch
is wrongly typed (#4271) by @bpasero in https://github.com/nodejs/undici/pull/4272 - Fix: Provide body on retry error, preserve socket by @fatal10110 in https://github.com/nodejs/undici/pull/4228
- add cause to WebSocket error by @KhafraDev in https://github.com/nodejs/undici/pull/4274
- doc: undici vs fetch by @FelixVaughan in https://github.com/nodejs/undici/pull/4245
- bench: add websockets by @tsctx in https://github.com/nodejs/undici/pull/3203
- webidl: remove fallback for USVString by @Uzlopak in https://github.com/nodejs/undici/pull/4264
- fix: Use correct
Dispatcher.RequestOptions
by @IvanDimanov-OfficeRnD in https://github.com/nodejs/undici/pull/4281 - feat: add install() function for global WHATWG fetch classes by @mcollina in https://github.com/nodejs/undici/pull/4286
- Fixed RedirectHandler type by @rahulyadav5524 in https://github.com/nodejs/undici/pull/4278
- feat(#4086): proxy keep alive by @metcoder95 in https://github.com/nodejs/undici/pull/4128
- Add
cleanMocks
toMockClient
andMockPool
by @DemianParkhomenko in https://github.com/nodejs/undici/pull/4176 - fetch: add missing new operator on TypeError instantiation in readAllBytes by @Uzlopak in https://github.com/nodejs/undici/pull/4297
- Skip failing wpts by @mcollina in https://github.com/nodejs/undici/pull/4294
- feat: add request body diagnostic channels by @legendecas in https://github.com/nodejs/undici/pull/4289
- Fix timer guards to avoid TypeError under fake‐timers and polyfilled … by @1ly4s0 in https://github.com/nodejs/undici/pull/4213
- cache: update MemoryCacheStore default limits by @mcollina in https://github.com/nodejs/undici/pull/4292
- fix: EnvHttpProxyAgent.Options should accept ProxyAgent.Options by @urugator in https://github.com/nodejs/undici/pull/4243
New Contributors
- @J3m5 made their first contribution in https://github.com/nodejs/undici/pull/4238
- @aidant made their first contribution in https://github.com/nodejs/undici/pull/4236
- @bpasero made their first contribution in https://github.com/nodejs/undici/pull/4272
- @IvanDimanov-OfficeRnD made their first contribution in https://github.com/nodejs/undici/pull/4281
- @rahulyadav5524 made their first contribution in https://github.com/nodejs/undici/pull/4278
- @DemianParkhomenko made their first contribution in https://github.com/nodejs/undici/pull/4176
- @1ly4s0 made their first contribution in https://github.com/nodejs/undici/pull/4213
- @urugator made their first contribution in https://github.com/nodejs/undici/pull/4243
Full Changelog: https://github.com/nodejs/undici/compare/v7.10.0...v7.11.0