This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
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)