Releases: Azure/azure-functions-durable-extension
WebJobs.Extensions.DurableTask v3.10.0
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.10.0
What's Changed
- Open gRPC server for Python if requested by @andystaples in #3260
- Adding
GetFunctionContextextension method onTaskOrchestrationContextby @kshyju in #3324
Full Changelog: v3.9.1...v3.10.0
Worker.Extensions.DurableTask v1.14.0
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.14.0
What's Changed
- Open gRPC server for Python if requested by @andystaples in #3260
- Adding
GetFunctionContextextension method onTaskOrchestrationContextby @kshyju in #3324
Full Changelog: v1.13.1-worker-extension...v1.14.0-worker-extension
WebJobs.Extensions.DurableTask v3.9.1
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.9.1
What's Changed
- Implement IOptionsFormatter for DurableTaskOptions with usage samples by @Copilot in #3290
- Add a runtime status check to purge requests by @sophiatev in #3311
Breaking Changes
In #3311, several breaking changes were introduced:
- For users and languages (at the time of these release notes, Node) using the HTTP endpoint to purge individual instance, previously a 404, not found status code would be thrown when attempting to purge an entity instance. Now it is possible to purge entities via this method. If an entity does not exist, a purge result with purge count 0 is returned.
- For this same HTTP endpoint, if a user attempted to purge an orchestration with an instance ID that starts with '@', if that orchestration does not exist previously a 404 would be thrown. Now if it does not exist, a purge result with purge count 0 is returned.
Full Changelog: v3.9.0...v3.9.1
Worker.Extensions.DurableTask v1.13.1
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.13.1
What's Changed
- Implement IOptionsFormatter for DurableTaskOptions with usage samples by @Copilot in #3290
- Add a runtime status check to purge requests by @sophiatev in #3311
Full Changelog: v1.13.0-worker-extension...v1.13.1-worker-extension
WebJobs.Extensions.DurableTask v3.9.0
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.9.0
What's Changed
- Extended sessions for entities in .NET isolated by @sophiatev in #3256
Full Changelog: v3.8.2...v3.9.0
Worker.Extensions.DurableTask v1.13.0
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.13.0
What's Changed
- Extended sessions for entities in .NET isolated by @sophiatev in #3256
Full Changelog: v1.12.1-worker-extension...v1.13.0-worker-extension
WebJobs.Extensions.DurableTask v3.8.2
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.8.2
What's Changed
- Add API to get orchestration history in .NET Isolated by @sophiatev in #3268
- Add New AzureStorage "UseInstanceTableEtag" Option by @sophiatev in #3294
Full Changelog: v3.8.1...v3.8.2
Worker.Extensions.DurableTask v1.12.1
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.12.1
What's Changed
- Add API to get orchestration history in .NET Isolated by @sophiatev in #3268
Full Changelog: v1.12.0-worker-extension...v1.12.1-worker-extension
WebJobs.Extensions.DurableTask v3.8.1
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.8.1
What's Changed
- Fix: Apply default version to entity-scheduled orchestrations by @torosent in #3269
- Mark AllowReplayingTerminalInstances Obsolete by @sophiatev in #3249
Full Changelog: v3.8.0...v3.8.1