Skip to content

Commit ba99f83

Browse files
authored
Merge the 1.2.0 release changes (#807)
* Changelogs updated for v1.2.0 * Update version to 1.2.0
1 parent 8e2c3d8 commit ba99f83

9 files changed

+36
-22
lines changed

.changes/1.2.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2019-10-17",
3+
"version": "1.2.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Add '--no-interactive' flag to 'sam init' calls when SAM CLI version is greater than or equal to 0.30.0"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Added docker network option support for invoking sam applications"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Ansi codes are removed from text shown in the Output tab when Locally Invoking Lambda handlers"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Adding support for SAM CLI 0.30.0 features in `sam init`: --app-template and --dependency-manager"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Bumped maximum (exclusive) supported SAM CLI version from 0.30.0 to 0.40.0."
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-ef3fc182-9d97-47af-9633-72d09d8622b9.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-07e700f5-e536-43f7-8eee-c95d61158bf6.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-32b6099e-a88c-4dc7-b67b-e8baf66f915d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-9aab7d6c-d0f3-420c-8f03-a543a276773a.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-c12d80eb-42e3-47c9-956c-a34fe04a7cff.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.0 2019-10-17
2+
3+
- **Bug Fix** Add '--no-interactive' flag to 'sam init' calls when SAM CLI version is greater than or equal to 0.30.0
4+
- **Feature** Added docker network option support for invoking sam applications
5+
- **Feature** Ansi codes are removed from text shown in the Output tab when Locally Invoking Lambda handlers
6+
- **Feature** Adding support for SAM CLI 0.30.0 features in `sam init`: --app-template and --dependency-manager
7+
- **Feature** Bumped maximum (exclusive) supported SAM CLI version from 0.30.0 to 0.40.0.
8+
19
## 1.1.0 2019-09-20
210

311
- **Bug Fix** Creating SAM Applications into a different folder than the current VS Code workspaces will now open an application file after app creation (#678)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit for Visual Studio Code",
44
"description": "An extension for working with Amazon Web Services in Visual Studio Code",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)