Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

07 Apr 19:58
86e0359
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#3019)

Microsoft.Azure.Functions.Worker.Extensions.Kafka 4.1.0

02 Apr 00:07
2600cbe
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Kafka 4.1.0

  • Add KeyAvroSchema and KeyDataType for trigger and output Attributes to the dotnet isolated model.(#2972)
  • Add SslCertificatePEM, SslKeyPEM, SslCaPEM and SslCertificateandKeyPEM for trigger and output Attributes to the dotnet isolated model.(#2972)
  • Update kafka extension version to 4.1.0(#2972)

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 4.22.2

24 Mar 23:20
d62e562
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.22.2

  • Update dependency Microsoft.Azure.WebJobs.Extensions.ServiceBus to 5.16.5

Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.5.0

24 Mar 23:04
d62e562
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.EventGrid 4.5.0

  • Update dependency "Azure.Messaging.EventGrid" to v4.29.0
  • Update dependency "Microsoft.Azure.Functions.Worker.Core" to v1.20.0
  • Update dependency "Microsoft.Azure.WebJobs.Extensions.EventGrid" to 3.4.4

Microsoft.Azure.Functions.Worker.Extensions.SignalRService 2.0.1

24 Mar 20:45
f012606
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.SignalRService 2.0.1

  • Update SignalR worker extensions to 2.0.1 version.
  • Update other dependencies versions:
    • Microsoft.Azure.SignalR.Management v1.29.0
    • Microsoft.Extensions.Azure v1.8.0
    • Microsoft.Extensions.Hosting v6.0.1
    • Microsoft.Extensions.Primitives v6.0.1
    • System.Text.Json v6.0.11

Microsoft.Azure.Functions.Worker.Sdk 2.0.1

03 Mar 18:16
66cdca3
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.1

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#2968)

Microsoft.Azure.Functions.Worker.Extensions.Storage 6.6.1

04 Feb 00:54
06bfbf2
Compare
Choose a tag to compare

What's Changed

No change. Fixing package signing.

Microsoft.Azure.Functions.Worker.Extensions.Storage 6.6.1

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

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

Microsoft.Azure.Functions.Worker.Extensions.SendGrid 3.1.0

04 Feb 00:47
06bfbf2
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.SendGrid 3.1.0

  • Update dependency "Microsoft.Azure.WebJobs.Extensions.SendGrid" to v3.1.0

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.12.0

30 Jan 22:50
9314bae
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.12.0

  • Updated Microsoft.Azure.WebJobs.Extensions.CosmosDB reference to 4.9.0 (#2944)
  • Return a successful result with a null value when a Cosmos document cannot be found (#2942)

New Contributors

Microsoft.Azure.Functions.Worker.Extensions.Http 3.3.0

28 Jan 21:23
97a0783
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http 3.3.0

  • The 'FromBody' converter now utilizes DeserializeAsync for deserializing JSON content from the request body, enhancing support for asynchronous deserialization. (#2901)
  • Update DefaultFromBodyConversionFeature to no longer use a given invocation's cancellation token (#2894)