Skip to content

Commit ea0d6fd

Browse files
Merge staging into feature/featureDev-codegen
2 parents 5eada4f + bd7398a commit ea0d6fd

10 files changed

+41
-54
lines changed

.changes/2.12.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-02-29",
3+
"version": "2.12.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q: Static analysis of document symbols used as context in Amazon Q requests must filter tree-sitter \"extra\" CST nodes (comments) in order to avoid crashes which freeze the chat panel"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Enable node 20 for SAM create and local Lambda debugging"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q CodeTransform: show link to documentation after errors"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "CodeWhisperer: Improve percentage code written metrics to include user multi character input"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "CodeWhisperer: Add startUrl to security scan telemetry"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "UI: Improve text description in login page"
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-3c1e992b-b24d-418d-a91b-a0cf4d2e7b66.json

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

.changes/next-release/Feature-1340e969-a0c6-4aa5-92e1-ecaedd52a20b.json

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

.changes/next-release/Feature-29b29159-d661-4ffe-ae03-2f5473dd6dec.json

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

.changes/next-release/Feature-742cb7ff-2139-4c0f-9b9e-22d72c960f60.json

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

.changes/next-release/Feature-abf2914f-ebe4-4612-b06a-d0c069b3e49c.json

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

.changes/next-release/Feature-e6bbf14f-90d8-4b30-8e63-7ff522fd855a.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.12.0 2024-02-29
2+
3+
- **Bug Fix** Amazon Q: Static analysis of document symbols used as context in Amazon Q requests must filter tree-sitter "extra" CST nodes (comments) in order to avoid crashes which freeze the chat panel
4+
- **Feature** Enable node 20 for SAM create and local Lambda debugging
5+
- **Feature** Amazon Q CodeTransform: show link to documentation after errors
6+
- **Feature** CodeWhisperer: Improve percentage code written metrics to include user multi character input
7+
- **Feature** CodeWhisperer: Add startUrl to security scan telemetry
8+
- **Feature** UI: Improve text description in login page
9+
110
## 2.11.0 2024-02-22
211

312
- **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.

package-lock.json

Lines changed: 1 addition & 29 deletions
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.12.0-SNAPSHOT",
5+
"version": "2.13.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)