Skip to content

Releases: Azure/azure-functions-powershell-worker

v0.1.120 Release of PowerShell worker for Azure Functions

16 Jul 18:49
82cedee
Compare
Choose a tag to compare

The major changes for this release are:

  • Ignore function load requests with duplicate FunctionId values

v0.1.111 Release of PowerShell worker for Azure Functions

24 Jun 22:07
Compare
Choose a tag to compare

The major changes for this release are:

  • Proxies fix
  • Updated proto files used by PowerShell worker
  • Set response Content-Type to 'application/json' when an object is provided to Body
  • Managed Dependencies (MDs) enhancements:
    • Added retry logic for module installation with a maximum of 3 retries
    • If unable to reach the PSGallery during installation:
      • If this is the first time we are installing MDs, we error out and stop execution
      • If there is a previous installation of MDs, log that we could not connect to the PSGallery and continue with the function app execution
  • Enhancements to throughput performance

v0.1.102 Release of PowerShell worker for Azure Functions

07 May 22:39
3ed9960
Compare
Choose a tag to compare

The major changes for this release are:

  • Fix regression that made local debugging stop working. This was because a runspace was not created at startup.
  • Rev gRPC library versions
  • Fix regression where Rpc.RawBody was getting passed in as a hashtable instead of a string

v0.1.97 Release of PowerShell worker for Azure Functions

25 Apr 18:16
Compare
Choose a tag to compare

The major changes for this release are:

  • Support the dependency download to happen on a background thread spawned by the FunctionLoad request and if the dependency download is still in progress and the function execution is invoked from the azure portal then the user will get the message on the azure portal log window that the dependency download is in progress and the function execution will continue when the download is done
  • Support json as a dataType for queueTrigger
  • Adding InvocationId', 'FunctionDirectory' and 'FunctionName' to HttpTriggerWithMetadata
  • Improvement in PowerShell unction execution throughput improvement depending upon the PowerShell
    thread pool

v0.1.95 Release of PowerShell worker for Azure Functions

09 Apr 23:48
Compare
Choose a tag to compare

The major changes in this release are:

  • Updating Managed Dependencies folder installation path for local development.

v0.1.90 Release of PowerShell worker for Azure Functions

03 Apr 22:21
6e8fded
Compare
Choose a tag to compare

The major changes in this release are:

  • Revved version of PowerShell SDK to 6.2.0
  • Made binding info dictionary case-insensitive to support case-insensitive binding names
  • Updated logic to clean up jobs started during the function execution
  • System logging improvements to reflect the correct worker pool size when the environment variable is not set

v0.1.81 Release of PowerShell worker for Azure Functions

20 Mar 19:48
124b043
Compare
Choose a tag to compare

The major changes in this release are:

  • Enabled Managed Dependencies feature - to install function app dependencies via requirements.psd1
  • Enabled tiered compilation for the worker to help the cold start
  • Enhanced Push-OutputBinding by using the output binding information
  • System logging improvements