Releases: Azure/azure-functions-dotnet-worker
Releases · Azure/azure-functions-dotnet-worker
Microsoft.Azure.Functions.Worker.Extensions.Storage 6.6.1
What's Changed
No change.
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
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
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
- @florianlenz96 made their first contribution in #2942
Microsoft.Azure.Functions.Worker.Extensions.Http 3.3.0
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Http 3.3.0
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.3.3
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.3.3
- [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#2931)
- This bug fix should fix the
Request has finished and HttpContext disposed
exceptions
- This bug fix should fix the
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.22.1
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.22.1
- [Bug Fix] Fix
IsBatched
property for ServiceBusSessionMessageActions (#2889)
Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.1
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.1
- Set max message send and receive length on gRPC
CallInvoker
.
Microsoft.Azure.Functions.Worker.Extensions.Kafka 4.0.0
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Kafka 4.0.0
- Add OAuthBearer trigger and output Attributes to the dotnet isolated model (#2799)
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1
What's Changed
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1
- [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#2894)
- This bug fix should fix the
Request has finished and HttpContext disposed
exceptions
- This bug fix should fix the
Microsoft.Azure.Functions.Worker 1.24.0
What's Changed
Microsoft.Azure.Functions.Worker (metapackage) 1.24.0
- Updating
Microsoft.Azure.Functions.Worker.Core
to 1.20.0 - Updating
Microsoft.Azure.Functions.Worker.Grpc
to 1.18.0
Microsoft.Azure.Functions.Worker.Core 1.20.0
- Updated service registrations for bootstrapping methods to ensure idempotency. (#2820)