Skip to content

4.30.0

Compare
Choose a tag to compare
@azfuncgh azfuncgh released this 01 Feb 16:10
· 214 commits to release/4.x since this release
41b15ce

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