Skip to content

v3.0.279 Release of PowerShell worker for Azure Functions (PowerShell 6)

Choose a tag to compare

@AnatoliB AnatoliB released this 29 Apr 23:47
· 23 commits to v3.x/ps6 since this release

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.