Releases: Azure/azure-functions-nodejs-worker
Azure Functions Node.js Worker 3.10.1
Azure Functions Node.js Worker 3.10.0
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
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
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
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
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
- 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
Azure Functions Node.js Worker 3.5.2
- Updated
@azure/functions
to version3.5.0-alpha.5
(#644) - Allowed Node.js v19 to be used in local development environments (#645)
- Enabled the new programming model to work in the multiple concurrent worker scenario (#638)
NOTE: This version of the worker was included with v4.15 of the host which finished rolling out in February 2023.
Azure Functions Node.js Worker 3.5.1
Fixed
- App failed to start with error "Worker was unable to load entry point" #630
NOTE: This version of the worker was included with v4.14 of the host which finished rolling out in December 2022.