Skip to content

Releases: Azure/azure-functions-nodejs-worker

Azure Functions NodeJs Worker 1.0.3

15 May 22:14
140400c
Compare
Choose a tag to compare

In this release:

  • Log more details on uncaught exceptions and unawaited async
  • [Internal] Implemented handlers for more gRPC messages

Azure Functions NodeJs Worker 1.0.2

15 Feb 23:46
800a06e
Compare
Choose a tag to compare

In this release:

  • Added check and log if context logging requested after execution completed (will help prevent async errors)
  • Update dependencies

Azure Functions NodeJs Worker 1.0.1

16 Jan 19:28
8e5a050
Compare
Choose a tag to compare

In this release:

  • Clarified node major version incompatibility message
  • Updated types that match published @azure/functions 1.0.1

Azure Functions NodeJsWorker 1.0.0-beta7

20 Nov 02:32
1ac8156
Compare
Choose a tag to compare

In this release:

  • Exposes list of output bindings on the context object (as context.bindingDefinitions)

Azure Functions NodeJs Worker 1.0.0-beta6

23 Oct 23:27
Compare
Choose a tag to compare

In this release:

  • Node version failure message for very old node versions (down to 0.10.28)

Azure Functions NodeJs Worker 1.0.0-beta3

14 Jun 18:57
Compare
Choose a tag to compare

Changes include:

  • Node v10 support (note: node v8 will be deprecated when it is no longer Active LTS)
  • Debug tips with changing node version locally

Also, adding worker.config.json for use in https://github.com/Azure/azure-functions-host

Azure Functions NodeJs Worker 1.0.0-beta2

05 Jun 19:19
d13c951
Compare
Choose a tag to compare

Changes include:

  • [BREAKING CHANGE] Throw error if using unsupported version of node (not 8.x)
  • [BREAKING CHANGE] Recursively camelCase binding trigger metadata (#39)
  • Update headers to try to convert values to string type (null / undefined values are ignored altogether)