Skip to content

Commit

Permalink
Release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 7, 2021
1 parent 13e0eba commit 18f3e53
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 34 deletions.
38 changes: 38 additions & 0 deletions .changes/1.18.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"date": "2021-01-07",
"version": "1.18.0",
"entries": [
{
"type": "Bug Fix",
"description": "WatchedFiles improvements (Windows) #1416"
},
{
"type": "Bug Fix",
"description": "SAM debug: Fix deployment for image based lambdas in sam cli 1.14+ #1448"
},
{
"type": "Bug Fix",
"description": "SAM debug: fix payload JSON validation #1440"
},
{
"type": "Feature",
"description": "Adds ASL YAML linting and visualization support."
},
{
"type": "Feature",
"description": "SAM debug: use debugpy instead of ptvsd #1365"
},
{
"type": "Feature",
"description": "SAM debug: Ignore build failures and attempt to continue invoke/deploy"
},
{
"type": "Feature",
"description": "SAM debug: detect & surface \"low disk space\""
},
{
"type": "Feature",
"description": "Adds Amazon States Language (YAML) format to the ASL Language Server. Adds option to choose YAML format when creating new Step Functions state machine from a template."
}
]
}

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.18.0 2021-01-07

- **Bug Fix** WatchedFiles improvements (Windows) #1416
- **Bug Fix** SAM debug: Fix deployment for image based lambdas in sam cli 1.14+ #1448
- **Bug Fix** SAM debug: fix payload JSON validation #1440
- **Feature** Adds ASL YAML linting and visualization support.
- **Feature** SAM debug: use debugpy instead of ptvsd #1365
- **Feature** SAM debug: Ignore build failures and attempt to continue invoke/deploy
- **Feature** SAM debug: detect & surface "low disk space"
- **Feature** Adds Amazon States Language (YAML) format to the ASL Language Server. Adds option to choose YAML format when creating new Step Functions state machine from a template.

## 1.17.0 2020-12-11

- **Bug Fix** Automatically add runtime to the autogenerated launch configuration for Image-based Lambdas
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.18.0-SNAPSHOT",
"version": "1.18.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 18f3e53

Please sign in to comment.