Skip to content

Commit 16c0d55

Browse files
Merge master into feature/q-dev-ux
2 parents 0cb7b69 + e817c2d commit 16c0d55

15 files changed

+62
-36
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-11-07",
3+
"version": "1.34.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Align example help text with prompt message in chat"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Improve `@workspace` index auto pause start strategy. "
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Allow users to View and Apply diff when they explictily send code to Amazon Q using - Fix, Refactor, Optimize and Send To Prompt."
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files."
20+
}
21+
]
22+
}

packages/amazonq/.changes/next-release/Bug Fix-63cca37f-cf3c-42ff-bc9d-b3f71c0e3202.json

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

packages/amazonq/.changes/next-release/Bug Fix-8459b9ba-8260-411b-ad00-0ed1394263d0.json

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

packages/amazonq/.changes/next-release/Feature-4eed9d3c-8ada-44de-9621-fb34fbbc9e15.json

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

packages/amazonq/.changes/next-release/Feature-79cd3c68-8432-44b5-a004-dd98b8e858d8.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.34.0 2024-11-07
2+
3+
- **Bug Fix** Align example help text with prompt message in chat
4+
- **Bug Fix** Improve `@workspace` index auto pause start strategy.
5+
- **Feature** Allow users to View and Apply diff when they explictily send code to Amazon Q using - Fix, Refactor, Optimize and Send To Prompt.
6+
- **Feature** Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files.
7+
18
## 1.33.0 2024-10-30
29

310
- **Bug Fix** Amazon Q /dev: fix for stop button showing for Code Transformation

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.34.0-SNAPSHOT",
5+
"version": "1.35.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-11-07",
3+
"version": "3.32.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM: Save SAM deploy parameters to correct samconfig.toml in project folder"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "System Path parsing should ignore Windows and only parse Mac/Linux system, Sam Local Invoke should get correct system Path on windows #5933 #5918"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "SAM: Skip unnecessary prompters for sync operation when using flag from samconfig.toml file"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "AWS Lambda: Removed action to delete a Lambda or S3 bucket in the AppBuilder section as resources created through IaC frameworks should not be directly modified since this creates drift"
20+
}
21+
]
22+
}

packages/toolkit/.changes/next-release/Bug Fix-1ade44c5-bd1f-4b8f-a7f3-f2740ebb8097.json

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

0 commit comments

Comments
 (0)