Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
v1.13.1
Added
- Enable Python 3.11 for GA
Changed
- Remove preview label from Node v4 programming model and make it the default over v3
- Remove '-alpha.7' from v4 node projects
v1.13.0
Added
- Python V2 programming model GA by @nturinski in #3799
- Python V2 blueprint support by @nturinski in #3799
- .NET 8 SDK support @nturinski in #3841
Fixed
- Fix Windows files node feature by @alexweininger in #3813
- Function app creation not setting
netFrameworkVersion
properly by @nturinski in #3847
v1.12.4
1.12.3
Fixed
(intermediate value).parsedBody.map is not a function
error when deploying Function App #3769- Fail to connect to log stream #3775
- Unexpected status code: 401 when executing remote function #3788
- Azure Functions icon not appearing in the workspace view when using a light theme #3783
Changed
- Azure Functions runtime V2 and V3 now show EOL warnings #3771
1.12.2
Fixed
- Fixed an issue where deployment failed due to empty lines in the
.funcignore
file.
1.12.1
1.12.0
Added
- Add actions submenu to workspace view title by @alexweininger in #3719
- Allow user to create an Event Hub namespace and/or Event Hub when creating EventHubTrigger by @nturinski in #3713
- Support ZRS enabled storage accounts in advanced create by @alexweininger in #3737
Fixed
- Fix view properties command for function apps by @alexweininger in #3714
- Fix SWA create function for node model v4 by @ejizba in #3721
- Hardcode default bundle version by @alexweininger in #3727
- Fix create function app when workspace items are selected by @alexweininger in #3732
- Fix view properties command on remote function by @alexweininger in #3736
Engineering
- Update to utils v2 by @alexweininger in #3707
- Upgrade to TS 5.1.3 by @alexweininger in #3712
- Remove onCommand activation events by @alexweininger in #3741
- Resolve using list instead of get by @alexweininger in #3726
Dependencies
- Update dependencies to fix CG alerts by @bwateratmsft in #3720
- Bump semver from 5.7.1 to 7.5.2 by @dependabot in #3724
v1.11.0
1.10.7
Added
- Add support for the upcoming Azure Resources Focus feature
v.1.10.6
Added
- Verify
AzureWebJobsFeatureFlags
setting hasEnableWorkerIndexing
and enable prior to deployment for Node Model v4 by @nturinski in #3653 - Add clean script to TypeScript projects by @ejizba in #3654
- Ensure that the app settings have propogated to production app before deploying by @nturinski in #3656
- Improve task comparison during project init by @alexweininger in #3671
Fixed
- Change the name of the
windows-process-tree
module by @nturinski in #3669