Skip to content

Releases: Azure/azure-functions-powershell-worker

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

29 Nov 21:53
fb15b04
Compare
Choose a tag to compare

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

The changes for this release are:

  • Allow DF Activity Functions to have multiple output bindings (fixed issue #646)

v4.0.1274 Release of PowerShell worker for Azure Functions (PowerShell 7.2)

30 Nov 01:51
96191a5
Compare
Choose a tag to compare

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

The changes for this release are:

  • Allow DF Activity Functions to have multiple output bindings (fixed issue #646)
  • Update PowerShell to SDK 7.2.0 and .Net 6 to 6.0.100 (fixed issue #705)

v4.0.1049 Release of PowerShell worker for Azure Functions (PowerShell 7.0)

10 Sep 23:56
5d13213
Compare
Choose a tag to compare

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

The changes for this release are:

  • Upgrade to PowerShell 7.0.7 (fixed issue #671)
  • Use preserved requirements.psd1 for snapshot comparison (fixed issue #647)
  • Set requirements.psd1 max dependency entries to 50 (fixed issue #675)

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

10 Sep 23:22
2c5d2d0
Compare
Choose a tag to compare

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

The changes for this release are:

  • Upgrade to PowerShell 7.0.7 (fixed issue #671)
  • Use preserved requirements.psd1 for snapshot comparison (fixed issue #647)
  • Set requirements.psd1 max dependency entries to 50 (fixed issue #675)

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

14 Jul 22:14
b3983f3
Compare
Choose a tag to compare

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

The changes for this release are:

  • Timestamp snapshot name to use seven digits precision for fraction of second (fixed issue #654)

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

28 Apr 22:47
8c78013
Compare
Choose a tag to compare

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

The changes for this release are:

  • PowerShell Durable Functions:
    • Suppress tracing output of Durable Activity functions (fixed issue #622)
    • Rename Durable commands as follows [Verb]-Durable[Additional qualifiers]. The old names are kept as aliases for backward-compatibility purposes
    • Use local RPC endpoint when starting an orchestration (fixed issues #613 and #597)
    • Add Get-DurableStatus (to query instances) and Stop-DurableOrchestration (to terminate instances) commands
  • Set ManagedDependenciesPath for both AppService and Linux Consumption environments (fixed issue #632)

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

02 Apr 21:36
ac95680
Compare
Choose a tag to compare

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

The changes for this release are:

  • Upgrade to PowerShell 7.0.6 #615

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

01 Mar 19:44
7392300
Compare
Choose a tag to compare

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

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

30 Dec 22:01
b8386e0
Compare
Choose a tag to compare

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

The changes for this release are:

  • Fixed issues:
    • Allow writing null to Function output #566
    • Durable Function activity failures are difficult to handle #572
    • Orchestrations don't terminate properly #575
  • Minor logging improvements

v3.0.630 Release of PowerShell worker for Azure Functions (PowerShell 6)

30 Dec 22:01
f24b5f2
Compare
Choose a tag to compare

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

The changes for this release are:

  • Minor logging improvements