Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
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
v1.10.5
Changed
- Update backup templates by @alexweininger in #3602
Fixed
- Remove azureWebJobsStorage validation on deploy by @MicroFish91 in #3647
- Update .NET Isolated detection to check against the template ID by @MicroFish91 in #3644
- Fix parsing binding setting with missing help resource by @alexweininger in #3601
- Fix TypeScript project language detection by @alexweininger in #3604
- Don't throw error when missing 'requirements.txt' by @MicroFish91 in #3627
v1.10.4
Changed
- Make skip for now message more clear when there are no resources available by @nturinski in #3611
- Change learn more label for programming model step by @nturinski in #3609
- Remove node.js programming model experimental flag by @nturinski in #3612
Fixed
- Remove remote connection overwrite prompting by @MicroFish91 in #3593
- Add Dotnet Isolated runtime specific dependencies for Durable by @MicroFish91 in #3597
- Fix getting package references from csproj from multiple item groups by @alexweininger in #3603
- Fix when clause contexts for upcoming VS Code release (v1.77) by @MicroFish91 in #3621
v1.10.3
v1.10.2
Added
- Forward compatibility with Azure Resources API v2 by @alexweininger in #3548
v1.10.1
v1.10.0
Added
- Enable support for Python 3.10 when creating projects #3486
- Support new Durable Functions backend options for the following languages: C#, JavaScript, TypeScript, Python #3273
- Support for new Node.js language model (Preview). Set feature flag
azureFunctions.showNodeProgrammingModel
to enable #3285 - Declared limited support for virtual workspaces #2793
- Added Azurite generated emulator files to .funcignore #3371
Changed
- Removed deprecated .NET runtime stacks for creating new projects and Function Apps #3474
- Remove Python 3.6 due to EOL #3526
- Add warning messages for Azure Functions Core Tools EOL and mismatched versions #3346 #2985
- Improve Core Tools install experience for Linux #2745