Skip to content

Commit 23fa4f5

Browse files
Merge master into feature/q-dev-execution
2 parents d4cef59 + 0abac1f commit 23fa4f5

11 files changed

+42
-20
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-11-11",
3+
"version": "1.35.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Change focus chat keybind to win+alt+i on Windows, cmd+alt+i on macOS, and meta+alt+i on Linux"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix suboptimal inline suggestions from Amazon Q caused by improperly formatted supplemental context"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Fix empty chunks being sent to service and get validationException"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Breaking Change-7a7320b8-e8a2-4d61-8f2d-7da04f1716da.json

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

packages/amazonq/.changes/next-release/Bug Fix-15ddd682-232b-4bcd-a6e5-969f5c1c40c9.json

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

packages/amazonq/.changes/next-release/Bug Fix-9f5467f7-da28-455c-9471-a5799055ddb7.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.35.0 2024-11-11
2+
3+
- **Breaking Change** Change focus chat keybind to win+alt+i on Windows, cmd+alt+i on macOS, and meta+alt+i on Linux
4+
- **Bug Fix** Fix suboptimal inline suggestions from Amazon Q caused by improperly formatted supplemental context
5+
- **Bug Fix** Fix empty chunks being sent to service and get validationException
6+
17
## 1.34.0 2024-11-07
28

39
- **Bug Fix** Align example help text with prompt message in chat

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.35.0-SNAPSHOT",
5+
"version": "1.36.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2024-11-11",
3+
"version": "3.33.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "UI: region-related quickpicks now have a refresh button"
8+
}
9+
]
10+
}

packages/toolkit/.changes/next-release/Feature-8f11662c-6a2c-45cf-82e4-bb85e0b3adb0.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.33.0 2024-11-11
2+
3+
- **Feature** UI: region-related quickpicks now have a refresh button
4+
15
## 3.32.0 2024-11-07
26

37
- **Bug Fix** SAM: Save SAM deploy parameters to correct samconfig.toml in project folder

0 commit comments

Comments
 (0)