Skip to content

Commit 8be7e65

Browse files
author
aws-toolkit-automation
committed
Release 2.4.0
1 parent cf20ef3 commit 8be7e65

7 files changed

+27
-15
lines changed

.changes/2.4.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2023-12-19",
3+
"version": "2.4.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q: `/dev` command may fail with \"Conversation id must exist\""
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer supports code generation for Iac languages without external extensions"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Code Transform Telemetry includes additional metadata"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-d05c652b-4f1d-4c90-9386-c1a1c40219e8.json

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

.changes/next-release/Bug Fix-ec18555e-d716-40b5-b8d1-54dad851fdc2.json

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

.changes/next-release/Feature-20c6488b-1750-4ca6-9eb3-b509f49f194b.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.4.0 2023-12-19
2+
3+
- **Bug Fix** Amazon Q: `/dev` command may fail with "Conversation id must exist"
4+
- **Bug Fix** CodeWhisperer supports code generation for Iac languages without external extensions
5+
- **Feature** Code Transform Telemetry includes additional metadata
6+
17
## 2.3.0 2023-12-15
28

39
- **Bug Fix** Help > View Toolkit Logs opens an empty file if other menu items were interacted with first.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)