Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-17 | 3.0 kB | |
v7.14.0 source code.tar.gz | 2025-08-17 | 2.5 MB | |
v7.14.0 source code.zip | 2025-08-17 | 4.4 MB | |
Totals: 3 Items | 6.9 MB | 1 |
What's Changed
- Fix flaky snapshot-testing by @mcollina in https://github.com/nodejs/undici/pull/4367
- Actually flush the file in lib/mock/snapshot-recorder.js by @mcollina in https://github.com/nodejs/undici/pull/4378
- docs: clarify Node.js version support in LTS table by @mcollina in https://github.com/nodejs/undici/pull/4375
- cache: fix excessive caching and some other lack of caching by @fredericDelaporte in https://github.com/nodejs/undici/pull/4335
- feat(websocket): add handshake response info to undici:websocket:open diagnostic event by @tawseefnabi in https://github.com/nodejs/undici/pull/4396
- feat: add install() function to type definitions by @jsaguet in https://github.com/nodejs/undici/pull/4384
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by @dependabot[bot] in https://github.com/nodejs/undici/pull/4380
- build(deps): bump cronometro from 4.0.3 to 5.3.0 in /benchmarks by @dependabot[bot] in https://github.com/nodejs/undici/pull/4171
- build(deps): bump step-security/harden-runner from 2.12.0 to 2.13.0 by @dependabot[bot] in https://github.com/nodejs/undici/pull/4379
- fix: h2 CI by @metcoder95 in https://github.com/nodejs/undici/pull/4395
- feat: EventSource can be configured with reconnectionTime by @Uzlopak in https://github.com/nodejs/undici/pull/4260
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/nodejs/undici/pull/4404
- eventsource: deflake reconnectionTime tests by @Uzlopak in https://github.com/nodejs/undici/pull/4406
- cache: change normaliseHeaders to normalizeHeaders by @Uzlopak in https://github.com/nodejs/undici/pull/4408
- build(deps-dev): bump jest from 29.7.0 to 30.0.5 by @dependabot[bot] in https://github.com/nodejs/undici/pull/4387
- build(deps-dev): bump cross-env from 7.0.3 to 10.0.0 by @dependabot[bot] in https://github.com/nodejs/undici/pull/4386
- cache-control: no-cache: use quoted-string form by @alxndrsn in https://github.com/nodejs/undici/pull/4177
- test: fix snapshot testing flaky test by @Uzlopak in https://github.com/nodejs/undici/pull/4410
- fix formdata constructor args mark optional by @tsctx in https://github.com/nodejs/undici/pull/4411
- Update WPT by @github-actions[bot] in https://github.com/nodejs/undici/pull/4358
- Update Cache Tests by @github-actions[bot] in https://github.com/nodejs/undici/pull/4096
- chore: improve imports and requires by @Uzlopak in https://github.com/nodejs/undici/pull/4418
- refactor: snapshot-recorder by @Uzlopak in https://github.com/nodejs/undici/pull/4413
- Update WPT by @github-actions[bot] in https://github.com/nodejs/undici/pull/4416
- fix: better set a finalizer on cloned response by @tsctx in https://github.com/nodejs/undici/pull/4419
New Contributors
- @tawseefnabi made their first contribution in https://github.com/nodejs/undici/pull/4396
- @jsaguet made their first contribution in https://github.com/nodejs/undici/pull/4384
Full Changelog: https://github.com/nodejs/undici/compare/v7.13.0...v7.14.0