Skip to content

Releases: Azure/azure-functions-dotnet-worker

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

31 Jan 01:00
Compare
Choose a tag to compare

Microsoft.Azure.Functions.Worker.Sdk 1.17.0-preview3 (meta package)

  • Updating Microsoft.Azure.Functions.Worker.Sdk.Generators to 1.2.0
  • Dependency updates in Metadata Loader extension

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.2.0

  • Updating private references

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

25 Jan 22:47
0d86441
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.17.0-preview2 (meta package)

  • Set default values for host.json, local.settings.json, and AzureFunctionsVersion in Sdk.props (#2223)
  • Explicitly error out if inner-builds TFM is altered. (#2222)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.7

  • Fix namespace conflict in ExtensionStartupRunnerGenerator (#2192).
  • Fix bug parsing booleans in named arguments of attributes (#2234)

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