Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Mar 31, 2020
1 parent 5015af2 commit 731a5d4
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 22 deletions.
26 changes: 26 additions & 0 deletions .changes/1.8.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"date": "2020-03-31",
"version": "1.8.0",
"entries": [
{
"type": "Bug Fix",
"description": "SAM applications deployed through the toolkit now support IAM resources with custom names"
},
{
"type": "Bug Fix",
"description": "Fix issue where CodeLenses appeared on wrong lines in .js files when adding or removing lines"
},
{
"type": "Feature",
"description": "Toolkit dynamically chooses an available port when debugging SAM applications, starting at port 5858 and counting upwards until one is found"
},
{
"type": "Feature",
"description": "Rebranding the toolkit as the \"AWS Toolkit\""
},
{
"type": "Feature",
"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."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.8.0 2020-03-31

- **Bug Fix** SAM applications deployed through the toolkit now support IAM resources with custom names
- **Bug Fix** Fix issue where CodeLenses appeared on wrong lines in .js files when adding or removing lines
- **Feature** Toolkit dynamically chooses an available port when debugging SAM applications, starting at port 5858 and counting upwards until one is found
- **Feature** Rebranding the toolkit as the "AWS Toolkit"
- **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.

## 1.7.0 2020-02-18

- **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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "An extension for working with Amazon Web Services",
"version": "1.8.0-SNAPSHOT",
"version": "1.8.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 731a5d4

Please sign in to comment.