Skip to content

Commit 8068a15

Browse files
author
aws-toolkit-automation
committed
Release 1.19.0
1 parent 7f543b5 commit 8068a15

9 files changed

+36
-22
lines changed

.changes/1.19.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2021-02-01",
3+
"version": "1.19.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Schemas: download failure would not trigger code generation under certain conditions"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "\"Create new SAM Application\" command suggests a more-intuitive name"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Support for SAM CLI 1.16: SAM create/run dotnet5.0"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "List API Gateway names with their ID (so Toolkit can list APIs with identical names)"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Improved validation when searching for SAM CLI #1465"
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-55703bad-99e5-4cd8-ba13-8f913f7c044d.json

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

.changes/next-release/Feature-298a87ca-c8dc-4522-a990-529eb66b7f55.json

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

.changes/next-release/Feature-2c4a26e6-46c9-4d6a-b94d-9b7b591d0fb7.json

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

.changes/next-release/Feature-8729574b-6dd2-4ab4-88bb-a5f13b710e0b.json

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

.changes/next-release/Feature-cbc68594-0491-470d-91b8-83ff87a3170c.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.19.0 2021-02-01
2+
3+
- **Bug Fix** Schemas: download failure would not trigger code generation under certain conditions
4+
- **Feature** "Create new SAM Application" command suggests a more-intuitive name
5+
- **Feature** Support for SAM CLI 1.16: SAM create/run dotnet5.0
6+
- **Feature** List API Gateway names with their ID (so Toolkit can list APIs with identical names)
7+
- **Feature** Improved validation when searching for SAM CLI #1465
8+
19
## 1.18.0 2021-01-07
210

311
- **Bug Fix** WatchedFiles improvements (Windows) #1416

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",
44
"description": "An extension for working with Amazon Web Services",
5-
"version": "1.19.0-SNAPSHOT",
5+
"version": "1.19.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)