Skip to content

Commit 3686a7d

Browse files
authored
Prep for 0.18.0 release (#1448)
1 parent 4ea0843 commit 3686a7d

File tree

5 files changed

+5029
-3946
lines changed

5 files changed

+5029
-3946
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
# Change Log
44

5-
All notable changes to the "azurefunctions" extension will be documented in this file.
5+
## 0.18.0 - 2019-08-19
6+
7+
### Added
8+
- Added Python project support for server-side build. Follow these steps to enable: https://aka.ms/AA5vsfd
9+
- Added Application Insights support when creating a Function App in Azure
10+
- Added a local project tree item to the Azure Functions view (does not apply to Java or C#)
11+
- Copy local http trigger urls
12+
- Execute local timer triggers
13+
- View and add bindings
14+
- Removed "Preview" label from Python projects and Linux Function Apps
15+
16+
### Changed
17+
- Removed setting "azureFunctions.advancedCreation" in favor of a separate "Advanced" command to create Function Apps
18+
- Renamed default Python virtual environment from ".env" to ".venv"
19+
- Basic create mode will now prompt for a location when creating a Function App
20+
21+
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.18.0%22+is%3Aclosed)
22+
- Fixed copying non-anonymous function urls for Linux consumption apps
23+
- Reduced occurrence of error "Failed to detect running Functions host" for C# debugging
24+
- Fixed creation of Linux Dedicated Function Apps
625

726
## 0.17.1 - 2019-05-24
827

0 commit comments

Comments
 (0)