Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-18 | 3.1 kB | |
v7.12.0 source code.tar.gz | 2025-07-18 | 2.5 MB | |
v7.12.0 source code.zip | 2025-07-18 | 4.3 MB | |
Totals: 3 Items | 6.8 MB | 0 |
What's Changed
- test: remove tspl on 2283 test by @Uzlopak in https://github.com/nodejs/undici/pull/4301
- chore: reduce amount of intermediate functions by @Uzlopak in https://github.com/nodejs/undici/pull/4298
- ci: disable shared builtin CI tests by @mcollina in https://github.com/nodejs/undici/pull/4276
- webidl: remove unnecessary parameters from webidl.converters.RequestInfo and webidl.converters.RequestInit by @Uzlopak in https://github.com/nodejs/undici/pull/4304
- fetch: remove await, add jsdoc for some body read functions by @Uzlopak in https://github.com/nodejs/undici/pull/4303
- test: use assert and not testcontext in issue-2283.js by @Uzlopak in https://github.com/nodejs/undici/pull/4306
- chore: jsdoc use
@returns
everywhere by @Uzlopak in https://github.com/nodejs/undici/pull/4302 - chore: fix typo by @pimothyxd in https://github.com/nodejs/undici/pull/4312
- build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by @dependabot[bot] in https://github.com/nodejs/undici/pull/4315
- feat: throw error when maxRedirections is used with undici.request() by @mcollina in https://github.com/nodejs/undici/pull/4311
- Clarify the type option of the cache interceptor by @fredericDelaporte in https://github.com/nodejs/undici/pull/4299
- cache: allow caching heuristically cacheable error status codes by @mcollina in https://github.com/nodejs/undici/pull/4318
- chore(doc): update undici vs fetch by @styfle in https://github.com/nodejs/undici/pull/4319
- don't set a finalizer on cloned request by @tsctx in https://github.com/nodejs/undici/pull/4320
- websocketstream: close readablestream properly by @KhafraDev in https://github.com/nodejs/undici/pull/4322
- add ping(websocket, payload) util by @KhafraDev in https://github.com/nodejs/undici/pull/4325
- fix sending ping with no payload by @KhafraDev in https://github.com/nodejs/undici/pull/4329
- refactor: eliminate eager llhttp promise creation by @mcollina in https://github.com/nodejs/undici/pull/4337
- Fix misleading cacheByDefault documentation by @fredericDelaporte in https://github.com/nodejs/undici/pull/4338
- add websocket to websocket diagnostic channels by @KhafraDev in https://github.com/nodejs/undici/pull/4321
- speed up flaky websocket test by @KhafraDev in https://github.com/nodejs/undici/pull/4343
- fetch: minor modifications by @Uzlopak in https://github.com/nodejs/undici/pull/4347
- fetch: make readable-stream methods sync by @Uzlopak in https://github.com/nodejs/undici/pull/4346
- remove creating an extra Promise just for common cleanup by @bmeck in https://github.com/nodejs/undici/pull/4339
- chore: extract createDeferredPromise from fetch/utils.js by @Uzlopak in https://github.com/nodejs/undici/pull/4345
New Contributors
- @pimothyxd made their first contribution in https://github.com/nodejs/undici/pull/4312
- @fredericDelaporte made their first contribution in https://github.com/nodejs/undici/pull/4299
- @bmeck made their first contribution in https://github.com/nodejs/undici/pull/4339
Full Changelog: https://github.com/nodejs/undici/compare/v7.11.0...v7.12.0