-
Notifications
You must be signed in to change notification settings - Fork 21
Updating the undici Major Version #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This breaks Node.js 18 support, due to unidici 7 only supporting Node.js 20 and above. Latest undici 6 supports >=18.17, while the latest undici release that had full Node.js 18 support is 6.13.0. Since 6.13.0 is vulnerable, I would just plainly revert this commit. |
This reverts commit c543818. The support range for undici in newer versions does not match the current @azure/functions support range. The original commit broke Node.js 18 support, due to unidici 7 only supporting Node.js 20 and above. Latest undici supports >=18.17, while the latest undici release that had full Node.js 18 support is v6.13.0. Since v6.13.0 has known security issues, it's just a plain revert.
I really want to thank you for surfacing the issue and we have deprecated the 4.7.3 version. |
For clarity, given that Node 18 is no longer a supported runtime for Azure Functions why does it matter if newer versions of this library no longer support it? July 10, 2025 is the end of support date for other Azure SDKs, so it's not unreasonable to be dropping support here as well: |
The library itself just defines a different support range. I can actually not judge much upon the impact. |
You're welcome, I hope I was indeed of help and it's not too much work handling the deprecated version. |
No description provided.