What's Changed
- fix: Handle FormData body type correctly in RetryAgent retried requests by @eliotschu in #4692
- feat(client): expose HTTP/2 flow-control options by @pabloelisseo in #4706
- Implement origin normalization in MockAgent for case-insensitivity and URL handling by @SksOp in #4731
- fix websocket basic auth by @KhafraDev in #4747
- fix(cache): regenerate stream from source when cache.match is called after GC by @mcollina in #4713
- chore: use testcontext for test:cache by @Uzlopak in #4571
- chore: use testcontext for subresource integrity tests by @Uzlopak in #4575
- feat(cache): add origins option for whitelist filtering by @mcollina in #4739
- ci: test shared-builtin only on Node.js 24 and 25 by @mcollina in #4746
- fix websocketstream open error by @KhafraDev in #4748
New Contributors
- @eliotschu made their first contribution in #4692
- @pabloelisseo made their first contribution in #4706
- @SksOp made their first contribution in #4731
Full Changelog: v7.18.2...v7.19.0