Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jul 18, 2020
1 parent dc581bf commit ea8e6c9
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 34 deletions.
38 changes: 38 additions & 0 deletions .changes/1.11.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"date": "2020-07-18",
"version": "1.11.0",
"entries": [
{
"type": "Breaking Change",
"description": "Bumped minimum (inclusive) supported SAM CLI version from 0.38.0 to 0.47.0."
},
{
"type": "Bug Fix",
"description": "Amazon States Language Server: Replaces \"True\" strings of End with boolean in snippets."
},
{
"type": "Bug Fix",
"description": "Makes the ItemsPath property of Map state optional in ASL linter."
},
{
"type": "Bug Fix",
"description": "Amazon States Language Server: Adds validation of next property for Catch of Map state."
},
{
"type": "Bug Fix",
"description": "Amazon States Language Server: Adds missing \"Comment\" property for ChoiceRules, Catcher and Retrier."
},
{
"type": "Feature",
"description": "Amazon States Language Server: Adds validation of JSON Paths within Parameters."
},
{
"type": "Feature",
"description": "Added `dotnetcore3.1` app creation and local run support. Local debug is not currently supported."
},
{
"type": "Feature",
"description": "support SAM CLI version 1.x"
}
]
}

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.

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.11.0 2020-07-18

- **Breaking Change** Bumped minimum (inclusive) supported SAM CLI version from 0.38.0 to 0.47.0.
- **Bug Fix** Amazon States Language Server: Replaces "True" strings of End with boolean in snippets.
- **Bug Fix** Makes the ItemsPath property of Map state optional in ASL linter.
- **Bug Fix** Amazon States Language Server: Adds validation of next property for Catch of Map state.
- **Bug Fix** Amazon States Language Server: Adds missing "Comment" property for ChoiceRules, Catcher and Retrier.
- **Feature** Amazon States Language Server: Adds validation of JSON Paths within Parameters.
- **Feature** Added `dotnetcore3.1` app creation and local run support. Local debug is not currently supported.
- **Feature** support SAM CLI version 1.x

## 1.10.0 2020-05-27

- **Feature** Add basic visualisation capability for step function state machines defined in YAML.
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.11.0-SNAPSHOT",
"version": "1.11.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit ea8e6c9

Please sign in to comment.