Skip to content

Commit cb28a47

Browse files
author
aws-toolkit-automation
committed
Release 1.16.0
1 parent 6273aad commit cb28a47

7 files changed

+27
-15
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-07-18",
3+
"version": "1.16.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon q /dev: include granular error handling for code generation failed state"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Code Transformation: always show build logs from last job run"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Unexpected SSO expiration on Windows due to EPERM"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-9b858707-a679-437f-b2f4-c3163d80e1b7.json

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

packages/amazonq/.changes/next-release/Bug Fix-acc20495-b700-47cd-b3fc-d73a34c7c720.json

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

packages/amazonq/.changes/next-release/Bug Fix-e36701b2-54c6-4be5-9a9c-d82a91e00060.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.16.0 2024-07-18
2+
3+
- **Bug Fix** Amazon q /dev: include granular error handling for code generation failed state
4+
- **Bug Fix** Amazon Q Code Transformation: always show build logs from last job run
5+
- **Bug Fix** Unexpected SSO expiration on Windows due to EPERM
6+
17
## 1.15.0 2024-07-15
28

39
- **Bug Fix** Amazon Q Chat: Fixes a bug when the prompt input exceeds the width of the chat box it's not always wrapped correctly.

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

0 commit comments

Comments
 (0)