Skip to content

v0.1.174 Release of PowerShell worker for Azure Functions

Pre-release
Pre-release
Compare
Choose a tag to compare
@AnatoliB AnatoliB released this 17 Sep 23:01
3dabf90

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 the Content-Type header, or there is no Content-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.