Skip to content

Commit 7571ee1

Browse files
author
aws-toolkit-automation
committed
Release 2.6.0
1 parent 4e9ba53 commit 7571ee1

11 files changed

+47
-31
lines changed

.changes/2.6.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2024-01-18",
3+
"version": "2.6.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer suggestions may be trimmed under certain criteria"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q CodeTransform: open summary.md automatically when job finishes"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeWhisperer not handling extra closing symbols (parenthesis, brackets, quotes) when user typeahead exists"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Cloud9: error when expanding S3 folder"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "SAM local debugging: Toolkit showed SamLaunchRequestError for `AWS::Lambda::Function` template resource"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q CodeTransform: use Maven wrapper (if present) to copy dependencies if Maven not installed"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "SAM lambda debugging: SAM output and other logs are now presented with VSCode's log highlighting"
32+
}
33+
]
34+
}

.changes/next-release/Bug Fix-3f2c34ab-615e-4501-b697-75b38a7f4c39.json

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

.changes/next-release/Bug Fix-454d780d-97bc-49af-9391-527808d8bd33.json

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

.changes/next-release/Bug Fix-55510462-3473-4c65-a3f8-52f6a79e4a26.json

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

.changes/next-release/Bug Fix-80b20b86-cc12-4387-976c-681c09cbd942.json

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

.changes/next-release/Bug Fix-ff0dcc4b-4981-43b3-9c16-75a91b5a43a6.json

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

.changes/next-release/Feature-46a5faf6-6909-48b4-bce3-d74e390b5519.json

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

.changes/next-release/Feature-a4a67f74-2ea2-4e18-9864-c8904e0128e6.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.6.0 2024-01-18
2+
3+
- **Bug Fix** CodeWhisperer suggestions may be trimmed under certain criteria
4+
- **Bug Fix** Amazon Q CodeTransform: open summary.md automatically when job finishes
5+
- **Bug Fix** CodeWhisperer not handling extra closing symbols (parenthesis, brackets, quotes) when user typeahead exists
6+
- **Bug Fix** Cloud9: error when expanding S3 folder
7+
- **Bug Fix** SAM local debugging: Toolkit showed SamLaunchRequestError for `AWS::Lambda::Function` template resource
8+
- **Feature** Amazon Q CodeTransform: use Maven wrapper (if present) to copy dependencies if Maven not installed
9+
- **Feature** SAM lambda debugging: SAM output and other logs are now presented with VSCode's log highlighting
10+
111
## 2.5.0 2024-01-11
212

313
- **Bug Fix** CodeWhisperer: Fixes a bug where accepting a recommendation in AWS Cloud9 will trigger another suggestion

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.

0 commit comments

Comments
 (0)