Skip to content

Commit 9f93c71

Browse files
author
aws-toolkit-automation
committed
Release 1.21.0
1 parent 05a962c commit 9f93c71

10 files changed

+41
-26
lines changed

.changes/1.21.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2021-03-17",
3+
"version": "1.21.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "SAM debug: remove nodejs8.10 support"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Toolkit correctly handles failures when importing Lambdas for supported language families that have not been added explicitly as importable"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Launch configurations created by the Toolkit use correct relative paths"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Support ${workspaceFolder} in aws-sam debug configs"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Renaming \"Create new SAM Application\" to \"Create Lambda SAM Application\" to make it clear that this is an entrypoint for creating a Lambda function"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "SAM deploy wizard: optionally create a new S3 bucket"
28+
}
29+
]
30+
}

.changes/next-release/Breaking Change-711c2a47-7b8f-4554-b409-6d2fe567e0d8.json

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

.changes/next-release/Bug Fix-73f417d5-8b4f-4fb4-9e7f-7fb94e110fe1.json

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

.changes/next-release/Bug Fix-e1e87ed3-4067-47a9-a98b-bd27ded82d4f.json

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

.changes/next-release/Feature-244e87e4-6055-49e1-9c7f-31ec523f618a.json

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

.changes/next-release/Feature-53534920-234b-4f17-829b-ccec7ab8feaf.json

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

.changes/next-release/Feature-a7695c6d-0265-4f94-a046-cd82e6edfd8c.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.21.0 2021-03-17
2+
3+
- **Breaking Change** SAM debug: remove nodejs8.10 support
4+
- **Bug Fix** Toolkit correctly handles failures when importing Lambdas for supported language families that have not been added explicitly as importable
5+
- **Bug Fix** Launch configurations created by the Toolkit use correct relative paths
6+
- **Feature** Support ${workspaceFolder} in aws-sam debug configs
7+
- **Feature** Renaming "Create new SAM Application" to "Create Lambda SAM Application" to make it clear that this is an entrypoint for creating a Lambda function
8+
- **Feature** SAM deploy wizard: optionally create a new S3 bucket
9+
110
## 1.20.0 2021-02-04
211

312
- **Feature** SAM templates handle Global values correctly when Resource-level fields are missing.

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.21.0-SNAPSHOT",
5+
"version": "1.21.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)