Skip to content

Microsoft.Azure.WebJobs.Extensions.EventHubs_5.4.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Jun 22:30
3c4795d

5.4.0 (2023-06-06)

Features Added

  • Added support for binding to EventData with the Event Hubs trigger in Functions using the isolated process model.

Bugs Fixed

  • Fixed a race condition when Function instances are scaling that could cause a checkpoint to be written before the Function code was invoked to process events. This would result in the new owner for the partition skipping those events causing them to go unprocessed.

  • Fixed an issue that could cause the trigger to miss that a cancellation token has been signaled, slowing down responsiveness to scaling and shutdown.