Skip to content

Commit 4a8db6d

Browse files
authored
build(amazonq): merge release candidate version rc-20250910 (aws#8020)
## Problem This merges the released changes for rc-20250910 into main. MCM-134160906 ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: aws-toolkit-automation <>
1 parent d6397ad commit 4a8db6d

7 files changed

+26
-14
lines changed

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.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-09-10",
3+
"version": "3.74.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Feature to support the access of SageMakerUnified Studio resources from the local VSCode IDE"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "AWS Toolkit now correctly uses the endpoint URL specified in the AWS config file for the selected profile"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Lambda AppBuilder: Now you can install LocalStack VS Code extension from the AppBuilder walkthrough"
16+
}
17+
]
18+
}

packages/toolkit/.changes/next-release/Feature-11b05698-7406-4ccd-afd2-a22d3adbfa67.json

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

packages/toolkit/.changes/next-release/Feature-385a8d57-8874-4f90-a7e8-50f058f43c62.json

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

packages/toolkit/.changes/next-release/Feature-b799e933-2707-4cd8-9217-6cdd46ee2b4a.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.74.0 2025-09-10
2+
3+
- **Feature** Feature to support the access of SageMakerUnified Studio resources from the local VSCode IDE
4+
- **Feature** AWS Toolkit now correctly uses the endpoint URL specified in the AWS config file for the selected profile
5+
- **Feature** Lambda AppBuilder: Now you can install LocalStack VS Code extension from the AppBuilder walkthrough
6+
17
## 3.73.0 2025-09-05
28

39
- Miscellaneous non-user-facing changes

packages/toolkit/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 CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.74.0-SNAPSHOT",
5+
"version": "3.75.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)