Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker.Sdk 1.17.0-preview1

23 Jan 19:39
4089705
Compare
Choose a tag to compare

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 and CopyToPublishDirectory instead of manually copying
    • Incremental build support further improved

Microsoft.Azure.Functions.Worker 1.20.1

10 Jan 23:11
2bd3b2d
Compare
Choose a tag to compare

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

10 Jan 23:04
2bd3b2d
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.5.1

  • Add support for IReadOnlyList<T> and IReadOnlyCollection<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

10 Jan 01:08
d9eb09c
Compare
Choose a tag to compare

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

13 Dec 19:09
423efb7
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Kafka 3.10.1

  • Add DefaultValue attribute to Kafka trigger's IsBatched 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

07 Dec 18:32
463cc82
Compare
Choose a tag to compare

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

07 Dec 00:13
3013ff0
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.15.0

  • Update Microsoft.Azure.WebJobs.Extensions.ServiceBus dependency to 5.13.4
  • Update Azure.Identity to 1.10.2
  • Update Azure.Messaging.ServiceBus to 7.17.0

Full Changelog: servicebus-extension-5.14.0...servicebus-extension-5.15.0

Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.1

07 Dec 00:14
3013ff0
Compare
Choose a tag to compare

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

07 Dec 00:03
3013ff0
Compare
Choose a tag to compare

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

01 Dec 00:24
5ff83ce
Compare
Choose a tag to compare

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 and HttpTrigger breaking output-binding rules (#2098)
  • Add CompilerGeneratedAttribute to generated code (#2104)