-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
What is the problem this feature will solve?
AWS Lambda recently completed a rollout from Node.js 20.12.x to Node.js 20.13.x, which includes this bug reported to Undici.
This impacts users using Node.js 20 in AWS Lambda, Netlify, Vercel, or any other service that uses AWS Lambda.
For example:
- Many users of Sentry had to update the package to a new version in order to fix the issue: Undici 6.7.0 changes to request headers breaking Sentry code getsentry/sentry-javascript#10936
- This user also had to move from the built-in
fetch
tonode-fetch
: https://x.com/timcarrphoto/status/1795445427149422911 - More issues are likely to surface in the next few days, as AWS Lambda just completed the rollout in the past few days
What is the feature you are proposing to solve the problem?
Update Undici to (at least) version 6.17.0
for the next Node.js 20 minor version, to includes the upstream fix. cc @mcollina
What alternatives have you considered?
No response
mcollina, smaeda-ks and veraldo
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.