Azure Functions Powershell Worker Versions Save

PowerShell language worker for Azure Functions.

v4.0.3219

6 days ago

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: https://github.com/Azure/azure-functions-powershell-worker/compare/v4.0.3147...v4.0.3219

v4.0.3220

6 days ago

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: https://github.com/Azure/azure-functions-powershell-worker/compare/v4.0.3131...v4.0.3220

v4.0.3147

2 months ago

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: https://github.com/Azure/azure-functions-powershell-worker/compare/v4.0.3085...v4.0.3147

v4.0.3131

2 months ago

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: https://github.com/Azure/azure-functions-powershell-worker/compare/v4.0.3070...v4.0.3131

v4.0.3148

2 months ago

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

The changes for this release are:

Full Changelog: https://github.com/Azure/azure-functions-powershell-worker/compare/v4.0.2973...v4.0.3148

v4.0.3085

5 months ago

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 https://github.com/Azure/azure-functions-powershell-worker/issues/1024) Update the language worker .NET minimum version to .NET 8 release version (8.0.100)

v4.0.3070

6 months ago

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)

v4.0.3030

6 months ago

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)

v4.0.2975

7 months ago

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)

v4.0.2974

7 months ago

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)