Skip to content

Azure Functions Node.js Worker 3.5.0

Compare
Choose a tag to compare
@ejizba ejizba released this 26 Aug 17:24
· 66 commits to v3.x since this release
d0340c9

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 originally rolled out with v4.12.0 of the host, but was reverted in v4.12.2. Changes will be included in v3.5.1 of the worker.