Skip to content

Commit 242bc48

Browse files
author
aws-toolkit-automation
committed
Release 2.20.0
1 parent e40b8fa commit 242bc48

9 files changed

+36
-22
lines changed

.changes/2.20.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-04-19",
3+
"version": "2.20.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q CodeTransform may fail if JAVA_HOME has leading or trailing whitespace"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q FeatureDev: code generation may fail with \"conversation id not found\" error"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Code Transformation: show error messages in chat"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Amazon Q Code Transformation - Omit Maven metadata files when uploading dependencies to fix certain build failures in backend."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Enable Amazon Q feature development and Amazon Q transform capabilities (/dev and /transform) for AWS Builder ID users."
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-1be65539-66a5-4443-ae5e-2a93a67fe436.json

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

.changes/next-release/Bug Fix-2ed5285f-e19a-415f-8f7e-64126fafa784.json

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

.changes/next-release/Bug Fix-5d6c3406-8213-4aec-ba80-a488e9728e3a.json

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

.changes/next-release/Bug Fix-ffcf9c8e-bd5e-4b34-a418-469717d913f6.json

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

.changes/next-release/Feature-51070f02-21b0-447b-9743-e7ce616337fe.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.20.0 2024-04-19
2+
3+
- **Bug Fix** Amazon Q CodeTransform may fail if JAVA_HOME has leading or trailing whitespace
4+
- **Bug Fix** Amazon Q FeatureDev: code generation may fail with "conversation id not found" error
5+
- **Bug Fix** Amazon Q Code Transformation: show error messages in chat
6+
- **Bug Fix** Amazon Q Code Transformation - Omit Maven metadata files when uploading dependencies to fix certain build failures in backend.
7+
- **Feature** Enable Amazon Q feature development and Amazon Q transform capabilities (/dev and /transform) for AWS Builder ID users.
8+
19
## 2.19.0 2024-04-15
210

311
- **Bug Fix** Amazon Q: Fixed quick action command list inconsistency between Q tabs

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

0 commit comments

Comments
 (0)