Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Releases: Azure/azure-functions-servicebus-extension

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.3.0

01 May 00:21
Compare
Choose a tag to compare

Release notes

Version Version 4.3.0

  • Added support for allowing 'autoComplete' setting at the function level for all the single, batch or session triggers.

Release sprint: Sprint 100
[ features ]

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.2

14 Apr 04:36
378d2b3
Compare
Choose a tag to compare

Release notes

Version 4.2.2

  • Modified behavior of ServiceBusListener.Cancel() to not set the cancellation token as this was inconsistent with other extensions and impacting WebJobs on shutdown by resulting in auto-abandoned messages in the interval between when ServiceBusListener.Cancel() is called and ServiceBusListener.StopAsync() completes.

Release sprint: Sprint 98
[ bugs | features ]

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.1

05 Mar 20:39
Compare
Choose a tag to compare

Release notes

Version 4.2.1

  • Upgraded to version 4.2.1 of Microsoft.Azure.ServiceBus dependency (PR# 133)
  • Bug fix in scaling related metrics gathering logic (PR# 121)

Release sprint: Sprint 94
[ bugs | features ]

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.0

24 Sep 02:42
e0be531
Compare
Choose a tag to compare

Release Notes

  • Support for message draining before the Functions host shuts down as part of a scale-in operation. Addresses issue #95. See PR #102 for implementation details. With this change, once the Functions host receives a stop signal, there will be no new Service Bus messages triggered function invocations while any function invocations that are in-flight will have a few seconds to complete (approximately 10 seconds).
  • Addressed #95
  • Updated deprecated nuget packaging configuration (PR #109)
  • Fixed an issue causing function invocation to fail when the Service Bus message value ExpiresAtUtc does not expire (max value) (PR #111)

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.2

01 Jun 23:58
Compare
Choose a tag to compare

Release Notes

  • Additional logging trigger details (sessionId, sequenceNumber)
  • Reusing IMessageSession
  • Set PrefetchCount for Sessions

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.1

04 Mar 00:51
Compare
Choose a tag to compare

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.0

04 Jan 01:14
Compare
Choose a tag to compare

Microsoft.Azure.WebJobs.Extensions.ServiceBus 3.1.1

01 Oct 19:29
Compare
Choose a tag to compare

Release Notes

  • Strong-named signing

Microsoft.Azure.WebJobs.Extensions.ServiceBus 3.1.0

19 Sep 22:38
5e9f506
Compare
Choose a tag to compare

Release Notes

  • Sessions support
  • Update ServiceBus SDK to 3.4.0
  • Read connection string from "AzureWebJobsServiceBus" app setting