Skip to content

Durable Functions for PowerShell v1.0.0

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 08 Jun 17:43
· 14 commits to main since this release
23e8132

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.