Skip to content

Releases: Azure/azure-functions-host

v4.1033.8

03 May 00:35
bcd0908
Compare
Choose a tag to compare
  • Block Proxies in FlexConsumption #10105
  • Add OTEL support #10094

4.34.1

01 May 19:01
07e9fb1
Compare
Choose a tag to compare

Release notes

  • Ensuring non http invocation responses are not processed by IHttpProxyService (#10085)

4.34.0

26 Apr 17:57
01c899e
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 4.28.1
  • Fixed an issue causing sporadic HTTP request failures when worker listeners were not fully initialized on first request #9954
  • Update Node.js Worker Version to 3.10.0 (#9999)
  • Update PowerShell worker 7.2 to 4.0.3220
  • Update PowerShell worker 7.4 to 4.0.3219
  • Update Azure.Identity to 1.11.0 (#10002)

4.33.2

19 Apr 21:24
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 4.27.2

4.33.1

08 Apr 13:43
3a214f2
Compare
Choose a tag to compare

Release notes

4.33.0

03 Apr 21:50
4bf9795
Compare
Choose a tag to compare

Release notes

4.31.1

26 Feb 18:54
eb76715
Compare
Choose a tag to compare
v4.31.1

hotfix to pin .net sdk to 6.0 for Linux (#9897)

4.31.0

07 Mar 19:46
74c7b7e
Compare
Choose a tag to compare

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)

4.30.0

01 Feb 16:10
41b15ce
Compare
Choose a tag to compare

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 (#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

3.22.0

29 Jan 19:35
23e71b5
Compare
Choose a tag to compare

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.