Skip to content

Releases: microsoft/vscode-azurefunctions

v1.17.3

19 May 20:30
9656036
Compare
Choose a tag to compare

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

  • [4494] Configure Flex Consumption functionAppConfig deployments for User Assigned Managed Identity.
  • [4498] Add required app settings for managed identity and trigger keys.
  • [4520] Fix minor text by adding period to "Enabled system assigned identity" message.

v1.17.2

08 May 16:47
14f15f4
Compare
Choose a tag to compare

Fixes

  • [4494] Fixes function triggers not appearing under the "Functions" node in the remote view after deploying
  • [4493] Incomplete telemetry data capture in specific scenarios.

v1.17.1

09 Apr 23:41
4e87902
Compare
Choose a tag to compare
  • [4477] Fixes errors on deployment due to checking major stacks
  • [4479] Fixes deployment issues due to errors parsing local.settings.json

v1.17.0

09 Apr 22:55
c82b497
Compare
Choose a tag to compare

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 to true.
  • [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

10 Mar 23:41
6218f07
Compare
Choose a tag to compare

Changed

v1.16.2

21 Feb 00:31
37ed60f
Compare
Choose a tag to compare

Added

  • [4351] Default flex consumption for basic creation
  • [4358] SqlBinding triggers to verified list
  • [4359] Set publicBlobAccess to false for created storage accounts
  • [4361] Add basic support for Durable Task Scheduler resources

v1.16.1

13 Nov 21:41
9410b81
Compare
Choose a tag to compare

Fixes

  • [4333] Fixes .NET debugging with multiple .csproj files

v1.16.0

11 Nov 22:25
755244b
Compare
Choose a tag to compare

Added

  • [4292] Create a setting to suppress readme tabs from opening for Python V2 templates
  • [4299] Expose API commands to start a func task and to check if CLI tools are installed
  • [4298] Add .NET 9.0 to list of runtimes and update backup templates

Changed

  • [4286] Exclude backup templates from credential scanning
  • [4291] Use app insight connection string instead of aiKey
  • [4293] Use vscode.git API to initialize new workspace
  • [4297] For v2 templates, use index.json for template versioning and construct the URL ourselves

Engineering

  • [4264] Improvements to error masking
  • [4295] Ensure templateSchemaVersion is set even if prompt is skipped
  • [4314] Use --roll-forward Major flag to make .dll JSON CLI tool runtime agnostic
  • [4320] Create a RunningAzureFunctions class to handle multiple function tasks in one workspace

Full Changelog: v1.15.4...v1.16.0

v1.15.4

13 Sep 14:38
010c071
Compare
Choose a tag to compare

Engineering

  • [4256] Upgrade packages for additional improvements to telemetry
  • [4247] [4266] Update release pipeline to support signing

v1.15.3

23 Aug 19:23
c8e26a3
Compare
Choose a tag to compare

Added

  • [4239] Use a list task for the cache that is used for all resolving

Removed

  • [4243] Remove EnableWorkerIndexing feature flag

Engineering

  • [4241] Improve telemetry and performance