Skip to content

Releases: Azure/azure-functions-nodejs-worker

Azure Functions Node.js Worker 3.12.0

20 Sep 01:42
f516e2b

Choose a tag to compare

Fixed

Added EoL log for Node versions (#773 + #775)

Not released with Functions Host yet

Azure Functions Node.js Worker 3.11.0

13 Aug 20:29
f48616e

Choose a tag to compare

Fixed
Added support for Node 24 #768
Import = fix to support Node 24 strip-only mode #770

Azure Functions Node.js Worker 3.10.1

13 Sep 18:08
48d9914

Choose a tag to compare

Fixed

  • Fix readonly error throwing uncaught exception #750
  • Fix startup error not showing up in kusto #753
  • Add logging to detect if function app dir doesn't change in placeholders #758

NOTE: This version of the worker was included with 4.37.0 of the host which is still rolling out in Azure.

Azure Functions Node.js Worker 3.10.0

12 Apr 02:15
de456ce

Choose a tag to compare

Fixed

  • Minor fixes to be consistent with library repo hooks PR #725
  • Check errors are writable library#205

Added

  • Add hook for logs #739

NOTE: This version of the worker was included with 4.34.0 of the host which finished rolling out in May 2024.

Azure Functions Node.js Worker 3.9.0

20 Oct 20:26
8d629e6

Choose a tag to compare

Added

  • Allow core api to modify worker capabilities #720 (the first step to support http streams 🥳)
  • Preemptively unblock Node.js v21 and v22 #721

Changed

  • Use command line arguments with "functions" prefix host#9504

NOTE: This version of the worker was included with v4.28 of the host which finished rolling out in January 2024.

Azure Functions Node.js Worker 3.8.1

17 Aug 23:19
e01abd6

Choose a tag to compare

Fixed

  • Improve retry logic for transient lstat error #712

NOTE: This version of the worker was included with v4.27 of the host which finished rolling out in November 2023.

Azure Functions Node.js Worker 3.8.0

14 Jul 19:01
bf28d9c

Choose a tag to compare

Added

  • Increased timeout when loading entry point files to 2 minutes #704

Changed

  • Make entry point failures blocking for model v4 and/or Node v20, and ensure these errors are forwarded to app insights #691

NOTE: This version of the worker was included with v4.25 of the host which finished rolling out in September 2023.

Azure Functions Node.js Worker 3.7.0

30 Jun 00:50
6ae7adf

Choose a tag to compare

Added

  • Allow specifying retry policy for v4 model library#73
  • Specify the file name in loading entrypoint error #683

Fixed

  • Retry loading file for transient lstat error #693
  • Make workerBitness consistent #633
  • Don't show run-from-package warning in core tools #678

Changed

  • Throw error for duplicate function names in v4 model library#62

NOTE: This version of the worker was included with v4.24 of the host which finished rolling out in August 2023.

Azure Functions Node.js Worker 3.6.1

22 Mar 18:37
76aa60a

Choose a tag to compare

  • Fix registerFunction for placeholders when indexing is on by default (#669)

NOTE: This version of the worker was included with v4.21 of the host which finished rolling out in June 2023.

Azure Functions Node.js Worker 3.6.0

03 Mar 22:53

Choose a tag to compare

  • Preemptively unblock Node 20 (#659)
  • Warn users with long file load times and recommend setting WEBSITE_RUN_FROM_PACKAGE to 1 (#660)
  • Add programming model info to worker metadata (#662)

NOTE: This version of the worker was included with v4.19 of the host which finished rolling out in May 2023.