Skip to content

Commit fc9db86

Browse files
author
aws-toolkit-automation
committed
Release 2.11.0
1 parent 1ca31fd commit fc9db86

7 files changed

+26
-14
lines changed

.changes/2.11.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-02-22",
3+
"version": "2.11.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q: /dev command now supports the InvalidState event during the GenerateApproach step. The reason for the Approach to reach an Invalid State is printed in /dev's chat response."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "CloudFormation and SAM templates now have a CodeLens link to Application Composer"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q CodeTransformation: show user build logs for Maven install and copy-deps commands"
16+
}
17+
]
18+
}

.changes/next-release/Feature-214097b6-7e2e-4a96-a932-3f8966939f7c.json

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

.changes/next-release/Feature-c2593f64-d7ec-4552-915d-47245c1239c4.json

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

.changes/next-release/Feature-fcb124d9-b38d-4477-a3c3-ac344f03e084.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.11.0 2024-02-22
2+
3+
- **Feature** Amazon Q: /dev command now supports the InvalidState event during the GenerateApproach step. The reason for the Approach to reach an Invalid State is printed in /dev's chat response.
4+
- **Feature** CloudFormation and SAM templates now have a CodeLens link to Application Composer
5+
- **Feature** Amazon Q CodeTransformation: show user build logs for Maven install and copy-deps commands
6+
17
## 2.10.0 2024-02-16
28

39
- **Bug Fix** CDK Explorer: Refresh button is now visible.

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.

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 - Amazon Q, CodeWhisperer, and more",
44
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services",
5-
"version": "2.11.0-SNAPSHOT",
5+
"version": "2.11.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)