Skip to content

Commit

Permalink
Merge master into feature/q-dev-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 7, 2024
2 parents 14f8593 + e817c2d commit 3fbc7bc
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 36 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions packages/amazonq/.changes/1.34.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2024-11-07",
"version": "1.34.0",
"entries": [
{
"type": "Bug Fix",
"description": "Align example help text with prompt message in chat"
},
{
"type": "Bug Fix",
"description": "Improve `@workspace` index auto pause start strategy. "
},
{
"type": "Feature",
"description": "Allow users to View and Apply diff when they explictily send code to Amazon Q using - Fix, Refactor, Optimize and Send To Prompt."
},
{
"type": "Feature",
"description": "Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.34.0 2024-11-07

- **Bug Fix** Align example help text with prompt message in chat
- **Bug Fix** Improve `@workspace` index auto pause start strategy.
- **Feature** Allow users to View and Apply diff when they explictily send code to Amazon Q using - Fix, Refactor, Optimize and Send To Prompt.
- **Feature** Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files.

## 1.33.0 2024-10-30

- **Bug Fix** Amazon Q /dev: fix for stop button showing for Code Transformation
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
"version": "1.34.0-SNAPSHOT",
"version": "1.35.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
22 changes: 22 additions & 0 deletions packages/toolkit/.changes/3.32.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2024-11-07",
"version": "3.32.0",
"entries": [
{
"type": "Bug Fix",
"description": "SAM: Save SAM deploy parameters to correct samconfig.toml in project folder"
},
{
"type": "Bug Fix",
"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"
},
{
"type": "Bug Fix",
"description": "SAM: Skip unnecessary prompters for sync operation when using flag from samconfig.toml file"
},
{
"type": "Bug Fix",
"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"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.32.0 2024-11-07

- **Bug Fix** SAM: Save SAM deploy parameters to correct samconfig.toml in project folder
- **Bug Fix** System Path parsing should ignore Windows and only parse Mac/Linux system, Sam Local Invoke should get correct system Path on windows #5933 #5918
- **Bug Fix** SAM: Skip unnecessary prompters for sync operation when using flag from samconfig.toml file
- **Bug Fix** 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

## 3.31.0 2024-10-30

- **Feature** SAM: Added support for Java 21 Lambda runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.32.0-SNAPSHOT",
"version": "3.33.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 3fbc7bc

Please sign in to comment.