Releases: Azure/azure-functions-dotnet-worker
Releases · Azure/azure-functions-dotnet-worker
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.10.0
What's Changed
- Add
DefaultValueattribute to theIsBatchedprop of the ServiceBus trigger (#1600).
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.10.0-preview2
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
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
Microsoft.Azure.Functions.Worker.Grpc 1.11.0-preview1
Full Changelog: 1.14.1...1.15.0-preview1
Microsoft.Azure.Functions.Worker.Extensions.Storage 5.1.1-preview1
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
What's Changed
- Support binding to ServiceBusReceivedMessage (#1313)
Microsoft.Azure.Functions.Worker.Sdk 1.11.0-preview1
What's Changed
- Added retries on
IOExceptionwhen writingfunction.metadatafile as part ofGenerateFunctionMetadatamsbuild 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
What's Changed
- Add
BindingCapabilitiesattribute to CosmosDb trigger to express function-level retry capabilities. (#1457) - Update
Microsoft.Azure.Cosmosto3.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
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
What's Changed
- Added
BindingCapabilitiesattribute 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
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)