Releases: Azure/azure-functions-dotnet-worker
Releases · Azure/azure-functions-dotnet-worker
Microsoft.Azure.Functions.Worker.Sdk 1.17.0-preview1
What's Changed
Microsoft.Azure.Functions.Worker.Sdk 1.17.0-preview1 (meta package)
- Improve incremental build support for worker extension project inner build (#1749)
- Now builds to intermediate output path
- Resolve and pass nuget restore sources as explicit property to inner build (#1937)
- Integrate inner build with existing .NET SDK targets (#1861)
- Targets have been refactored to participate with
CopyToOutputDirectory
andCopyToPublishDirectory
instead of manually copying - Incremental build support further improved
- Targets have been refactored to participate with
Microsoft.Azure.Functions.Worker 1.20.1
What's Changed
Microsoft.Azure.Functions.Worker (metapackage) 1.20.1
- Updated to
Microsoft.Azure.Functions.Worker.Core
1.16.1
Microsoft.Azure.Functions.Worker.Core 1.16.1
- Populating parameter value for nullable types when input binding data is missing the value for the parameter (#2155)
- Remove closure in DefaultFunctionExecutor (#2182) (Thank you @danielmarbach for this contribution!)
Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.5.1
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.5.1
- Add support for
IReadOnlyList<T>
andIReadOnlyCollection<T>
for Cosmos input bindings. (#2174) (contributed by @savagemonitor)
Full Changelog: cosmosdb-extension-4.5.0...cosmosdb-extension-4.5.1
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.2.0
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.2.0
- X-Forwarded-For, X-Forwarded-Host, and X-Forwarded-Proto headers sent by the host are now processed by default (#2149)
Microsoft.Azure.Functions.Worker.Extensions.Kafka 3.10.1
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Kafka 3.10.1
- Add
DefaultValue
attribute to Kafka trigger'sIsBatched
property to support cardinality parsing in source-generated function metadata (SDK version >= 16.0)
Full Changelog: kafka-extension-3.10.0...kafka-extension-3.10.1
Microsoft.Azure.Functions.Worker.Sdk 1.16.4
What's Changed
Microsoft.Azure.Functions.Worker.Sdk 1.16.4 (meta package)
- Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.6
Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.6
- Avoid executing source generators outside of an Azure Functions project. (#2119)
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.15.0
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.15.0
- Update
Microsoft.Azure.WebJobs.Extensions.ServiceBus
dependency to5.13.4
- Update
Azure.Identity
to1.10.2
- Update
Azure.Messaging.ServiceBus
to7.17.0
Full Changelog: servicebus-extension-5.14.0...servicebus-extension-5.15.0
Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.1
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.1
- Updated
Microsoft.Azure.WebJobs.Extensions.EventGrid
reference to 3.3.1
Full Changelog: event-grid-extension-3.4.0...event-grid-extension-3.4.1
Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.5.0
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.5.0
- Updated
Microsoft.Azure.WebJobs.Extensions.CosmosDB
to 4.4.0- Release notes for v4.4.0 can be found here
- Refactor CosmosDB converter to remove reflection & improve collection support
Full Changelog: cosmosdb-extension-4.4.2...cosmosdb-extension-4.5.0
Microsoft.Azure.Functions.Worker.Sdk 1.16.3
What's Changed
Microsoft.Azure.Functions.Worker.Sdk 1.16.3 (meta package)
- Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.5
- Update worker.config generation to handle AOT publishing scenario (#1053)
- Default to optimized function executor (#2089)
Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.5
- Adding support for executing functions from referenced assemblies in the optimized function executor (#2089)
- Fix incorrect value of
ScriptFile
property in function metadata for .Net Framework function apps (#2103) - Generate valid namespace when project name contains
-
(#2097) - Bug fix for scenarios with
$return
output binding andHttpTrigger
breaking output-binding rules (#2098) - Add
CompilerGeneratedAttribute
to generated code (#2104)