Releases: Azure/azure-webjobs-sdk
Releases · Azure/azure-webjobs-sdk
3.0.11
3.0.10
service-bus-3.10-beta1
Updating Service Bus package version
3.0.7
v3.0.7
In this release:
- Application Insights HTTP auto-tracking enabled for Azure Functions. More details in Azure Functions Host release notes here: https://github.com/Azure/azure-functions-host/releases/tag/v2.0.12408
3.0.6
3.0.5
3.0.4
v3.0.4
In this release:
- [Linux] Function still triggers despite being disabled.
- Using function name instead of method name for logging
- Make resolution of [ConnectionString] annotated properties consistent
- Log messages for Queue and Service Bus (#1993)
- Change to error log to warning, see issue #1972 (#1999)
- Fix default operation name on ServiceBus requests
- [AppInsights] improving host dependency tracking
v2.3.0
In this release:
- Flow EventHub Cancellation token to user function (#1626)
- Host Startup Partial Mode (#2497)
- Improvements to ServiceBus listener state management
- Perf improvement on queue/table bindings in high throughput scenarios (#1657)
- Fixing listener retry race condition (#1691)
- Exception logging for MessageReceiver background exceptions
- EventHubConfiguration concurrency fix (#1470)
- Exception logging for EventProcessorHost background exceptions (#1705)
- Improving/unifying ServiceBus/EventHub error handling
- Fixes for EventHubTrigger checkpointing (#1752)
- Improvements to EventHub/ServiceBus error handling (#1784, #1760)
- Check queue message dequeuecount before executing the functions (#1810)
- Miscellaneous other fixes