1.1.0
ankitkumarr
released this
13 Apr 23:51
·
710 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. TheConfigureFunctionsWorker
remains 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
TimerInfo
definition allowing for binding information with a built-in type WriteBytesAsync
API forHttpResponseData
- Updates/enhancements to tooling JSON output
- Warning: It's required to have
azure-functions-core-tools
>=3.0.3442
to debug usingfunc host start --dotnet-isolated-debug
- Warning: It's required to have
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