Skip to content

Commit 13693b4

Browse files
author
aws-toolkit-automation
committed
Release 1.49.0
1 parent df810aa commit 13693b4

9 files changed

+37
-23
lines changed

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.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2025-02-27",
3+
"version": "1.49.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "/transform: skip running tests locally when user chooses to do so"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "/review: ignored lines should not show up in scan issues"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "/test: update capability card text"
24+
}
25+
]
26+
}

packages/amazonq/.changes/next-release/Bug Fix-21c570d4-388e-460f-88e1-7034ed7e17d4.json

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

packages/amazonq/.changes/next-release/Bug Fix-6b8cf110-2050-4ac1-8a3b-637ed54980cf.json

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

packages/amazonq/.changes/next-release/Bug Fix-8e53fbd9-35d8-40f0-95be-5c7ac2478353.json

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

packages/amazonq/.changes/next-release/Bug Fix-b183d3cf-e277-4465-a28d-53a0bdf7f424.json

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

packages/amazonq/.changes/next-release/Bug Fix-e587b325-81f7-4ad0-8945-7c162dceffcd.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.49.0 2025-02-27
2+
3+
- **Bug Fix** Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace.
4+
- **Bug Fix** Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message
5+
- **Bug Fix** /transform: skip running tests locally when user chooses to do so
6+
- **Bug Fix** /review: ignored lines should not show up in scan issues
7+
- **Bug Fix** /test: update capability card text
8+
19
## 1.48.0 2025-02-20
210

311
- **Bug Fix** /dev and /doc: Multi-root workspace with duplicate files causes infinite 'Uploading code...' loop

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.49.0-SNAPSHOT",
5+
"version": "1.49.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)