Skip to content

Commit 731a5d4

Browse files
author
aws-toolkit-automation
committed
Release 1.8.0
1 parent 5015af2 commit 731a5d4

9 files changed

+36
-22
lines changed

.changes/1.8.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2020-03-31",
3+
"version": "1.8.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM applications deployed through the toolkit now support IAM resources with custom names"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix issue where CodeLenses appeared on wrong lines in .js files when adding or removing lines"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Toolkit dynamically chooses an available port when debugging SAM applications, starting at port 5858 and counting upwards until one is found"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Rebranding the toolkit as the \"AWS Toolkit\""
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "New Step Function capabilities: Step Function state machine resources are now shown in the AWS Explorer. Language support (auto-completion, validation) for authoring state machine files. State machines can be created from starting templates. State machines can be downloaded from, published to, and executed within an account."
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-10d87a21-1e86-4b17-b0cc-dc6ced1ac5f1.json

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

.changes/next-release/Bug Fix-f9ca4514-70f4-4ac0-8ed7-06bc56ddfc5b.json

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

.changes/next-release/Feature-cf59acbb-0c3a-4299-9996-c9f83326353e.json

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

.changes/next-release/Feature-e6f11709-2405-4ec2-b6f1-39eb178befd3.json

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

.changes/next-release/Feature-fef00a92-bd2d-4d34-887e-b6f32d0cf883.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.8.0 2020-03-31
2+
3+
- **Bug Fix** SAM applications deployed through the toolkit now support IAM resources with custom names
4+
- **Bug Fix** Fix issue where CodeLenses appeared on wrong lines in .js files when adding or removing lines
5+
- **Feature** Toolkit dynamically chooses an available port when debugging SAM applications, starting at port 5858 and counting upwards until one is found
6+
- **Feature** Rebranding the toolkit as the "AWS Toolkit"
7+
- **Feature** New Step Function capabilities: Step Function state machine resources are now shown in the AWS Explorer. Language support (auto-completion, validation) for authoring state machine files. State machines can be created from starting templates. State machines can be downloaded from, published to, and executed within an account.
8+
19
## 1.7.0 2020-02-18
210

311
- **Feature** The Toolkit now supports China and GovCloud regions. If you have a shared credentials profile based in one of these regions, you can add a "region" property to that profile, and the Toolkit will know to use a different region set.

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

0 commit comments

Comments
 (0)