Skip to content

Commit d7d915a

Browse files
author
aws-toolkit-automation
committed
Release 3.88.0
1 parent 22be937 commit d7d915a

8 files changed

+32
-19
lines changed

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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2025-11-22",
3+
"version": "3.88.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CloudFormation: refresh stacks after change set deletion"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CloudFormation: Handle telemetry setting in upgrade path case where setting is not registered"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CloudFormation: prevent eager loading of CloudFormation stacks"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Remote debugging now supports nodejs24.x, python3.14, java25"
20+
}
21+
]
22+
}

packages/toolkit/.changes/next-release/Bug Fix-20f1c834-8e8b-47a2-ab09-4a24df3e959e.json

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

packages/toolkit/.changes/next-release/Bug Fix-6113ced5-5e07-4662-a641-db4588ddf8de.json

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

packages/toolkit/.changes/next-release/Bug Fix-d34fd326-d62d-495c-8f94-d3aa3c773412.json

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

packages/toolkit/.changes/next-release/Feature-9fc33290-87eb-47f6-93a9-1fe4ec246e3f.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.88.0 2025-11-22
2+
3+
- **Bug Fix** CloudFormation: refresh stacks after change set deletion
4+
- **Bug Fix** CloudFormation: Handle telemetry setting in upgrade path case where setting is not registered
5+
- **Bug Fix** CloudFormation: prevent eager loading of CloudFormation stacks
6+
- **Feature** Remote debugging now supports nodejs24.x, python3.14, java25
7+
18
## 3.87.0 2025-11-21
29

310
- **Feature** Support IAM based domains for SageMaker Unified Studio

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

0 commit comments

Comments
 (0)