Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-31 | 1.5 kB | |
v7.13.0 source code.tar.gz | 2025-07-31 | 2.5 MB | |
v7.13.0 source code.zip | 2025-07-31 | 4.4 MB | |
Totals: 3 Items | 6.9 MB | 0 |
What's Changed
- MockAgent.prototype.get support ignoreTrailingSlash option by @lisez in https://github.com/nodejs/undici/pull/4344
- chore: more jsdoc and minor improvements for lib/api/readable.js, by @Uzlopak in https://github.com/nodejs/undici/pull/4351
- ci: skip Node.js 20 tests on Windows by @mcollina in https://github.com/nodejs/undici/pull/4353
- Update WPT by @github-actions[bot] in https://github.com/nodejs/undici/pull/4267
- feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (#4180) by @caitp in https://github.com/nodejs/undici/pull/4340
- fix: detect and prevent redirect loops with Client/Pool by @mcollina in https://github.com/nodejs/undici/pull/4361
- remove node:buffer imports by @KhafraDev in https://github.com/nodejs/undici/pull/4362
- fix: remove deprecated maxRedirections option from types by @mcollina in https://github.com/nodejs/undici/pull/4363
- Amend the GC warning in the README to clarify that consuming bodies is recommended but not required by @mcollina in https://github.com/nodejs/undici/pull/4364
- fix(inteceptor/dump): handle preemptive network errors by @metcoder95 in https://github.com/nodejs/undici/pull/4354
- feat: add SnapshotAgent for HTTP request recording and playback by @mcollina in https://github.com/nodejs/undici/pull/4270
New Contributors
- @lisez made their first contribution in https://github.com/nodejs/undici/pull/4344
Full Changelog: https://github.com/nodejs/undici/compare/v7.12.0...v7.13.0