Skip to content

v3.0.833 Release of PowerShell worker for Azure Functions (PowerShell 7)

Choose a tag to compare

@Francisco-Gamino Francisco-Gamino released this 28 Apr 22:47
· 126 commits to dev since this release
8c78013

This PowerShell Worker version is to be used with Azure Functions v3 only.

The changes for this release are:

  • PowerShell Durable Functions:
    • Suppress tracing output of Durable Activity functions (fixed issue #622)
    • Rename Durable commands as follows [Verb]-Durable[Additional qualifiers]. The old names are kept as aliases for backward-compatibility purposes
    • Use local RPC endpoint when starting an orchestration (fixed issues #613 and #597)
    • Add Get-DurableStatus (to query instances) and Stop-DurableOrchestration (to terminate instances) commands
  • Set ManagedDependenciesPath for both AppService and Linux Consumption environments (fixed issue #632)