Skip to content

Commit

Permalink
Nat/v1.15.0/changelog (#4154)
Browse files Browse the repository at this point in the history
* Add EventGridBlobTrigger to the verified list

* Changelog
  • Loading branch information
nturinski authored May 21, 2024
1 parent 37fc890 commit 91bc852
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 1.15.0 - 2024-05-21

### Added
* [[4104]](https://github.com/microsoft/vscode-azurefunctions/pull/4104) Flex Consumption SKU support for creation and deploying
* [[4115]](https://github.com/microsoft/vscode-azurefunctions/pull/4115) Added Azure Blob Storage Trigger (using Event Grid) templates for flex consumption apps
* [[4138]](https://github.com/microsoft/vscode-azurefunctions/pull/4138) Display a warning after deploying an Azure Blob Storage Trigger to a flex consumption app
* [[4130]](https://github.com/microsoft/vscode-azurefunctions/pull/4130) `Create new function app` from Deploy command
* [[4101]](https://github.com/microsoft/vscode-azurefunctions/pull/4101) Add retry logic to getFunctionsForHostedProject on ECONNREFUSED
* [[4127]](https://github.com/microsoft/vscode-azurefunctions/pull/4127) Expanding in-proc .NET support

### Changed
* [[4125]](https://github.com/microsoft/vscode-azurefunctions/pull/4125) Changed deploying by function app id to use `azureFunctions.deployByFunctionAppId` rather than `azureFunctions.deploy`
* [[4130]](https://github.com/microsoft/vscode-azurefunctions/pull/4130) Various UX changes in local workspace view

**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/milestone/66?closed=1

## 1.14.3 - 2024-04-30

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azurefunctions",
"displayName": "Azure Functions",
"description": "%azureFunctions.description%",
"version": "1.14.4-alpha.0",
"version": "1.15.0",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit 91bc852

Please sign in to comment.