This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Releases: Azure/azure-functions-servicebus-extension
Releases · Azure/azure-functions-servicebus-extension
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.3.0
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.2
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.
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.1
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.0
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
Release Notes
- Additional logging trigger details (sessionId, sequenceNumber)
- Reusing IMessageSession
- Set PrefetchCount for Sessions
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.1
Release Notes
- Bug fixes
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.0
Release Notes
- Batch support
Microsoft.Azure.WebJobs.Extensions.ServiceBus 3.1.1
Release Notes
- Strong-named signing
Microsoft.Azure.WebJobs.Extensions.ServiceBus 3.1.0
Release Notes
- Sessions support
- Update ServiceBus SDK to 3.4.0
- Read connection string from "AzureWebJobsServiceBus" app setting