Skip to content

Commit 2e250b5

Browse files
motm32nturinski
andauthored
Release prep v0.17.0 (#4468)
* release prep * small change * Update comments --------- Co-authored-by: Nathan Turinski <naturins@microsoft.com>
1 parent 3752c8b commit 2e250b5

File tree

4 files changed

+3990
-3278
lines changed

4 files changed

+3990
-3278
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 1.17.0 - 2025-04-08
4+
5+
### Overview
6+
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.
7+
8+
### Added
9+
* [[4382](https://github.com/microsoft/vscode-azurefunctions/pull/4382)] Add a dedicated **Identity** node to the Azure Functions tree view for easier access and management of managed identities associated with Function Apps.
10+
* [[4387](https://github.com/microsoft/vscode-azurefunctions/pull/4387)] Introduced **Local and Remote Identity Settings** commands, allowing users to configure managed identity settings directly from VS Code.
11+
* [[4423](https://github.com/microsoft/vscode-azurefunctions/pull/4423)] Deployment validation now includes checks for **connection strings and managed identity configurations**.
12+
* [[4428](https://github.com/microsoft/vscode-azurefunctions/pull/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.
13+
14+
### Changed
15+
* [[4425](https://github.com/microsoft/vscode-azurefunctions/pull/4425)] Marked **Linux Consumption plans** as **Legacy** as it is recommended to use **Flex Consumption** plans
16+
* [[4457](https://github.com/microsoft/vscode-azurefunctions/pull/4457)] Updated the **Node.js v4 templates** to reflect the latest Azure Functions Core Tools.
17+
* [[4427](https://github.com/microsoft/vscode-azurefunctions/pull/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`.
18+
* [[4431](https://github.com/microsoft/vscode-azurefunctions/pull/4431)] Enhanced local development support by detecting the absence of **Azurite**, and prompting users with the option to install or run it automatically.
19+
320
## 1.16.3 - 2025-03-10
421

522
### Changed

0 commit comments

Comments
 (0)