Skip to content

Commit e88cb8f

Browse files
author
aws-toolkit-automation
committed
Release 1.58.0
1 parent 73a4f37 commit e88cb8f

8 files changed

+31
-18
lines changed

.changes/1.58.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2022-12-06",
3+
"version": "1.58.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "S3: \"Download As\" action defaults to the last-used download path."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Amazon CodeCatalyst: faster listing of repositories and Dev Environments"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Cloud9: browse and generate code for EventBridge Schemas from AWS Explorer"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon CodeCatalyst: Connecting to AWS Builder ID when coming from the browser has been made easier"
20+
}
21+
]
22+
}

.changes/next-release/Feature-8126fa07-73a4-49c6-bec5-de9034957ce8.json

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

.changes/next-release/Feature-9ca8c964-f729-4b3b-a6ff-a69848e154df.json

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

.changes/next-release/Feature-ddf9caaa-fa93-4d67-bd4c-817447ae6e68.json

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

.changes/next-release/Feature-f5541d37-7638-4d1c-9347-fb565b379973.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.58.0 2022-12-06
2+
3+
- **Feature** S3: "Download As" action defaults to the last-used download path.
4+
- **Feature** Amazon CodeCatalyst: faster listing of repositories and Dev Environments
5+
- **Feature** Cloud9: browse and generate code for EventBridge Schemas from AWS Explorer
6+
- **Feature** Amazon CodeCatalyst: Connecting to AWS Builder ID when coming from the browser has been made easier
7+
18
## 1.57.0 2022-12-01
29

310
- **Feature** Amazon CodeCatalyst: Connect VS Code to your remote Dev Environments.

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

0 commit comments

Comments
 (0)