Skip to content

Commit 4eda764

Browse files
Merge master into feature/smus
2 parents a4135f4 + 48da53a commit 4eda764

10 files changed

+362
-83
lines changed

package-lock.json

Lines changed: 322 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2025-12-18",
3+
"version": "3.91.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CloudFormation: render stack detail views on stack change"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Lambda deploy always creates new version"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CloudFormation: Show hook invocations in stack events on failure"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "AWS Toolkit now supports console credentials, allowing you to use AWS Management Console sign-in credentials for programmatic access. The login webview now pre-selects Console credentials as the recommended authentication option (previously Enterprise SSO was the first choice). When overwriting an existing console session on a profile, you'll be prompted to confirm whether to proceed or cancel."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Lambda Remote Invoke panel now supports invoking Lambda durable functions"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "CloudFormation: group stack events by operation id and display in stack events view"
28+
}
29+
]
30+
}

packages/toolkit/.changes/next-release/Bug Fix-7c9aadfa-cbb0-436d-aed7-8314b5f6b074.json

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

packages/toolkit/.changes/next-release/Bug Fix-b8966002-0f01-4cfc-aa23-8d9fccd876f0.json

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

packages/toolkit/.changes/next-release/Feature-0312f3cb-0d15-4b34-b765-e49aba2b7f6b.json

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

packages/toolkit/.changes/next-release/Feature-26bab6fe-608c-41a0-a672-ca3290b61558.json

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

packages/toolkit/.changes/next-release/Feature-6cc0d3e7-60d9-49c8-a3af-a8f3ea5ba36c.json

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

packages/toolkit/.changes/next-release/Feature-abd545f4-f267-4bb5-8deb-012260756b62.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.91.0 2025-12-18
2+
3+
- **Bug Fix** CloudFormation: render stack detail views on stack change
4+
- **Bug Fix** Lambda deploy always creates new version
5+
- **Feature** CloudFormation: Show hook invocations in stack events on failure
6+
- **Feature** AWS Toolkit now supports console credentials, allowing you to use AWS Management Console sign-in credentials for programmatic access. The login webview now pre-selects Console credentials as the recommended authentication option (previously Enterprise SSO was the first choice). When overwriting an existing console session on a profile, you'll be prompted to confirm whether to proceed or cancel.
7+
- **Feature** Lambda Remote Invoke panel now supports invoking Lambda durable functions
8+
- **Feature** CloudFormation: group stack events by operation id and display in stack events view
9+
110
## 3.90.0 2025-12-09
211

312
- **Bug Fix** SageMaker: SSH configuration errors now display line numbers and include an "Open SSH Config" button

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

0 commit comments

Comments
 (0)