Azure Functions Runtime 2.0.12493
Release Notes
- [Linux] Enable mounting of user code package (#4373)
- [Java] Azure Functions Java Worker 1.4.1 (Release Notes)
- [PowerShell] Azure Functions PowerShell Worker 0.1.102-preview (Release Notes)
- [Node.js] Azure Functions Node.js Worker 1.0.3 (Release Notes)
- Sync function triggers on slot swap (#4402) and improve monitoring/diagnostic logs (#4401)
- Multiple language worker support (#4161)
- Process count is configurable by AppSetting:
FUNCTIONS_WORKER_PROCESS_COUNT
- Process count is configurable by AppSetting:
- [Bug Fix] Process management improvements around node.exe, python.exe, and java.exe
- [Bug Fix] Accept functionTimeout: null as a valid host.json configuration (#4373)
- [Bug Fix] Stop infinite recursion in extensions metadata generation on publish (#4055)
- [Bug Fix] Do not fail function when HTTP header 'request-context' is explicitly set (#4358)
- [Bug Fix] Fix for function apps encountering container disposed error when accessing master key (#4406)
Visual Studio Availability
This release has been made available to Visual Studio users. When running a V2 Function App project locally, you can verify if you are running this version by checking for the following in the console output:
Azure Functions Core Tools (XXX Commit hash: XXX)
Function Runtime Version: 2.0.12493.0