Skip to content

Commit 91bc852

Browse files
authored
Nat/v1.15.0/changelog (#4154)
* Add EventGridBlobTrigger to the verified list * Changelog
1 parent 37fc890 commit 91bc852

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## 1.15.0 - 2024-05-21
4+
5+
### Added
6+
* [[4104]](https://github.com/microsoft/vscode-azurefunctions/pull/4104) Flex Consumption SKU support for creation and deploying
7+
* [[4115]](https://github.com/microsoft/vscode-azurefunctions/pull/4115) Added Azure Blob Storage Trigger (using Event Grid) templates for flex consumption apps
8+
* [[4138]](https://github.com/microsoft/vscode-azurefunctions/pull/4138) Display a warning after deploying an Azure Blob Storage Trigger to a flex consumption app
9+
* [[4130]](https://github.com/microsoft/vscode-azurefunctions/pull/4130) `Create new function app` from Deploy command
10+
* [[4101]](https://github.com/microsoft/vscode-azurefunctions/pull/4101) Add retry logic to getFunctionsForHostedProject on ECONNREFUSED
11+
* [[4127]](https://github.com/microsoft/vscode-azurefunctions/pull/4127) Expanding in-proc .NET support
12+
13+
### Changed
14+
* [[4125]](https://github.com/microsoft/vscode-azurefunctions/pull/4125) Changed deploying by function app id to use `azureFunctions.deployByFunctionAppId` rather than `azureFunctions.deploy`
15+
* [[4130]](https://github.com/microsoft/vscode-azurefunctions/pull/4130) Various UX changes in local workspace view
16+
17+
**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/milestone/66?closed=1
18+
319
## 1.14.3 - 2024-04-30
420

521
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurefunctions",
33
"displayName": "Azure Functions",
44
"description": "%azureFunctions.description%",
5-
"version": "1.14.4-alpha.0",
5+
"version": "1.15.0",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)