Skip to content

v0.1.152 Release of PowerShell worker for Azure Functions

Pre-release
Pre-release

Choose a tag to compare

@AnatoliB AnatoliB released this 06 Aug 19:22
· 283 commits to dev since this release

The major changes for this release are:

  • Major Managed Dependencies update:
    • Allowed specifying any (not just Az) module from PowerShell Gallery in requirements.psd1 (up to 10 entries).
    • Allowed specifying exact module versions in requirements.psd1 (as opposed to just <MajorVersion>.*
      pattern), including pre-release versions.
    • More reliable implementation of module upgrades (fixing #247, #248, #252, and other intermittent issues).
    • Improved cold start performance.
    • Added a warning when managedDependencies is enabled in host.json but no dependencies are specified in requirements.psd1.
  • Fixed issue #281 (Clear pushed output binding values on exceptions).
  • System logging fixes and improvements.