Releases: Azure/azure-functions-nodejs-worker
Releases · Azure/azure-functions-nodejs-worker
Type Definitions 3.0.0
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
No new changes since v2.0.0-beta.0
Type Definitions 2.0.0-beta.0
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
Timertype (#427) - Added
RetryContexttoExecutionContext(#373) - Removed
| undefinedfromHttpRequestHeaders,HttpRequestQuery, andHttpRequestParams. Use noUncheckedIndexedAccess to replicate the previous behavior (#381)
Changed
- Node.js 8 is no longer supported
Azure Functions NodeJs Worker 2.1.2
- Adding WorkerStatus
- Updating grpc to 1.24.5
- Upgrading to TS 4.1.3
Azure Functions NodeJs Worker 2.1.0
- Experimental support for ES Modules via ".mjs" in Node.js 14
Azure Functions NodeJs Worker 2.0.6
- Node.js 14 support (preview)
- Show key of HTTP request header or query parameter on
reqobject even if the value is empty
Azure Functions NodeJs Worker 2.0.4
- Add
Noneas a valid value for the sameSite property of HTTP cookies - [Bugfix] Remove noisy error when using Proxy Functions (Azure/azure-functions-host#4809)
- [Bugfix] Fix buffer overflow with empty-valued HTTP headers (Azure/azure-functions-host#5975)
Azure Functions NodeJs Worker 1.2.2
- Add
Noneas a valid value for thesameSiteproperty of HTTP cookies - [Bugfix] Remove noisy error when using Proxy Functions (Azure/azure-functions-host#4809)
- [Bugfix] Fix buffer overflow with empty-valued HTTP headers (Azure/azure-functions-host#5975)
Azure Functions Node.js Worker 2.0.2
- Send Durable Functions binding output for V3 (fix #276)
Azure Functions NodeJs Worker 2.0.1
- 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