Skip to content

Releases: Azure/azure-webjobs-sdk

3.0.11

24 Jul 22:39
Compare
Choose a tag to compare
  • Enhancements to instance ID generation in container scenarios #2240
  • Improvements to queue logging
  • Fixing issues with packaging to ensure artifacts are distributed in release mode
  • Application Insights Quickpulse startup optimizations

3.0.10

26 Jun 16:26
Compare
Choose a tag to compare

v3.0.10

In this release:

  • Exposing EventHubClient to support sending Partition Key
  • Expose PartitionManagerOptions
  • ServiceBus POCO JSON deserialization for a"text/plain" message.
  • Updating the sdk prefix to match format other prefixed sdk version have.

service-bus-3.10-beta1

02 May 17:28
Compare
Choose a tag to compare
Pre-release
Updating Service Bus package version

3.0.7

10 Apr 15:38
Compare
Choose a tag to compare

v3.0.7

In this release:

3.0.6

22 Mar 17:41
Compare
Choose a tag to compare

v3.0.6

In this release:

  • Configure performance counters collection and update ApplicationInsights

3.0.5

05 Mar 22:54
Compare
Choose a tag to compare

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

3.0.4

09 Jan 02:00
Compare
Choose a tag to compare

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

29 Nov 21:39
Compare
Choose a tag to compare

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

3.0.1

04 Oct 23:00
Compare
Choose a tag to compare

v3.0.1

3.0.0

18 Sep 18:11
aeabc5f
Compare
Choose a tag to compare
v3.0.0

Handling null and empty setting name parameter in DefaultNameResolver