Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.5.0

25 Jun 17:02
4e9f137
Compare
Choose a tag to compare

What's Changed

  • Support deferred binding for poco types in Table Input binding (#3003)
  • Update dependency Microsoft.Azure.WebJobs.Extensions.Tables to 1.4.0 (#3098)

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.23.0

25 Jun 17:02
4e9f137
Compare
Choose a tag to compare

What's Changed

  • Update dependency Microsoft.Azure.WebJobs.Extensions.ServiceBus to 5.17.0 (#3098)

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.5.0

25 Jun 17:01
4e9f137
Compare
Choose a tag to compare

What's Changed

  • Updating Microsoft.Azure.WebJobs.Extensions.EventHubs reference to 6.5.2 (#3098)

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

20 Jun 19:50
cf01781
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#3081)

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.1.0

10 Jun 22:30
ab45bac
Compare
Choose a tag to compare

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

Microsoft.Azure.Functions.Worker.Extensions.Kafka 4.1.2

22 May 18:39
ab45bac
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Kafka 4.1.2

Microsoft.Azure.Functions.Worker.Sdk 2.0.4

27 May 16:04
37484db
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.4

  • Address issue with dotnet publish --no-build producing an error. (#3068)

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

21 May 23:03
0e1edd2
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #2763, Issue #2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #2763, Issue #2125)
  • Write worker.config and functions.metadata only if contents have changed. (#2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#2887)

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.2

21 May 00:15
0e1edd2
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.2

  • Fix intermittent error IFeatureCollection has been disposed exception in multiple-output binding scenarios. (#2896)

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore.Analyzers 1.0.4

  • Include case where customer POCO is wrapped in Task<T> in the HttpResultAttribute analyzer for multiple output binding scenarios. (#3056)

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.4.3

22 Apr 18:32
029996c
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.4.3

  • Update Microsoft.Azure.WebJobs.Extensions.Tables to 1.3.3.