v0.1.152 Release of PowerShell worker for Azure Functions
Pre-release
Pre-release
·
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 inrequirements.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 inhost.json
but no dependencies are specified inrequirements.psd1
.
- Allowed specifying any (not just
- Fixed issue #281 (Clear pushed output binding values on exceptions).
- System logging fixes and improvements.