Skip to content

Commit ea8e6c9

Browse files
author
aws-toolkit-automation
committed
Release 1.11.0
1 parent dc581bf commit ea8e6c9

12 files changed

+51
-34
lines changed

.changes/1.11.0.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"date": "2020-07-18",
3+
"version": "1.11.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Bumped minimum (inclusive) supported SAM CLI version from 0.38.0 to 0.47.0."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon States Language Server: Replaces \"True\" strings of End with boolean in snippets."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Makes the ItemsPath property of Map state optional in ASL linter."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Amazon States Language Server: Adds validation of next property for Catch of Map state."
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Amazon States Language Server: Adds missing \"Comment\" property for ChoiceRules, Catcher and Retrier."
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon States Language Server: Adds validation of JSON Paths within Parameters."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Added `dotnetcore3.1` app creation and local run support. Local debug is not currently supported."
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "support SAM CLI version 1.x"
36+
}
37+
]
38+
}

.changes/next-release/Breaking Change-f8934213-b3a8-4b65-bcc3-0d97b5097169.json

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

.changes/next-release/Bug Fix-5fefb880-c18d-4d2d-8024-2a635e295d22.json

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

.changes/next-release/Bug Fix-6d192fb6-debd-4186-b947-8b7901432923.json

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

.changes/next-release/Bug Fix-7011a4f4-309d-42c7-95c6-fd8a9f5df136.json

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

.changes/next-release/Bug Fix-a128fcc4-26d3-4a49-b680-05489c6b0d24.json

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

.changes/next-release/Feature-14640c03-b9f6-46b2-8109-3c6bafac99ad.json

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

.changes/next-release/Feature-3427d93a-a8da-41e2-9d90-fae3ed0b3526.json

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

.changes/next-release/Feature-6930a1df-1673-4ffb-8a98-38720d102fe9.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.11.0 2020-07-18
2+
3+
- **Breaking Change** Bumped minimum (inclusive) supported SAM CLI version from 0.38.0 to 0.47.0.
4+
- **Bug Fix** Amazon States Language Server: Replaces "True" strings of End with boolean in snippets.
5+
- **Bug Fix** Makes the ItemsPath property of Map state optional in ASL linter.
6+
- **Bug Fix** Amazon States Language Server: Adds validation of next property for Catch of Map state.
7+
- **Bug Fix** Amazon States Language Server: Adds missing "Comment" property for ChoiceRules, Catcher and Retrier.
8+
- **Feature** Amazon States Language Server: Adds validation of JSON Paths within Parameters.
9+
- **Feature** Added `dotnetcore3.1` app creation and local run support. Local debug is not currently supported.
10+
- **Feature** support SAM CLI version 1.x
11+
112
## 1.10.0 2020-05-27
213

314
- **Feature** Add basic visualisation capability for step function state machines defined in YAML.

0 commit comments

Comments
 (0)