Added
- Support for entry point app-level code #537
- Property to access the request body as a buffer (
bufferBody
) #294 - Support for app start and terminate hooks #539
- Preview support for the new programming model ✨🥳. More information here: http://aka.ms/AzFuncNodeV4
Fixed
- Bug where nested "bytes" property causes invocation to fail #607
- Bug where environment variable casing was not always maintained on Windows #600
Changed
- Created a separate NPM package to contain most of the Node.js framework for Azure Functions. Now you can get updates faster (or slower 😅) by including the npm package directly in your app instead of waiting for a rollout in Azure! More details here
NOTE: This version of the worker will be included with v4.12.0 of the host which is still rolling out in Azure