Azure Functions Host Versions Save

The host/runtime that powers Azure Functions

v4.33.1

1 week ago

Release notes

v4.33.0

2 weeks ago

Release notes

v4.31.0

1 month ago

Release notes

  • Warn when FUNCTIONS_WORKER_RUNTIME is not set (#9799)
  • Added support for ManagedIdentity authentication in ApplicationInsights pipeline. (#9758)
  • Added support for AutocollectedMetricsExtractor, MetricsCustomDimensionOptimization and QueryStringTracing. (#9758)
  • Add an app setting to allow CORS configuration (#9846)
  • Updated Microsoft.Azure.Functions.DotNetIsolatedNativeHost version to 1.0.6 (#9863)

v4.31.1

1 month ago

v4.30.0

2 months ago

Release notes

  • Update Python Worker Version to 4.24.0
  • Updated Microsoft.Azure.Functions.DotNetIsolatedNativeHost version to 1.0.5 (#9753)
  • Add function grouping information (https://github.com/Azure/azure-functions-host/pull/9735)
  • Bump Microsoft.IdentityModel.Tokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, and System.IdentityModel.Tokens.Jwt from 6.32.0 to 6.35.0 (#9793)
  • Implement host configuration property for handling pre-cancelled invocation requests (#9523)
    • If a worker supports CancellationTokens, cancelled invocations will now be sent to the worker by default
      • Customers can opt-out of this behavior by setting SendCanceledInvocationsToWorker to false in host.json
    • If a worker does not support CancellationTokens, cancelled invocations will not be sent to the worker

v3.22.0

2 months ago

Release notes

Please note we have reached end-of-life (EOL) support for v3.x. For more information on supported runtime versions, please see here.

v4.30.0-preview

2 months ago

What's Changed

Full Changelog: https://github.com/Azure/azure-functions-host/compare/v4.29.0-preview...v4.30.0-preview

v4.28.5

3 months ago

Release notes

v3.21.1

3 months ago

Release notes

Please note we have reached end-of-life (EOL) support for v3.x. For more information on supported runtime versions, please see here.

v4.29.1

3 months ago

Release notes

  • Update Python Worker Version to 4.23.0