Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
v1.19.0
Overview
This release delivers major improvements to durable functions, including better configuration handling, and enhanced validation for DTS. It also adds improved identity assignment support, and stronger reliability for local development with Azurite.
Added
- [4566] Add Azure deployment support for DTS projects
- [4625] Improve support for assigning a user-assigned identity and roles to a Function App.
- [4650] Deploy with Functions CLI for custom runtimes on Flex Consumption plans.
- [4667] Add dynamic Azurite connection string generation using workspace settings.
- [4660] Add warning popup when incompatible Function App plans are used for durable projects.
- [4618] Update Python requirements.txt.
Fixed
- [4622] Fix
host.json
version not showing for AzureExtensionsBundle. - [4632] Fix Azurite Table/Queue services not starting during durable function debugging.
- [4652] Use the v1 index.json for retrieving all templates
- [4661] Update templates with userPrompt tokens so tokens are replaced.
- [4682] Use port number to find the func PID.
1.18.1
1.18.0
Overview
This release brings enhancements to Durable Functions through DTS integration, improves deployment reliability, and performance of the Azure Functions extension.
Added
- [4580] Integrate deployment with Copilot, offering richer error analysis when deploying to Function Apps.
- [4405] Integrate DTS emulator into the Local Workspace view.
- [4527] Add DTS preview support for Create Function and remove Netherite from new storage options.
- [4548] Improved performance for listing and resolving resources
Changed
- [4529] Check for DTS trigger before app creation to ensure a Premium plan is used.
Fixed
v1.17.3
Added
- [4487] Upgrade to latest version of the Azure Activity Log (v2). Now shows live progress on each activity child with timers.
- [4500] Add a step to prompt about app authentication type to allow users to opt out of
Managed Identities
- [4517] Add Python 3.12 to the list of supported versions.
Changed
- [4519] Remove references to "Azure Functions explorer" in UI/strings.
- [4506] Use OAuth2 tokens when creating blob container to improve managed identity reliability.
Fixed
v1.17.2
v1.17.1
v1.17.0
Overview
This release includes improvements to identity management and deployment validation in Azure Functions, along with enhancements to local development tooling and support for newer programming models. It also introduces user-facing warnings for deprecated runtime stacks and improved platform compatibility.
Added
- [4382] Add a dedicated Identity node to the Azure Functions tree view for easier access and management of managed identities associated with Function Apps.
- [4387] Introduced Local and Remote Identity Settings commands, allowing users to configure managed identity settings directly from VS Code.
- [4423] Deployment validation now includes checks for connection strings and managed identity configurations.
- [4428] Added end-of-life (EOL) warnings when deploying or updating Function Apps that use retired runtime stack versions to help users upgrate to secured environments.
Changed
- [4425] Marked Linux Consumption plans as Legacy as it is recommended to use Flex Consumption plans
- [4457] Updated the Node.js v4 templates to reflect the latest Azure Functions Core Tools.
- [4427] Updated default language selections to use the newest programming model, streamlining the Function App creation experience. If you need to use the old programming model, you can set the
azureFunctions.allowProgrammingModelSelection
setting totrue
. - [4431] Enhanced local development support by detecting the absence of Azurite, and prompting users with the option to install or run it automatically.
1.16.3
Changed
- [4397] Automatically collect subscription and resource information for telemetry. How to disable telemetry reporting
- [4400] Require VS Code version 1.95.0 (October 2024) or greater