Skip to content

Commit caad22d

Browse files
author
aws-toolkit-automation
committed
Release 1.72.0
1 parent 9936c83 commit caad22d

8 files changed

+32
-19
lines changed

.changes/1.72.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-05-04",
3+
"version": "1.72.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "\"Open CodeCatalyst Dev Environment\" fails on flatpak (steamdeck)"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "auth: changes to the AWS shared configuration files are not always respected when fetching credentials"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeWhisperer status bar showing even when not in use"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Improved startup performance on large workspaces #3370"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-141dd557-3cb2-4651-a93e-afdaffca9637.json

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

.changes/next-release/Bug Fix-51780426-c0f2-464c-9f56-602a019b6625.json

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

.changes/next-release/Bug Fix-d3b72a5f-4c18-47ab-afd9-ad97411e4bc6.json

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

.changes/next-release/Feature-cd827602-191c-4cf4-84a1-982536ef7aee.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.72.0 2023-05-04
2+
3+
- **Bug Fix** "Open CodeCatalyst Dev Environment" fails on flatpak (steamdeck)
4+
- **Bug Fix** auth: changes to the AWS shared configuration files are not always respected when fetching credentials
5+
- **Bug Fix** CodeWhisperer status bar showing even when not in use
6+
- **Feature** Improved startup performance on large workspaces #3370
7+
18
## 1.71.0 2023-04-28
29

310
- **Bug Fix** CodeWhisperer shows "The security token included in this request is expired" in Cloud9

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "Including support for CodeWhisperer, CodeCatalyst, Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.72.0-SNAPSHOT",
5+
"version": "1.72.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)