azure-functions-dotnet-worker/release_notes.md

22 строки
717 B
Markdown

## What's Changed
<!-- Please add your release notes in the following format:
- My change description (#PR/#issue)
-->
### Microsoft.Azure.Functions.Worker (metapackage) 1.20.0
- Updated to `Microsoft.Azure.Functions.Worker.Core` 1.16.0
- Updated to `Microsoft.Azure.Functions.Worker.Grpc` 1.15.0
### Microsoft.Azure.Functions.Worker.Core 1.16.0
- Adding optional parameter support (#1868)
- Unsealed `Microsoft.Azure.Functions.Worker.Http.HttpHeadersCollection`
### Microsoft.Azure.Functions.Worker.Grpc 1.15.0
- Added support for handling the new command line arguments with "functions-" prefix. (#1897)
- Adding optional parameter support (#1868)
- Enhancements to interop in hosted placeholder scenarios