From 6ef5ebd4db3cef943c979e0b74ecf5d3c1b86c09 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Fri, 30 Nov 2018 16:42:04 -0800 Subject: [PATCH] Prep for 0.13.0 (#843) --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 4 +++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 128bda41..f8c58238 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 80c0b3d3..4933c92c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 05c255e4..d6de3623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-azurefunctions", - "version": "0.12.2-alpha", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a9fd9f5..8fdd5328 100644 --- a/package.json +++ b/package.json @@ -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",