Releases: Azure/azure-functions-powershell-worker
v2.0.292 Release of PowerShell worker for Azure Functions
This PowerShell Worker version is to be used with Azure Functions v2 only.
The changes for this release are:
- Upgraded to PowerShell v6.2.6
v3.0.283 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:
- Upgraded to PowerShell v7.0.0 (GA, LTS).
- Durable Functions are enabled by default.
- Added support for the Fan out/fan in pattern (Durable Functions)
- Fixed the problem with writing to PowerShell streams from profile.ps1 (issue #337).
- Fixed handling HTTP responses without a body (issues #269 and #325).
- Increased the host/worker message size limit to the maximum (issue #423).
- Improved the initial managed dependencies download message.
- Minor internal improvements.
v3.0.279 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:
- Fixed the problem with writing to PowerShell streams from profile.ps1 (issue #337).
- Fixed handling HTTP responses without a body (issues #269 and #325).
- Increased the host/worker message size limit to the maximum (issue #423).
- Improved the initial managed dependencies download message.
- Minor internal improvements.
v2.0.281 Release of PowerShell worker for Azure Functions
This PowerShell Worker version is to be used with Azure Functions v2 only.
The changes for this release are:
- Fixed the problem with writing to PowerShell streams from profile.ps1 (issue #337).
- Fixed handling HTTP responses without a body (issues #269 and #325).
- Increased the host/worker message size limit to the maximum (issue #423).
- Improved the initial managed dependencies download message.
- Minor internal improvements.
v2.0.240 Release of PowerShell worker for Azure Functions
This PowerShell Worker version is to be used with Azure Functions v2 only.
The changes for this release are:
v3.0.237 Release of PowerShell worker for Azure Functions (PowerShell 7)
v3.0.235 Release of PowerShell worker for Azure Functions (PowerShell 6)
v3.0.225 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:
- Directory structure changed to enable installing PowerShell 6 and 7 workers side-by-side.
v3.0.226 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:
- Migrated to PowerShell 7.0.0-rc.2.
- Directory structure changed to enable installing PowerShell 6 and 7 workers side-by-side.
- Use Get-Error instead of custom error formatting logic (#395).
v3.0.216 Release of PowerShell worker for Azure Functions
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
- Upgraded to PowerShell 6.2.4.
- Minor internal improvements.