Skip to content

Releases: Azure/azure-functions-powershell-worker

v2.0.292 Release of PowerShell worker for Azure Functions

18 Jun 03:32
1180cc8
Compare
Choose a tag to compare

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

The changes for this release are:

  • Upgraded to PowerShell v6.2.6

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

29 Apr 18:24
339025c
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:

  • Upgraded to PowerShell v7.0.0 (GA, LTS).
  • Durable Functions are enabled by default.
  • Added support for the Fan out/fan in pattern (Durable Functions)
  • Fixed the problem with writing to PowerShell streams from profile.ps1 (issue #337).
  • Fixed handling HTTP responses without a body (issues #269 and #325).
  • Increased the host/worker message size limit to the maximum (issue #423).
  • Improved the initial managed dependencies download message.
  • Minor internal improvements.

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

29 Apr 23:47
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 the problem with writing to PowerShell streams from profile.ps1 (issue #337).
  • Fixed handling HTTP responses without a body (issues #269 and #325).
  • Increased the host/worker message size limit to the maximum (issue #423).
  • Improved the initial managed dependencies download message.
  • Minor internal improvements.

v2.0.281 Release of PowerShell worker for Azure Functions

29 Apr 07:15
Compare
Choose a tag to compare

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

The changes for this release are:

  • Fixed the problem with writing to PowerShell streams from profile.ps1 (issue #337).
  • Fixed handling HTTP responses without a body (issues #269 and #325).
  • Increased the host/worker message size limit to the maximum (issue #423).
  • Improved the initial managed dependencies download message.
  • Minor internal improvements.

v2.0.240 Release of PowerShell worker for Azure Functions

20 Feb 01:44
5d2ef26
Compare
Choose a tag to compare

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

The changes for this release are:

  • Changed wording and severity of the initial managed dependencies download message (issue #362).
  • Fixed the issue with handling managed dependencies on read-only file system (issue #400).
  • Minor internal improvements.

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

19 Feb 23:48
08db712
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:

  • Changed wording and severity of the initial managed dependencies download message (issue #362).
  • Fixed the issue with handling managed dependencies on read-only file system (issue #400).

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

19 Feb 23:48
66e681c
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:

  • Changed wording and severity of the initial managed dependencies download message (issue #362).
  • Fixed the issue with handling managed dependencies on read-only file system (issue #400).

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

04 Feb 07:19
2370855
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:

  • Directory structure changed to enable installing PowerShell 6 and 7 workers side-by-side.

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

04 Feb 07:20
12f9ddc
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:

  • Migrated to PowerShell 7.0.0-rc.2.
  • Directory structure changed to enable installing PowerShell 6 and 7 workers side-by-side.
  • Use Get-Error instead of custom error formatting logic (#395).

v3.0.216 Release of PowerShell worker for Azure Functions

28 Jan 22:13
950d326
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:

  • Upgraded to PowerShell 6.2.4.
  • Minor internal improvements.