Skip to content

Commit 349fe04

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 571adce + fef7c74 commit 349fe04

7 files changed

+30
-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-01-30",
3+
"version": "3.44.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Policy Checks selected profile is always default"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "From the Lambda treeview in AWS Explorer, you can now right-click on a function name and start a CloudWatch Logs Live Tail sessions for the selected function."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "EC2 is now available in AWS Explorer:\n\n1. Remote-connect VSCode to your EC2 instances.\n2. Open terminal to your EC2 instances.\n3. Start, stop, and visit the Launch page."
16+
}
17+
]
18+
}

packages/toolkit/.changes/next-release/Bug Fix-2a3bed78-156a-4391-b79d-225ae6d98939.json

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

packages/toolkit/.changes/next-release/Feature-48c399ea-d42f-4ea1-8f32-d8bc1486a107.json

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

packages/toolkit/.changes/next-release/Feature-a7fb8317-77bc-4459-a278-2bc98fd0a5cf.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.44.0 2025-01-30
2+
3+
- **Bug Fix** Policy Checks selected profile is always default
4+
- **Feature** From the Lambda treeview in AWS Explorer, you can now right-click on a function name and start a CloudWatch Logs Live Tail sessions for the selected function.
5+
- **Feature** EC2 is now available in AWS Explorer:
6+
7+
1. Remote-connect VSCode to your EC2 instances.
8+
2. Open terminal to your EC2 instances.
9+
3. Start, stop, and visit the Launch page.
10+
111
## 3.43.0 2025-01-23
212

313
- **Bug Fix** AppBuilder: Update error messaging to make more legible and actionable

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

0 commit comments

Comments
 (0)