Skip to content

Releases: Azure/azure-functions-powershell-worker

Release of PowerShell worker for Azure Functions (PowerShell 7.2)

13 Apr 00:03
684a843
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 PowerShell SDK to 7.2.19
  • Add support for OpenTelemetry by embedding commands from AzureFunctions.PowerShell.OpenTelemetry.SDK and running them to instrument user code if the module is present, imported, and the relevant environment variable is set.

Full Changelog: v4.0.3131...v4.0.3220

Release of PowerShell worker for Azure Functions (PowerShell 7.4)

13 Apr 00:07
f0c7eec
Compare
Choose a tag to compare

What's Changed

  • Upgrade PowerShell SDK to 7.4.2
  • Upgrade .NET SDK to 8.0.204
  • Add support for OpenTelemetry by embedding commands from AzureFunctions.PowerShell.OpenTelemetry.SDK and running them to instrument user code if the module is present, imported, and the relevant environment variable is set.

Full Changelog: v4.0.3147...v4.0.3219

Release of PowerShell worker for Azure Functions (PowerShell 7.0)

09 Feb 23:09
e010fe1
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:

Full Changelog: v4.0.2973...v4.0.3148

Release of PowerShell worker for Azure Functions (PowerShell 7.4)

09 Feb 23:10
e1c75c1
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 PowerShell SDK to 7.4.1

Full Changelog: v4.0.3085...v4.0.3147

Release of PowerShell worker for Azure Functions (PowerShell 7.2)

09 Feb 23:09
15eed15
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 PowerShell SDK to 7.2.18

Full Changelog: v4.0.3070...v4.0.3131

Release of PowerShell worker for Azure Functions (PowerShell 7.4)

17 Nov 21:36
557b673
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:

Update the PowerShell 7.4 SDK to v7.4.0 (resolves #1024)
Update the language worker .NET minimum version to .NET 8 release version (8.0.100)

Release of PowerShell worker for Azure Functions (PowerShell 7.2)

18 Oct 22:02
f7d1387
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 PS 7.2 SDK to 7.2.15 and upgrade to .NET SDK 6.0.415 (Resolves #1003)
  • Set AZUREPS_CHECK_FOR_UPGRADE environment variable to False unless otherwise specified in App Settings, to prevent an expensive check for available version upgrades by AZ PS. (resolves #990)

Release of PowerShell worker for Azure Functions (PowerShell 7.4)

16 Oct 23:38
a9b4914
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:

  • Update the PowerShell 7.4 SDK to Preview 6 (v7.4.0-preview.6) (resolves #1009)
  • Update the language worker .NET minimum version to .NET 8 Release Candidate 2 (8.0.0-rc.2.23502.2)
  • Set AZUREPS_CHECK_FOR_UPGRADE environment variable to False unless otherwise specified in App Settings, to prevent an expensive check for available version upgrades by AZ PS. (resolves #990)

Release of PowerShell worker for Azure Functions (PowerShell 7.4)

11 Sep 23:13
3a1b2b4
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:

  • Update language worker to support parsing command-line arguments prefix with functions-<argumentname> (fixed issue #992)

Release of PowerShell worker for Azure Functions (PowerShell 7.2)

11 Sep 23:11
fdc5360
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:

  • Update language worker to support parsing command-line arguments prefix with functions-<argumentname> (fixed issue #992)