https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/2.8.0
New Features
- Preview support for enabling suspending and resuming orchestrators (#2227) 🎉 . Thanks @Julio-Arroyo for your contribution!
Bug Fixes
- Improved handling of internal errors (e.g OOM) in entity processing (#2234)
- Fixed stack overflow in SetCustomStatus (#2248)
Enhancements
- Support for implicit entity deletion in durability provider (#2251)
- Batch instance purging made more efficient (included in DurableTask.AzureStorage update) (Azure/durabletask#747)
Dependencies
DurableTask.Core --> v2.11.*
DurableTask.AzureStorage --> v1.13.*