Skip to content

Releases: Azure/azure-functions-durable-powershell

Durable Functions for PowerShell v1.1.0

14 Feb 04:09
936fcb2
Compare
Choose a tag to compare

https://www.powershellgallery.com/packages/AzureFunctions.PowerShell.Durable.SDK/1.1.0

New Features:

  • DF Client API support for suspend/resume (#72)

Bug Fixes:

  • DF Client use in Azure (#66)

Durable Functions for PowerShell v1.0.2

11 Sep 21:59
959cf1a
Compare
Choose a tag to compare

Durable Functions for PowerShell v1.0.1

15 Jun 21:33
6a13ab5
Compare
Choose a tag to compare

Durable Functions for PowerShell v1.0.0

08 Jun 17:43
23e8132
Compare
Choose a tag to compare

https://www.powershellgallery.com/packages/AzureFunctions.PowerShell.Durable.SDK/1.0.0

This is the first public preview release of the Durable Functions for standalone PowerShell SDK.

Unlike to the built-in Durable Functions SDK found in the PowerShell worker (up to version PowerShell version 7.2), this SDK needs to be obtained as a package from the PowerShell Gallery. The benefit of this approach is in de-coupling the development and release cycle of the Durable Functions PowerShell SDK from the release cycle of the Azure Functions runtime.

This release introduces various bug fixes, reliability improvements, and the Sub-Orchestrators feature. Please see the our guide to this new SDK for details.