Azure / azure-functions-nodejs-library

The Node.js framework for Azure Functions
https://www.npmjs.com/package/@azure/functions
MIT License
58 stars 14 forks source link

Support Node 22 #252

Open ejizba opened 6 months ago

ejizba commented 6 months ago

Node.js Release Schedule

Status doc

Our Release Schedule

Please see our roadmap for the latest estimates: https://github.com/Azure/azure-functions-nodejs-library/wiki/Roadmap

timtucker-dte commented 2 months ago

For things like Service Bus triggers using AMQP over HTTPS, will that use Node 22's native (undici-based) WebSocket or will they still pull in the ws implementation as an extra dependency?