Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
4.1051.200
4.1048.300
4.851.100
4.1051.100
Release notes
- Restore Workflows-bundle worker discovery on Logic App (#11759)
- Ensure wwwroot directory exists on new slot and app creation w/ networking restrictions (#11757)
- Update Node.js Worker Version to 3.14.1 (#PR)
- Update OpenTelemetry instrumentation and exporter packages (#11766)
- Skip
WebJobsStorageHealthCheckwhen no active script host is available (#11791) - Avoid false-positive connection string checks when constructing
BlobServiceClient(#11794) - Fix .NET10 breaking change with connection-string prefixed env vars. (#11793)
- Only register the host-name-fixup middleware on hosting environments where requests are routed through the Antares front end
- Resolve correct
IHostApplicationLifetimeinstance within certain ScriptHost services (#11798) - Fix function-key prefix matching in the Kubernetes secrets repository merge step
4.1050.100
Release notes
- Add support for querying app capabilities from new admin endpoints. Supports capabilities provided from language workers, extensions, customer configuration of host.json, and the host itself. (#11577)
4.1049.200
4.1049.100
Release notes
- Refactor functions worker runtime retrieval to use
IWorkerRuntimeResolverabstraction (#11511) - Suppress EventHub and Storage queue trigger polling noise from telemetry (#11603)
- Add check for empty worker tag propagation to improve performance (#11656)
- Update Python Worker Version to 4.44.0 (#11668)
- Fixed an issue where custom handler apps with extension bundles would fail to load binding types after specialization (#11676)
- Migrate to .NET 10 (#11666)
- Remove self-contained=true from linux artifacts (#11700)
4.849.100
4.649.100
Microsoft.WebJobs.Script.Abstractions 1.1.0
What's Changed
Microsoft.Azure.WebJobs.Script.Abstractions 1.1.0
- Adds the type
AppCapabilitiesOptionsto theMicrosoft.Azure.WebJobs.Script.Abstractionspackage, which allows for consumers of this package (such as WebJobs extensions) to report capabilities of the app to the host. (#11682)