Skip to content

Azure Functions Node.js Worker 3.1.0

Choose a tag to compare

@ejizba ejizba released this 09 Feb 18:57
· 163 commits to v3.x since this release
9557399
  • Added a user property to the HttpRequest that contains an object representing the logged in user (#421)
  • Allow Node.js v17.x and v15.x to be used during local development (These versions are not officially supported) (#363)
  • Added debug-level logs to improve supportability in the following cases:
    • Worker received invocation request (#355)
    • Detected missing "package.json" file, which may affect cold start (#449)