Skip to content

v2.0.281 Release of PowerShell worker for Azure Functions

Choose a tag to compare

@AnatoliB AnatoliB released this 29 Apr 07:15
· 12 commits to v2.x since this release

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.