Skip to content

Commit 7b9a8f3

Browse files
author
aws-toolkit-automation
committed
Release 1.9.0
1 parent 1003caf commit 7b9a8f3

11 files changed

+46
-30
lines changed

.changes/1.9.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2020-04-29",
3+
"version": "1.9.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Bumping VS Code minimum version: 1.31.1 => 1.42.0"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"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."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027)"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Add context menu command to copy ARNs from the AWS Explorer"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0."
24+
},
25+
{
26+
"type": "Feature",
27+
"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."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid."
32+
}
33+
]
34+
}

.changes/next-release/Breaking Change-d7152d4c-71b8-445e-8900-a1349bf01a72.json

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

.changes/next-release/Bug Fix-d4a96aa8-11a0-44ff-8439-2fc0bfffddb5.json

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

.changes/next-release/Bug Fix-fba170ec-42cc-4f47-8890-30557d088eba.json

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

.changes/next-release/Feature-b5c271a8-43ea-406d-b441-cc0ff7e135aa.json

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

.changes/next-release/Feature-bf18bc73-f20c-490e-8d2d-28669f945360.json

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

.changes/next-release/Feature-cf374e0c-5b11-41f2-a143-219227ba59f2.json

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

.changes/next-release/Feature-f8fd7312-74ee-44de-af95-d8a21bee8f48.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.9.0 2020-04-29
2+
3+
- **Breaking Change** Bumping VS Code minimum version: 1.31.1 => 1.42.0
4+
- **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.
5+
- **Bug Fix** Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027)
6+
- **Feature** Add context menu command to copy ARNs from the AWS Explorer
7+
- **Feature** Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0.
8+
- **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.
9+
- **Feature** Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid.
10+
111
## 1.8.0 2020-03-31
212

313
- **Bug Fix** SAM applications deployed through the toolkit now support IAM resources with custom names

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)