[wip] feat: new azure-functions-streaming preset
๐Linked issue
โType of change
- [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Added a preset azure-functions-streaming which adds support for the Azure Functions V4 runtime with HTTP Streaming enabled. This allows applications (like Solid Start) that require HTTP Streaming to now work properly on Azure Functions.
I also upgraded the @azure/functions package to the latest version, which is required to support this functionality.
๐ Checklist
- [x] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.
To do: Update regular azure-function preset to v4
Thanks for working on this dear Sacha. For now i have marked it as draft mainly to see if we can avoid new preset but instead add functionality to the main azure-functions (worst case via a runtime flag)
If you like to work and help on v4 support, feel free to open a new PR. Using new compatibility date system we can adopt it progressively (see netlify for reference)
Thanks for working on this dear Sacha. For now i have marked it as draft mainly to see if we can avoid new preset but instead add functionality to the main azure-functions (worst case via a runtime flag)
If you like to work and help on v4 support, feel free to open a new PR. Using new compatibility date system we can adopt it progressively (see netlify for reference)
Thank you for your feedback! I would love to help with v4 support and will get on it this evening. ^^
@supersoniko is attempting to deploy a commit to the Nitro Team on Vercel.
A member of the Team first needs to authorize it.
somehow it got closed when we switched branch. Reopened mainly for reminder. We need to rebase it against latest v3/main./