Skip to content

Revert "Updating the undici Major Version (#350)" #357

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

Open
wants to merge 1 commit into
base: v4.x
Choose a base branch
from

Conversation

BridgeAR
Copy link

@BridgeAR BridgeAR commented Jun 27, 2025

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 6 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.

Ref: #350

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.
@BridgeAR BridgeAR requested a review from a team as a code owner June 27, 2025 09:48
@BridgeAR
Copy link
Author

@microsoft-github-policy-service agree company="Datadog"

@swapnil-nagar
Copy link
Contributor

swapnil-nagar commented Jun 27, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -1,6 +1,6 @@
{
"name": "@azure/functions",
"version": "4.7.3",
"version": "4.7.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just reverting the code we do not need to update the version, can you revert to 4.7.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants