Skip to content

Commit 02b3edb

Browse files
author
aws-toolkit-automation
committed
Release 1.36.0
1 parent 5a537a1 commit 02b3edb

10 files changed

+41
-26
lines changed

.changes/1.36.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2022-03-03",
3+
"version": "1.36.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Step Functions: fixed issue with opening a graph render from the editor"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "ECS: avoid null reference error when loading nodes #2441"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "SAM/Lambda: add support for .NET 6 (dotnet6)"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "ECS: Container node displays when there is no running containers"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Cloud9: user can choose which Resources to show"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "ECS: Toolkit checks if the current credentials have permissions for \"Run Command in Container\""
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-43b50976-bc5a-4eb9-a6c1-32a2997d88f6.json

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

.changes/next-release/Bug Fix-7118f9a6-0252-4f60-b61d-95251221c864.json

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

.changes/next-release/Feature-71234bfa-7e72-404f-801b-f5f831741eb7.json

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

.changes/next-release/Feature-8fa21b2e-2510-4d9e-b5ab-8a6b331c7b4b.json

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

.changes/next-release/Feature-a4cd1f7e-d66e-4b21-9a59-a948615b600a.json

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

.changes/next-release/Feature-e2bd70dc-4a49-4537-a10a-3f0da558c34f.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.36.0 2022-03-03
2+
3+
- **Bug Fix** Step Functions: fixed issue with opening a graph render from the editor
4+
- **Bug Fix** ECS: avoid null reference error when loading nodes #2441
5+
- **Feature** SAM/Lambda: add support for .NET 6 (dotnet6)
6+
- **Feature** ECS: Container node displays when there is no running containers
7+
- **Feature** Cloud9: user can choose which Resources to show
8+
- **Feature** ECS: Toolkit checks if the current credentials have permissions for "Run Command in Container"
9+
110
## 1.35.0 2022-01-13
211

312
- **Bug Fix** Schemas: handle errors for invalid settings configurations on activation

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.36.0-SNAPSHOT",
5+
"version": "1.36.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)