Sourced from undici's releases.
v6.21.1
⚠️ Security Release ⚠️
Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
What's Changed
- fix(#3736): back-port 183f8e9 to v6.x by
@ggoodman
in nodejs/undici#3855- fix(#3817): send servername for SNI on TLS (#3821) [backport] by
@metcoder95
in nodejs/undici#3864- fix: sending formdata bodies with http2 (#3863) [backport] by
@metcoder95
in nodejs/undici#3866- [Backport v6.x] fix: Fixed the issue that there is no running request when http2 goaway by
@github-actions
in nodejs/undici#3877- types: [backport] Update return type of RetryCallback (#3851) by
@metcoder95
in nodejs/undici#3876Full Changelog: https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1
e260e7b
Bumped v6.21.1c3acc60
Merge commit from fork2414bc9
Update return type of RetryCallback (#3851)
(#3876)be8cd0a
[Backport v6.x] fix: Fixed the issue that there is no running request
when ht...ee6176c
fix: sending formdata bodies with http2 (#3863)
[backport] (#3866)a0220f1
fix(#3817):
send servername for SNI on TLS (#3821)
[backport] (#3864)353ab63
fix(#3736):
back-port 183f8e9 to v6.x (#3855)