Skip to content

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

Choose a tag to compare

@AnatoliB AnatoliB released this 16 Sep 01:26
· 63 commits to v3.x/ps7 since this release
24dd298

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

The changes for this release are:

  • Durable Functions (thank you @michaelpeng36!):
    • Added Human interaction pattern support, including:
      • external events
      • ability to cancel an awaited durable timer
      • waiting for any task from a collection of tasks
      • starting a durable timer without waiting
  • Bug fix: Change current directory on environment reload request (issue #521)
  • Cold start improvements (issue #485)