5.5.0 (2023-08-11)
Bugs Fixed
- When binding to a
CancellationToken
, the token will no longer be signaled when in Drain Mode.
To detect if the function app is in Drain Mode, use dependency injection to inject the
IDrainModeManager
, and check theIsDrainModeEnabled
property. Additionally, checkpointing
will now occur when the function app is in Drain Mode.