1.1.0
·
738 commits
to release/1.x
since this release
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. TheConfigureFunctionsWorkerremains unaltered and provides the ability to opt-out of this behavior.
- Warning: this is a potentially breaking change, but given this is the desirable behavior for
- API to enable inline middleware registration
- Added
TimerInfodefinition allowing for binding information with a built-in type WriteBytesAsyncAPI forHttpResponseData- Updates/enhancements to tooling JSON output
- Warning: It's required to have
azure-functions-core-tools>=3.0.3442to debug usingfunc host start --dotnet-isolated-debug
- Warning: It's required to have
IFunctionActivatorand supporting APIs revised and made public- Enables custom handling of function class instantiation
- Fixed issue with proxy medatada handling
- Other fixes and enhancements