Skip to content

Releases: Azure/azure-functions-host

4.1051.200

12 Jun 23:25
6775a69

Choose a tag to compare

Release notes

  • fix: address config reload concurrent read/write race (#11815)

  • fix: avoid health checks triggering secret-manager too early (#11816)

  • fix: address config reload concurrent read/write race (#11815)

4.1048.300

12 Jun 20:35
49d1667

Choose a tag to compare

Release notes

  • fix: address config reload concurrent read/write race (#11815)
  • fix: avoid health checks triggering secret-manager too early (#11816)

4.851.100

05 Jun 05:22
59bf426

Choose a tag to compare

Release notes

4.1051.100

03 Jun 21:16
657a231

Choose a tag to compare

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 WebJobsStorageHealthCheck when 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 IHostApplicationLifetime instance within certain ScriptHost services (#11798)
  • Fix function-key prefix matching in the Kubernetes secrets repository merge step

4.1050.100

07 May 22:22
7fb8a58

Choose a tag to compare

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

17 Apr 19:53
1af73ab

Choose a tag to compare

Release notes

  • Log enum names instead of integers in options formatting for TimerTriggerPlatformOptions (#11689)
  • Update WebHostWorkerRuntimeResolver to always read from IConfiguration variable value for FWR (#11720)

4.1049.100

10 Apr 02:38
70ccf41

Choose a tag to compare

Release notes

  • Refactor functions worker runtime retrieval to use IWorkerRuntimeResolver abstraction (#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

10 Apr 00:44
278cf0d

Choose a tag to compare

Release notes

  • Add a bundle version cap of < 4.33.0 to net8 in-proc (#11694)

4.649.100

10 Apr 00:43
278cf0d

Choose a tag to compare

Release notes

  • Add a bundle version cap of < 4.33.0 to net8 in-proc (#11694)

Microsoft.WebJobs.Script.Abstractions 1.1.0

08 Apr 22:22
135da18

Choose a tag to compare

What's Changed

Microsoft.Azure.WebJobs.Script.Abstractions 1.1.0

  • Adds the type AppCapabilitiesOptions to the Microsoft.Azure.WebJobs.Script.Abstractions package, which allows for consumers of this package (such as WebJobs extensions) to report capabilities of the app to the host. (#11682)