Skip to content

Commit 879ad44

Browse files
author
aws-toolkit-automation
committed
Release 1.54.0
1 parent 5db295f commit 879ad44

8 files changed

+31
-18
lines changed

.changes/1.54.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2022-11-19",
3+
"version": "1.54.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "JSON-schemas download logic is brittle #2957"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "\"Connect\" and \"Choose Profile\" open create credentials wizard/profile selector when credentials aren't present in aws configs"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "SAM: create, run and debug nodejs18.x Lambdas"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "New credentials experience. Includes the ability to set up SSO (\"IAM Identity Center\") from AWS Toolkit (`AWS: Connect to AWS` > `Add New Connection`)"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-e4cfd29a-bc4e-4aab-809d-08b44991d139.json

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

.changes/next-release/Bug Fix-f3f310a4-ee52-4c4a-8c91-3ca9b4b670c6.json

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

.changes/next-release/Feature-19ec072b-c7af-4361-9db5-de896ea867d3.json

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

.changes/next-release/Feature-c901cbab-f54c-4506-99a6-3b56fe1405f2.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.54.0 2022-11-19
2+
3+
- **Bug Fix** JSON-schemas download logic is brittle #2957
4+
- **Bug Fix** "Connect" and "Choose Profile" open create credentials wizard/profile selector when credentials aren't present in aws configs
5+
- **Feature** SAM: create, run and debug nodejs18.x Lambdas
6+
- **Feature** New credentials experience. Includes the ability to set up SSO ("IAM Identity Center") from AWS Toolkit (`AWS: Connect to AWS` > `Add New Connection`)
7+
18
## 1.53.0 2022-10-24
29

310
- **Bug Fix** Execessive CodeWhisperer latency caused by unnecessary refreshing of credentials

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

0 commit comments

Comments
 (0)