Skip to content

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.3.0

Compare
Choose a tag to compare
@satvu satvu released this 21 May 21:41
· 55 commits to main since this release
25b6105

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.3.0

  • Improvements to context coordination/synchronization handling and observability
    • Failure to receive any of the expected context synchronization calls will now result in a TimeoutException thrown with the appropriate exception information. Previously this would block indefinitely and failures here were difficult to diagnose.
    • Debug logs are now emitted in the context coordination calls, improving observability.
  • Introduces fix to properly handle multiple output binding scenarios (#2322).