Skip to content

Releases: Azure/azure-functions-nodejs-worker

Type Definitions 3.0.0

24 Nov 00:02
34ca5ed

Choose a tag to compare

This version of the types package has been released to align with v3 of the Node.js worker. See #428 for more information on versioning

Changed

  • Node.js 10 and 12 are no longer supported

Type Definitions 2.0.0

11 Nov 19:37
bf431d8

Choose a tag to compare

No new changes since v2.0.0-beta.0

Type Definitions 2.0.0-beta.0

04 Nov 23:23
02d916a

Choose a tag to compare

Pre-release

This version of the types package has been released to align with v2 of the Node.js worker. See #428 for more information on versioning

Added

  • Node.js 10 and 12 are no longer supported
  • Added Timer type (#427)
  • Added RetryContext to ExecutionContext (#373)
  • Removed | undefined from HttpRequestHeaders, HttpRequestQuery, and HttpRequestParams. Use noUncheckedIndexedAccess to replicate the previous behavior (#381)

Changed

  • Node.js 8 is no longer supported

Azure Functions NodeJs Worker 2.1.2

24 May 17:49

Choose a tag to compare

  • Adding WorkerStatus
  • Updating grpc to 1.24.5
  • Upgrading to TS 4.1.3

Azure Functions NodeJs Worker 2.1.0

01 Dec 04:53
df7a92b

Choose a tag to compare

  • Experimental support for ES Modules via ".mjs" in Node.js 14

Azure Functions NodeJs Worker 2.0.6

01 Oct 00:41
ec942fc

Choose a tag to compare

Pre-release
  • Node.js 14 support (preview)
  • Show key of HTTP request header or query parameter on req object even if the value is empty

Azure Functions NodeJs Worker 2.0.4

01 Jun 23:54
fa39b2a

Choose a tag to compare

Pre-release

Azure Functions NodeJs Worker 1.2.2

01 Jun 23:52

Choose a tag to compare

Azure Functions Node.js Worker 2.0.2

15 Jan 21:24
66edd38

Choose a tag to compare

Pre-release
  • Send Durable Functions binding output for V3 (fix #276)

Azure Functions NodeJs Worker 2.0.1

05 Dec 04:49
1b68a25

Choose a tag to compare

Pre-release
  • Throw actionable error if HTTP output is invalid (an array or not an object)
  • [Bugfix] Allow setting output bindings from context.bindings and return/context.done.
    • return/context.done take priority