Skip to content

Commit 1591618

Browse files
author
aws-toolkit-automation
committed
Release 1.73.0
1 parent 62f1946 commit 1591618

10 files changed

+42
-27
lines changed

.changes/1.73.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2023-05-11",
3+
"version": "1.73.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon CodeCatalyst: using CodeCatalyst features without onboarding shows `AccessDeniedException`"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeCatalyst: When a Space has reached quota, trying to connect to a DevEnv waits a long time instead of failing immediately."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Faster startup and less filesystem usage when the `aws.samcli.enableCodeLenses` setting is disabled"
16+
},
17+
{
18+
"type": "Removal",
19+
"description": "Removed legacy setting `aws.sam.enableCodeLenses` (use `aws.samcli.enableCodeLenses` instead)"
20+
},
21+
{
22+
"type": "Removal",
23+
"description": "Removed legacy setting `aws.manuallySelectedBuckets` (use `aws.samcli.manuallySelectedBuckets` instead)"
24+
},
25+
{
26+
"type": "Removal",
27+
"description": "Removed legacy setting `aws.samcli.lambda.timeout` (use `aws.samcli.lambdaTimeout` instead)"
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-3c267f46-1f60-4613-927e-682bdaed7f5e.json

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

.changes/next-release/Bug Fix-bff37d75-e093-4729-a728-a8815833eb81.json

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

.changes/next-release/Feature-c91d7727-d6b0-4859-8023-a68fd3402189.json

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

.changes/next-release/Removal-4234d2e9-3519-4f0b-ae6e-bcd5b93059a9.json

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

.changes/next-release/Removal-773d85b9-9d85-40e4-9518-c784b4b13c74.json

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

.changes/next-release/Removal-c111b554-676b-4080-9e59-68e95a727793.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.73.0 2023-05-11
2+
3+
- **Bug Fix** Amazon CodeCatalyst: using CodeCatalyst features without onboarding shows `AccessDeniedException`
4+
- **Bug Fix** CodeCatalyst: When a Space has reached quota, trying to connect to a DevEnv waits a long time instead of failing immediately.
5+
- **Feature** Faster startup and less filesystem usage when the `aws.samcli.enableCodeLenses` setting is disabled
6+
- **Removal** Removed legacy setting `aws.sam.enableCodeLenses` (use `aws.samcli.enableCodeLenses` instead)
7+
- **Removal** Removed legacy setting `aws.manuallySelectedBuckets` (use `aws.samcli.manuallySelectedBuckets` instead)
8+
- **Removal** Removed legacy setting `aws.samcli.lambda.timeout` (use `aws.samcli.lambdaTimeout` instead)
9+
110
## 1.72.0 2023-05-04
211

312
- **Bug Fix** "Open CodeCatalyst Dev Environment" fails on flatpak (steamdeck)

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

0 commit comments

Comments
 (0)