Skip to content

Commit 522d4ad

Browse files
author
aws-toolkit-automation
committed
Release 1.34.0
1 parent a3ceb80 commit 522d4ad

10 files changed

+41
-26
lines changed

.changes/1.34.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2021-11-22",
3+
"version": "1.34.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Improve auto-connect reliability"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Toolkit appeared stuck at \"Connecting...\""
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CDK: fixed performance issue with project detection. Detection is no longer limited to a depth of two directories."
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "S3: Upload now supports multiple files"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Add AWS IoT Explorer"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "AWS Explorer shows ECS resources and supports \"Run command in container\""
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-24b2dcff-9177-4c02-8d75-803abbe08262.json

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

.changes/next-release/Bug Fix-7427c4fd-dc23-4334-8da1-a18a69290772.json

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

.changes/next-release/Bug Fix-d9deac78-e348-4692-b769-23a939fd68b1.json

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

.changes/next-release/Feature-02934194-61ad-42b4-822a-ea410a1a6d2b.json

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

.changes/next-release/Feature-374d59bb-eff3-48fd-992b-13ddffbbe9de.json

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

.changes/next-release/Feature-f4e7488f-c540-490c-962f-1f5a3795dc9e.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.34.0 2021-11-22
2+
3+
- **Bug Fix** Improve auto-connect reliability
4+
- **Bug Fix** Toolkit appeared stuck at "Connecting..."
5+
- **Bug Fix** CDK: fixed performance issue with project detection. Detection is no longer limited to a depth of two directories.
6+
- **Feature** S3: Upload now supports multiple files
7+
- **Feature** Add AWS IoT Explorer
8+
- **Feature** AWS Explorer shows ECS resources and supports "Run command in container"
9+
110
## 1.33.0 2021-11-04
211

312
- **Breaking Change** Bumping VS Code minimum version: 1.42.0 => 1.44.2

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

0 commit comments

Comments
 (0)