Releases
1.8.0
Microsoft.Azure.Functions.Worker 1.8.0
Release notes
Added support for .NET Standard 2.0. This enables Workers built using .NET Framework
Bug fix: Handle = character in cookie value (#838 )
Error handling for in-proc SDK usage inside isolated app. (#824 )
APIs for reading and updating input binding data, output binding data and invocation result.(#814 )
Startup hook for extensions. (#830 )
Exposing FunctionInputConverterException and FunctionWorkerException. (#843 )
Adding DateTimeConverter which will handle binding of DateTime/DateTimeOffset type parameters. (#852 )
Adding UseWhen extension methods for middleware registration. (#865 )
Added opt-in worker-driven function indexing. (#676 )
Add the MSBuild property <FunctionsEnableWorkerIndexing>true<FunctionsEnableWorkerIndexing/>
to a Function App's .csproj
file.
In local.settings.json
add the host feature flag ("AzureWebJobsFeatureFlags": "EnableWorkerIndexing"
).
Implemented WorkerStatus message and capability (#925 )
Handling WorkerTerminate signal for graceful termination. (#918 )
You can’t perform that action at this time.