Skip to content

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

Compare
Choose a tag to compare
@Francisco-Gamino Francisco-Gamino released this 01 Mar 19:44
· 42 commits to v3.x/ps7 since this release
7392300

This PowerShell Worker version is to be used with Azure Functions v3 only.

The changes for this release are:

  • Upgrade to PowerShell 7.0.5 #593
  • Durable Functions features implemented (public preview):
    • Retry policies #590
    • Custom orchestration status #592
  • Fixed issues:
    • Handle prerelease module version specifications #603
  • Minor logging improvements