Skip to content

Releases: Azure/azure-functions-durable-extension

WebJobs.Extensions.DurableTask v3.10.0

28 Jan 00:25
e90233e

Choose a tag to compare

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 GetFunctionContext extension method on TaskOrchestrationContext by @kshyju in #3324

Full Changelog: v3.9.1...v3.10.0

Worker.Extensions.DurableTask v1.14.0

28 Jan 00:26
e90233e

Choose a tag to compare

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 GetFunctionContext extension method on TaskOrchestrationContext by @kshyju in #3324

Full Changelog: v1.13.1-worker-extension...v1.14.0-worker-extension

WebJobs.Extensions.DurableTask v3.9.1

15 Jan 18:20
ef23ad9

Choose a tag to compare

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

15 Jan 18:13
ef23ad9

Choose a tag to compare

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

06 Jan 21:39
2655517

Choose a tag to compare

Worker.Extensions.DurableTask v1.13.0

06 Jan 21:40
2655517

Choose a tag to compare

WebJobs.Extensions.DurableTask v3.8.2

19 Dec 00:37
22b2222

Choose a tag to compare

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

19 Dec 00:38
22b2222

Choose a tag to compare

WebJobs.Extensions.DurableTask v3.8.1

18 Dec 21:51
1f5384d

Choose a tag to compare

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

Worker.Extensions.DurableTask v1.12.0

18 Dec 21:57
1f5384d

Choose a tag to compare