Skip to content

Commit 8604e38

Browse files
author
aws-toolkit-automation
committed
Release 1.61.0
1 parent 2e3eb5f commit 8604e38

9 files changed

+36
-22
lines changed

.changes/1.61.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2023-01-12",
3+
"version": "1.61.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "AWS regions are not dynamically fetched by the Toolkit"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "S3: saving files from the editor overwrites existing content types"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "S3: file editor fails on binary files with no file extension"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "CodeWhisperer: more responsive Auto-Suggestions"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Copy Lambda Function URL in AWS Explorer"
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-108e77f0-4ffa-4c67-9032-62f334fc84c7.json

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

.changes/next-release/Bug Fix-7b9e7b89-463b-444d-99f3-d3f19d921dc2.json

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

.changes/next-release/Bug Fix-8cd5b4be-7da7-4c7b-982e-1d828f2387cc.json

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

.changes/next-release/Feature-778c35c9-3c44-40e0-a6b1-4e656c74eadf.json

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

.changes/next-release/Feature-9adfbb52-6012-4ddd-b1aa-d18a5e870961.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.61.0 2023-01-12
2+
3+
- **Bug Fix** AWS regions are not dynamically fetched by the Toolkit
4+
- **Bug Fix** S3: saving files from the editor overwrites existing content types
5+
- **Bug Fix** S3: file editor fails on binary files with no file extension
6+
- **Feature** CodeWhisperer: more responsive Auto-Suggestions
7+
- **Feature** Copy Lambda Function URL in AWS Explorer
8+
19
## 1.60.0 2022-12-16
210

311
- **Bug Fix** CodeWhisperer: fix potential undefined reference

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

0 commit comments

Comments
 (0)