Skip to content

Commit a94bc07

Browse files
author
aws-toolkit-automation
committed
Release 1.32.0
1 parent 9468a5a commit a94bc07

9 files changed

+36
-22
lines changed

.changes/1.32.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2021-10-21",
3+
"version": "1.32.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "DEPRECATION: SAM actions using `dotnetcore2.1` runtime (Phase 2 Lambda deprecation)"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Resources: Better handling of unsupported resource actions"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Resources: Filter S3 bucket resources by region in list view"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Resources: Exclude resource types that do not support LIST in Cloud9"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Resources: Handle undefined type schema properties"
24+
}
25+
]
26+
}

.changes/next-release/Breaking Change-5d915a6a-c625-4161-95e5-8b21cffc1e04.json

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

.changes/next-release/Bug Fix-6eced317-695e-4b2d-90b6-f66151808474.json

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

.changes/next-release/Bug Fix-7d02b7b3-fae8-4ffe-ac36-22f1ba2f96f1.json

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

.changes/next-release/Bug Fix-7e820feb-c6bc-4d2a-836a-f1c877f72b3f.json

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

.changes/next-release/Bug Fix-cf2cdebd-6284-46d1-aabb-42d2f184bc45.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.32.0 2021-10-21
2+
3+
- **Breaking Change** DEPRECATION: SAM actions using `dotnetcore2.1` runtime (Phase 2 Lambda deprecation)
4+
- **Bug Fix** Resources: Better handling of unsupported resource actions
5+
- **Bug Fix** Resources: Filter S3 bucket resources by region in list view
6+
- **Bug Fix** Resources: Exclude resource types that do not support LIST in Cloud9
7+
- **Bug Fix** Resources: Handle undefined type schema properties
8+
19
## 1.31.0 2021-10-14
210

311
- **Bug Fix** StepFunctions: "Publish" command now asks for target region

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.32.0-SNAPSHOT",
5+
"version": "1.32.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)