Releases: Azure/azure-functions-powershell-worker
Releases · Azure/azure-functions-powershell-worker
v0.1.120 Release of PowerShell worker for Azure Functions
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
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
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
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
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
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
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