Skip to content

Commit

Permalink
Merge release into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 30, 2025
2 parents 571adce + fef7c74 commit 349fe04
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/toolkit/.changes/3.44.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2025-01-30",
"version": "3.44.0",
"entries": [
{
"type": "Bug Fix",
"description": "Policy Checks selected profile is always default"
},
{
"type": "Feature",
"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."
},
{
"type": "Feature",
"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."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.44.0 2025-01-30

- **Bug Fix** Policy Checks selected profile is always default
- **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.
- **Feature** EC2 is now available in AWS Explorer:

1. Remote-connect VSCode to your EC2 instances.
2. Open terminal to your EC2 instances.
3. Start, stop, and visit the Launch page.

## 3.43.0 2025-01-23

- **Bug Fix** AppBuilder: Update error messaging to make more legible and actionable
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.44.0-SNAPSHOT",
"version": "3.45.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 349fe04

Please sign in to comment.