diff --git a/package-lock.json b/package-lock.json index f5afc020fa2..b6a588cc3a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20001,7 +20001,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "1.34.0-SNAPSHOT", + "version": "1.35.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" @@ -20160,7 +20160,7 @@ }, "packages/toolkit": { "name": "aws-toolkit-vscode", - "version": "3.32.0-SNAPSHOT", + "version": "3.33.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/1.34.0.json b/packages/amazonq/.changes/1.34.0.json new file mode 100644 index 00000000000..35d1a3b1e1d --- /dev/null +++ b/packages/amazonq/.changes/1.34.0.json @@ -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." + } + ] +} \ No newline at end of file diff --git a/packages/amazonq/.changes/next-release/Bug Fix-63cca37f-cf3c-42ff-bc9d-b3f71c0e3202.json b/packages/amazonq/.changes/next-release/Bug Fix-63cca37f-cf3c-42ff-bc9d-b3f71c0e3202.json deleted file mode 100644 index a7a14bc22e1..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-63cca37f-cf3c-42ff-bc9d-b3f71c0e3202.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Align example help text with prompt message in chat" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-8459b9ba-8260-411b-ad00-0ed1394263d0.json b/packages/amazonq/.changes/next-release/Bug Fix-8459b9ba-8260-411b-ad00-0ed1394263d0.json deleted file mode 100644 index 1b36d42e2bc..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-8459b9ba-8260-411b-ad00-0ed1394263d0.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Improve `@workspace` index auto pause start strategy. " -} diff --git a/packages/amazonq/.changes/next-release/Feature-4eed9d3c-8ada-44de-9621-fb34fbbc9e15.json b/packages/amazonq/.changes/next-release/Feature-4eed9d3c-8ada-44de-9621-fb34fbbc9e15.json deleted file mode 100644 index 9ba30d72858..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-4eed9d3c-8ada-44de-9621-fb34fbbc9e15.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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." -} diff --git a/packages/amazonq/.changes/next-release/Feature-79cd3c68-8432-44b5-a004-dd98b8e858d8.json b/packages/amazonq/.changes/next-release/Feature-79cd3c68-8432-44b5-a004-dd98b8e858d8.json deleted file mode 100644 index 9bbef151fd7..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-79cd3c68-8432-44b5-a004-dd98b8e858d8.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files." -} diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index 7ecc7cd43bb..de6ce98b314 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -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 diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index 3f82d6c06af..33977d74984 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -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" ], diff --git a/packages/toolkit/.changes/3.32.0.json b/packages/toolkit/.changes/3.32.0.json new file mode 100644 index 00000000000..4a9f16b7c63 --- /dev/null +++ b/packages/toolkit/.changes/3.32.0.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/packages/toolkit/.changes/next-release/Bug Fix-1ade44c5-bd1f-4b8f-a7f3-f2740ebb8097.json b/packages/toolkit/.changes/next-release/Bug Fix-1ade44c5-bd1f-4b8f-a7f3-f2740ebb8097.json deleted file mode 100644 index 366b89443fc..00000000000 --- a/packages/toolkit/.changes/next-release/Bug Fix-1ade44c5-bd1f-4b8f-a7f3-f2740ebb8097.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "SAM: Save SAM deploy parameters to correct samconfig.toml in project folder" -} diff --git a/packages/toolkit/.changes/next-release/Bug Fix-268ceb41-7bec-4b57-b195-d72f19d00faa.json b/packages/toolkit/.changes/next-release/Bug Fix-268ceb41-7bec-4b57-b195-d72f19d00faa.json deleted file mode 100644 index 39700a4b81e..00000000000 --- a/packages/toolkit/.changes/next-release/Bug Fix-268ceb41-7bec-4b57-b195-d72f19d00faa.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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" -} diff --git a/packages/toolkit/.changes/next-release/Bug Fix-2ad71338-1d0f-4bbf-a9e9-ac0f12be7a4d.json b/packages/toolkit/.changes/next-release/Bug Fix-2ad71338-1d0f-4bbf-a9e9-ac0f12be7a4d.json deleted file mode 100644 index 2aa7ec68ebc..00000000000 --- a/packages/toolkit/.changes/next-release/Bug Fix-2ad71338-1d0f-4bbf-a9e9-ac0f12be7a4d.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "SAM: Skip unnecessary prompters for sync operation when using flag from samconfig.toml file" -} diff --git a/packages/toolkit/.changes/next-release/Bug Fix-f6bb74e5-14cd-4e63-bc24-5e8e82dbaf46.json b/packages/toolkit/.changes/next-release/Bug Fix-f6bb74e5-14cd-4e63-bc24-5e8e82dbaf46.json deleted file mode 100644 index 922654bd4d5..00000000000 --- a/packages/toolkit/.changes/next-release/Bug Fix-f6bb74e5-14cd-4e63-bc24-5e8e82dbaf46.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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" -} diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index c611cdb50c3..54089a31b83 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -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 diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index e538b74df18..02fb6c277f5 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -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" ],