Skip to content

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

Compare
Choose a tag to compare
@AnatoliB AnatoliB released this 29 Apr 18:24
· 112 commits to v3.x/ps7 since this release
339025c

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.