Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.10.0

13 Jun 17:22
cf6f9fc

Choose a tag to compare

What's Changed

  • Add DefaultValue attribute to the IsBatched prop of the ServiceBus trigger (#1600).

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.10.0-preview2

20 Jul 18:39
cd25c65

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.10.0-preview2

  • Support binding to ServiceBusReceivedMessage (#1313)

Microsoft.Azure.Functions.Worker 1.15.0-preview1

23 May 22:35
7d61464

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker (metapackage)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.13.0-preview1
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.11.0-preview1

Microsoft.Azure.Functions.Worker.Core 1.13.0-preview1

  • Implementation for bypass deferred binding (#1462/#1495)

Microsoft.Azure.Functions.Worker.Grpc 1.11.0-preview1

  • Implementation for bypass deferred binding (#1462/#1495)

Full Changelog: 1.14.1...1.15.0-preview1

Microsoft.Azure.Functions.Worker.Extensions.Storage 5.1.1-preview1

23 May 22:46
d7fa322

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Storage (metapackage)

  • Updated Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs dependency to 5.1.1-preview1
  • No changes to Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues (5.0.0)

Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs 5.1.1-preview1

  • Bumped Storage Blobs WebJobs extension dependency to 5.1.1

Full Changelog: storage-extension-5.1.0-preview1...storage-extension-5.1.1-preview1

Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.10.0-preview1

23 May 22:42
31ad08a

Choose a tag to compare

What's Changed

  • Support binding to ServiceBusReceivedMessage (#1313)

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

23 May 22:39
bb35149

Choose a tag to compare

What's Changed

  • Added retries on IOException when writing function.metadata file as part of GenerateFunctionMetadata msbuild task. This is to allow builds to continue (with warnings) when another process has the file momentarily locked. If the file continues to be locked the task (and build) will fail after 10 retries with a 1 second delay each. (#1532)
  • Implementation for bypass deferred binding (#1462/#1495)

Full Changelog: sdk-1.10.0...sdk-1.11.0-preview1

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.2.0-preview1

23 May 22:40
31ad08a

Choose a tag to compare

What's Changed

  • Add BindingCapabilities attribute to CosmosDb trigger to express function-level retry capabilities. (#1457)
  • Update Microsoft.Azure.Cosmos to 3.34.0 (#1550)

Full Changelog: cosmosdb-extension-4.0.1...cosmosdb-extension-4.2.0-preview1

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.0.0-preview1

23 May 20:48

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.0.0-preview1

  • Initial release of ASP.NET Core integration

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.2.0-preview2

23 May 22:44
31ad08a

Choose a tag to compare

What's Changed

  • Added BindingCapabilities attribute which can be used on binding type attributes to express capabilities such as function-level retry. (#1457)

Full Changelog: abstractions-extension-1.2.0-preview1...abstractions-extension-1.2.0-preview2

Microsoft.Azure.Functions.Worker 1.14.1

08 May 22:18

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker 1.14.1 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.1
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.1

Microsoft.Azure.Functions.Worker.Core 1.12.1

  • Minor documentation updates (no functional changes)

Microsoft.Azure.Functions.Worker.Grpc 1.10.1

  • Fixed an issue causing throughput degradation and for synchronous functions, blocked the execution pipeline. (#1516)