v3.0.549 Release of PowerShell worker for Azure Functions (PowerShell 7)
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
- Added Human interaction pattern support, including:
- Bug fix: Change current directory on environment reload request (issue #521)
- Cold start improvements (issue #485)