Skip to content

Commit 802e99e

Browse files
Merge staging into feature/lambda-get-started
2 parents 302d818 + c1b0a7c commit 802e99e

9 files changed

+36
-22
lines changed

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.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-06-14",
3+
"version": "1.9.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q inline suggestions: remember `Pause Auto-Suggestions` after IDE restart"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q /dev command: stop showing spinner when there is an error."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Security Scan: Fixes an issue where auto-scans cause the editor to become unresponsive for larger projects."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Fix(Amazon Q Code Transformation): show more detailed error messages for proxy issues"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon Q Code Transform: Allow user to view transformation build log"
24+
}
25+
]
26+
}

packages/amazonq/.changes/next-release/Bug Fix-17572ed1-4601-4554-9144-9eb5143bf0ff.json

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

packages/amazonq/.changes/next-release/Bug Fix-6f801ee1-63c1-4688-aa74-40a67d3a9193.json

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

packages/amazonq/.changes/next-release/Bug Fix-939bbbf1-39fb-4482-8f98-10cdca69ae2a.json

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

packages/amazonq/.changes/next-release/Bug Fix-d273820d-6692-4de2-af43-55913213d948.json

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

packages/amazonq/.changes/next-release/Feature-a74ecc5a-9493-40e1-8211-c197b905ac87.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.9.0 2024-06-14
2+
3+
- **Bug Fix** Amazon Q inline suggestions: remember `Pause Auto-Suggestions` after IDE restart
4+
- **Bug Fix** Amazon Q /dev command: stop showing spinner when there is an error.
5+
- **Bug Fix** Security Scan: Fixes an issue where auto-scans cause the editor to become unresponsive for larger projects.
6+
- **Bug Fix** Fix(Amazon Q Code Transformation): show more detailed error messages for proxy issues
7+
- **Feature** Amazon Q Code Transform: Allow user to view transformation build log
8+
19
## 1.8.0 2024-06-07
210

311
- **Bug Fix** fix(featureDev): fix file rejection for multi-workspaces

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": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.9.0-SNAPSHOT",
5+
"version": "1.10.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)