Skip to content

1.1.0

Compare
Choose a tag to compare
@ankitkumarr ankitkumarr released this 13 Apr 23:51
· 710 commits to release/1.x since this release
edfd704

Packages

  • Microsoft.Azure.Functions.Worker: 1.1.0
  • Microsoft.Azure.Functions.Worker.Sdk: 1.0.2

Release notes

  • The environment variables configuration provider is now registered by default
    • Warning: this is a potentially breaking change, but given this is the desirable behavior for
      local and hosted scenarios, the default registration call has been updated. The ConfigureFunctionsWorker remains unaltered and provides the ability to opt-out of this behavior.
  • API to enable inline middleware registration
  • Added TimerInfo definition allowing for binding information with a built-in type
  • WriteBytesAsync API for HttpResponseData
  • Updates/enhancements to tooling JSON output
    • Warning: It's required to have azure-functions-core-tools >= 3.0.3442 to debug using func host start --dotnet-isolated-debug
  • IFunctionActivator and supporting APIs revised and made public
    • Enables custom handling of function class instantiation
  • Fixed issue with proxy medatada handling
  • Other fixes and enhancements