v0.1.174 Release of PowerShell worker for Azure Functions
Pre-release
Pre-release
The major changes for this release are:
- Upgraded to PowerShell 6.2.3.
- Breaking change: HTTP request body is not automatically deserialized from JSON unless the request contains
application/json
in theContent-Type
header, or there is noContent-Type
header (fixed issue #241). - Management Dependencies upgrade forces PowerShell worker restarts when new module versions are detected.
- Improved error and exception logging for function code.
- Added a warning when a function invocation is blocked because of concurrency limit.
- Other logging improvements.