Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.0

21 May 21:39
25b6105
Compare
Choose a tag to compare

Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.0

  • Introduces the [HttpResult] attribute. When using custom return types for multiple output bindings with ASP.NET Core integration, you must add the [HttpResult] attribute to the property that provides the result. Existing behavior for multiple output bindings scenarios using HttpResponseData is still preserved (and the attribute is not needed in that case).

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

21 May 21:41
25b6105
Compare
Choose a tag to compare

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

  • Improvements to context coordination/synchronization handling and observability
    • Failure to receive any of the expected context synchronization calls will now result in a TimeoutException thrown with the appropriate exception information. Previously this would block indefinitely and failures here were difficult to diagnose.
    • Debug logs are now emitted in the context coordination calls, improving observability.
  • Introduces fix to properly handle multiple output binding scenarios (#2322).

Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.13.2

22 May 02:30
03aa5b4
Compare
Choose a tag to compare

What's Changed

  • Fix SignalR extensions DI issue

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.1

03 May 16:56
455e59d
Compare
Choose a tag to compare

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.1

  • Updating Microsoft.Azure.WebJobs.Extensions.EventHubs reference to 6.3.2

Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.13.1

29 Apr 17:28
13fdd1f
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.13.1

  • Microsoft.Extensions.Azure updated to 1.7.3
  • Microsoft.Azure.SignalR.Management updated to 1.25.2

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.18.0

29 Apr 17:28
13fdd1f
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.18.0

  • Updated Microsoft.Azure.WebJobs.Extensions.ServiceBus reference to 5.15.1
  • Updated Azure.Identity reference to 1.11.2
  • Updated Azure.Messaging.ServiceBus reference to 7.17.5
  • Updated Microsoft.Extensions.Azure reference to 1.7.3

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.0

29 Apr 17:28
13fdd1f
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.0

  • Updating Microsoft.Azure.WebJobs.Extensions.EventHubs reference to 6.3.1
  • Updating Microsoft.Extensions.Azure reference to 1.7.3
  • Updating Azure.Messaging.EventHubs reference to 5.11.2

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.8.1

29 Apr 17:28
13fdd1f
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.8.1

  • Updating Microsoft.Azure.WebJobs.Extensions.CosmosDB reference to 4.6.1
  • Updating Microsoft.Extensions.Azure reference to 1.7.3
  • Updating Microsoft.Azure.Cosmos reference to 3.39.1

Microsoft.Azure.Functions.Worker.Extensions.Storage 6.4.0

23 Apr 17:51
442884e
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Storage 6.4.0

  • Updated Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs to 6.4.0
  • Updated Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues to 5.4.0

Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs 6.4.0

  • Updated Microsoft.Azure.WebJobs.Extensions.Storage.Blobs host extension to 5.3.0
  • Updated Azure.Storage.Blobs to 12.19.1
  • Updated Microsoft.Extensions.Azure to 1.7.3

Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues 5.4.0

  • Updated Microsoft.Azure.WebJobs.Extensions.Storage.Queues host extension to 5.3.0
  • Updated Azure.Storage.Queues to 12.17.1

Microsoft.Azure.Functions.Worker.Extensions.Storage 6.3.0

23 Apr 17:51
442884e
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Storage 6.3.0

  • Updated Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs to 6.3.0

Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs 6.3.0

  • Updated Microsoft.Azure.WebJobs.Extensions.Storage.Blobs host extension to 5.2.2
  • Updated Azure.Storage.Blobs to 12.16.0
  • Updated Microsoft.Extensions.Azure to 1.7.1

Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues 5.3.0

  • Updated Microsoft.Azure.WebJobs.Extensions.Storage.Queues host extension to 5.2.1
  • Updated Azure.Storage.Queues to 12.14.0