diff --git a/CHANGELOG.md b/CHANGELOG.md index a56212571..b219b46e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 1.22.1 - 2026-06-11 + +### Fixed +* [[5073](https://github.com/microsoft/vscode-azurefunctions/issues/5073)] Fix "You are not signed in to an Azure account" error when deploying to a Function App while already signed in, caused by an audience-consent regression ([[5103](https://github.com/microsoft/vscode-azurefunctions/pull/5103)]) +* [[5104](https://github.com/microsoft/vscode-azurefunctions/pull/5104)] Re-allow deploying Python 3.14 function apps to Flex Consumption plans now that remote build is supported +* [[5101](https://github.com/microsoft/vscode-azurefunctions/pull/5101)] Add an `isNativeWorker` flag so Go functions appear in the workspace Functions node +* [[5085](https://github.com/microsoft/vscode-azurefunctions/pull/5085)] Stop using utilities that are unavailable in Node.js 24 + +### Engineering +* [[5044](https://github.com/microsoft/vscode-azurefunctions/pull/5044)] Use shared templates and policy to fix CFS issues +* [[5098](https://github.com/microsoft/vscode-azurefunctions/pull/5098)] Remove the redundant `npmFeed` parameter from the build pipeline +* [[5097](https://github.com/microsoft/vscode-azurefunctions/pull/5097)] Add `feedBaseUrl` passthrough to 1ES pipeline template parameters +* [[5093](https://github.com/microsoft/vscode-azurefunctions/pull/5093), [5092](https://github.com/microsoft/vscode-azurefunctions/pull/5092), [5091](https://github.com/microsoft/vscode-azurefunctions/pull/5091), [5090](https://github.com/microsoft/vscode-azurefunctions/pull/5090), [5089](https://github.com/microsoft/vscode-azurefunctions/pull/5089), [5088](https://github.com/microsoft/vscode-azurefunctions/pull/5088), [5087](https://github.com/microsoft/vscode-azurefunctions/pull/5087), [5086](https://github.com/microsoft/vscode-azurefunctions/pull/5086)] Bump dependencies (`brace-expansion`, `picomatch`, `ws`, `lodash`, `fast-uri`, `fast-xml-parser`, `qs`, `simple-git`) + ## 1.22.0 - 2026-06-02 ### Overview diff --git a/package-lock.json b/package-lock.json index afadb1a2a..aec5e90db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.22.1-alpha.0", + "version": "1.22.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.22.1-alpha.0", + "version": "1.22.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^5.0.0-alpha.20230530.1", diff --git a/package.json b/package.json index a1e951510..6a0f554dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.22.1-alpha.0", + "version": "1.22.1", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",