Releases: Azure/azure-functions-powershell-worker
v3.0.1272 Release of PowerShell worker for Azure Functions (PowerShell 7)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
- Allow DF Activity Functions to have multiple output bindings (fixed issue #646)
v4.0.1274 Release of PowerShell worker for Azure Functions (PowerShell 7.2)
v4.0.1049 Release of PowerShell worker for Azure Functions (PowerShell 7.0)
This PowerShell Worker version is to be used with Azure Functions v4 only.
The changes for this release are:
v3.0.1045 Release of PowerShell worker for Azure Functions (PowerShell 7)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
v3.0.912 Release of PowerShell worker for Azure Functions (PowerShell 7)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
- Timestamp snapshot name to use seven digits precision for fraction of second (fixed issue #654)
v3.0.833 Release of PowerShell worker for Azure Functions (PowerShell 7)
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)
v3.0.738 Release of PowerShell worker for Azure Functions (PowerShell 7)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
- Upgrade to PowerShell 7.0.6 #615
v3.0.705 Release of PowerShell worker for Azure Functions (PowerShell 7)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
v3.0.629 Release of PowerShell worker for Azure Functions (PowerShell 7)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
v3.0.630 Release of PowerShell worker for Azure Functions (PowerShell 6)
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
- Minor logging improvements