Prep for 0.13.0 (#843)
This commit is contained in:
Родитель
e30e6a3ff3
Коммит
6ef5ebd4db
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -4,6 +4,27 @@
|
|||
|
||||
All notable changes to the "azurefunctions" extension will be documented in this file.
|
||||
|
||||
## 0.13.0 - 2018-12-04
|
||||
|
||||
### Added
|
||||
|
||||
- Deployments node for Function Apps that are connected to a GitHub or LocalGit repository
|
||||
- View deployment logs
|
||||
- Redeploy previous deployments
|
||||
- Preview support for deployment slots (feature flag `azureFunctions.enableSlots` must be set to `true`)
|
||||
- Deploy
|
||||
- Stream logs
|
||||
- Start/stop/restart
|
||||
- Create/delete/swap
|
||||
|
||||
### Changed
|
||||
|
||||
- Feature flag no longer required for creating Python projects
|
||||
|
||||
### Fixed
|
||||
|
||||
- [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.13.0%22+label%3Abug+is%3Aclosed)
|
||||
|
||||
## 0.12.1 - 2018-11-26
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -33,8 +33,10 @@ Install the prerequisites for your desired language:
|
|||
* View, edit, upload, and download application settings
|
||||
* JSON Intellisense for `function.json`, `host.json`, and `proxies.json`
|
||||
* Stream logs from your remote Function Apps
|
||||
* View and manage deployment slots
|
||||
> **NOTE**: To enable, set `azureFunctions.enableSlots` to true.
|
||||
* Debug Java Function App on Azure (experimental)
|
||||
> **NOTE**: To enable it, you can set `azureFunctions.enableRemoteDebugging` to true.
|
||||
> **NOTE**: To enable, set `azureFunctions.enableRemoteDebugging` to true.
|
||||
|
||||
### Create New Project
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "0.12.2-alpha",
|
||||
"version": "0.13.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurefunctions",
|
||||
"displayName": "Azure Functions",
|
||||
"description": "%extension.description%",
|
||||
"version": "0.12.2-alpha",
|
||||
"version": "0.13.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-functions.png",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
|
|
Загрузка…
Ссылка в новой задаче