Azure Webjobs Sdk Versions Save

Azure WebJobs SDK

service-bus-3.10-beta1

5 years ago

v3.0.7

5 years ago

v3.0.7

In this release:

v3.0.6

5 years ago

v3.0.6

In this release:

  • Configure performance counters collection and update ApplicationInsights

v3.0.5

5 years ago

v3.0.5

In this release:

  • Added overloads of ConfigureWebJobs to expose HostBuilderContext
  • Fixed issue #2068
  • Added debug logs if message cannot be deleted by the QueueTrigger
  • Added support for scoped service injection

v3.0.4

5 years ago

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

5 years ago

In this release:

  • Flow EventHub Cancellation token to user function (https://github.com/Azure/azure-webjobs-sdk/issues/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

v3.0.1

5 years ago

v3.0.1

v3.0.0

5 years ago

v3.0.0-rc1

5 years ago

This is the release candidate for WebJobs 3.0. Major changes in this release:

  • packages are strong name signed
  • the service bus extension package has been renamed to be consistent with the other extension packages (it was renamed from Microsoft.Azure.WebJobs.ServiceBus to Microsoft.Azure.WebJobs.Extensions.ServiceBus)

v3.0.0-beta8

5 years ago

Significant breaking changes in this release.

  • Introduction of new extension loading model
  • New dependency injection model, based on Microsoft.Extensions.Hosting
  • Decoupled storage extensions from SDK
  • Decoupled storage core services from SDK