Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Apr 29, 2020
1 parent 1003caf commit 7b9a8f3
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 30 deletions.
34 changes: 34 additions & 0 deletions .changes/1.9.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"date": "2020-04-29",
"version": "1.9.0",
"entries": [
{
"type": "Breaking Change",
"description": "Bumping VS Code minimum version: 1.31.1 => 1.42.0"
},
{
"type": "Bug Fix",
"description": "Bug fixes for step functions language server.: One is related to the error when there is \"Default\" property missing on \"Choice\" state. Second, “Unreachable state” error when the default state is declared before being referenced by “Choice” state."
},
{
"type": "Bug Fix",
"description": "Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027)"
},
{
"type": "Feature",
"description": "Add context menu command to copy ARNs from the AWS Explorer"
},
{
"type": "Feature",
"description": "Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0."
},
{
"type": "Feature",
"description": "Users are shown a notification reflecting changes to how usage data is gathered. Usage data can still be configured through the editor's settings."
},
{
"type": "Feature",
"description": "Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.9.0 2020-04-29

- **Breaking Change** Bumping VS Code minimum version: 1.31.1 => 1.42.0
- **Bug Fix** Bug fixes for step functions language server.: One is related to the error when there is "Default" property missing on "Choice" state. Second, “Unreachable state” error when the default state is declared before being referenced by “Choice” state.
- **Bug Fix** Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027)
- **Feature** Add context menu command to copy ARNs from the AWS Explorer
- **Feature** Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0.
- **Feature** Users are shown a notification reflecting changes to how usage data is gathered. Usage data can still be configured through the editor's settings.
- **Feature** Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid.

## 1.8.0 2020-03-31

- **Bug Fix** SAM applications deployed through the toolkit now support IAM resources with custom names
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.9.0-SNAPSHOT",
"version": "1.9.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 7b9a8f3

Please sign in to comment.