Skip to content

Commit 800c7ee

Browse files
author
aws-toolkit-automation
committed
Release 1.40.0
1 parent 810dfe5 commit 800c7ee

8 files changed

+31
-18
lines changed

.changes/1.40.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2022-06-17",
3+
"version": "1.40.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "The `Upload Lambda` command now automatically causes the Toolkit to login"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "S3 \"Presigned URL\" feature may silently fail #2687"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Fix issue where some http errors were logging undefined on error"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "UI: buttons for Lambda invoke, API invoke, and other forms are now always visible at the top of the form"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-67cd5ec0-60ff-4f6d-8055-681a084aeaec.json

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

.changes/next-release/Bug Fix-c23296a6-e165-4532-aad9-3ef885d69277.json

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

.changes/next-release/Bug Fix-da48b8c7-bb09-45aa-aa00-812cd9003f3f.json

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

.changes/next-release/Feature-87ca1b13-8fee-442d-bf0d-651e70451eba.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.40.0 2022-06-17
2+
3+
- **Bug Fix** The `Upload Lambda` command now automatically causes the Toolkit to login
4+
- **Bug Fix** S3 "Presigned URL" feature may silently fail #2687
5+
- **Bug Fix** Fix issue where some http errors were logging undefined on error
6+
- **Feature** UI: buttons for Lambda invoke, API invoke, and other forms are now always visible at the top of the form
7+
18
## 1.39.0 2022-06-06
29

310
- **Bug Fix** StepFunctions: allow state machines with non-object values for Parameters property

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

0 commit comments

Comments
 (0)