From 5174198450c5a7180f251ddc234ffdf6af5c2442 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 5 Feb 2025 20:22:09 +0000 Subject: [PATCH] Release 1.46.0 --- package-lock.json | 4 +- packages/amazonq/.changes/1.46.0.json | 38 +++++++++++++++++++ ...-22f55c14-bd62-49d7-aa68-3ab3cc8f0929.json | 4 -- ...-5c9f7fbc-1333-4c28-a049-7b17a17a7cea.json | 4 -- ...-c3484e6b-4093-4d35-8964-b5d07fb76469.json | 4 -- ...-ca03bdf5-a707-479e-9405-e9ac3b73e30a.json | 4 -- ...-dc78e630-6320-4297-9ae9-7a19891f5357.json | 4 -- ...-e2bb3c83-52e8-4ae9-aedb-844e8780971b.json | 4 -- ...-b63d765a-24f9-44e6-b826-b905f35e67d1.json | 4 -- ...-d4b1f56f-fbfd-43e9-b4e1-e2c972dcf197.json | 4 -- packages/amazonq/CHANGELOG.md | 11 ++++++ packages/amazonq/package.json | 2 +- 12 files changed, 52 insertions(+), 35 deletions(-) create mode 100644 packages/amazonq/.changes/1.46.0.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-22f55c14-bd62-49d7-aa68-3ab3cc8f0929.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-5c9f7fbc-1333-4c28-a049-7b17a17a7cea.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-c3484e6b-4093-4d35-8964-b5d07fb76469.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-ca03bdf5-a707-479e-9405-e9ac3b73e30a.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-dc78e630-6320-4297-9ae9-7a19891f5357.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-e2bb3c83-52e8-4ae9-aedb-844e8780971b.json delete mode 100644 packages/amazonq/.changes/next-release/Feature-b63d765a-24f9-44e6-b826-b905f35e67d1.json delete mode 100644 packages/amazonq/.changes/next-release/Feature-d4b1f56f-fbfd-43e9-b4e1-e2c972dcf197.json diff --git a/package-lock.json b/package-lock.json index 5fa0d8b6865..cd775bdd02c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", "pretty-quick": "^4.0.0", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5.0.4", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", @@ -23904,7 +23904,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "1.46.0-SNAPSHOT", + "version": "1.46.0", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/1.46.0.json b/packages/amazonq/.changes/1.46.0.json new file mode 100644 index 00000000000..1253cbe3d01 --- /dev/null +++ b/packages/amazonq/.changes/1.46.0.json @@ -0,0 +1,38 @@ +{ + "date": "2025-02-05", + "version": "1.46.0", + "entries": [ + { + "type": "Bug Fix", + "description": "Citation links are not clickable as numbers, but appear as non-clickable texts" + }, + { + "type": "Bug Fix", + "description": "Fix language server start failure in AL2023 ARM64" + }, + { + "type": "Bug Fix", + "description": "/review: Auto-review issues did not populate code issues list" + }, + { + "type": "Bug Fix", + "description": "Amazon Q: Fix code upload error when using /dev or /doc on Remote SSH" + }, + { + "type": "Bug Fix", + "description": "/test placeholder text aligned across IDEs" + }, + { + "type": "Bug Fix", + "description": "Inline: Typos in the first example suggestion" + }, + { + "type": "Feature", + "description": "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency." + }, + { + "type": "Feature", + "description": "Added github issue link and description to the chat answer feedback form" + } + ] +} \ No newline at end of file diff --git a/packages/amazonq/.changes/next-release/Bug Fix-22f55c14-bd62-49d7-aa68-3ab3cc8f0929.json b/packages/amazonq/.changes/next-release/Bug Fix-22f55c14-bd62-49d7-aa68-3ab3cc8f0929.json deleted file mode 100644 index ba2818371ba..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-22f55c14-bd62-49d7-aa68-3ab3cc8f0929.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Citation links are not clickable as numbers, but appear as non-clickable texts" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-5c9f7fbc-1333-4c28-a049-7b17a17a7cea.json b/packages/amazonq/.changes/next-release/Bug Fix-5c9f7fbc-1333-4c28-a049-7b17a17a7cea.json deleted file mode 100644 index 783359087ea..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-5c9f7fbc-1333-4c28-a049-7b17a17a7cea.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Fix language server start failure in AL2023 ARM64" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-c3484e6b-4093-4d35-8964-b5d07fb76469.json b/packages/amazonq/.changes/next-release/Bug Fix-c3484e6b-4093-4d35-8964-b5d07fb76469.json deleted file mode 100644 index 694495c26ae..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-c3484e6b-4093-4d35-8964-b5d07fb76469.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "/review: Auto-review issues did not populate code issues list" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-ca03bdf5-a707-479e-9405-e9ac3b73e30a.json b/packages/amazonq/.changes/next-release/Bug Fix-ca03bdf5-a707-479e-9405-e9ac3b73e30a.json deleted file mode 100644 index 4399da617e7..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-ca03bdf5-a707-479e-9405-e9ac3b73e30a.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Amazon Q: Fix code upload error when using /dev or /doc on Remote SSH" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-dc78e630-6320-4297-9ae9-7a19891f5357.json b/packages/amazonq/.changes/next-release/Bug Fix-dc78e630-6320-4297-9ae9-7a19891f5357.json deleted file mode 100644 index e34722b9aac..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-dc78e630-6320-4297-9ae9-7a19891f5357.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "/test placeholder text aligned across IDEs" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-e2bb3c83-52e8-4ae9-aedb-844e8780971b.json b/packages/amazonq/.changes/next-release/Bug Fix-e2bb3c83-52e8-4ae9-aedb-844e8780971b.json deleted file mode 100644 index 55ce7a614a9..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-e2bb3c83-52e8-4ae9-aedb-844e8780971b.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Inline: Typos in the first example suggestion" -} diff --git a/packages/amazonq/.changes/next-release/Feature-b63d765a-24f9-44e6-b826-b905f35e67d1.json b/packages/amazonq/.changes/next-release/Feature-b63d765a-24f9-44e6-b826-b905f35e67d1.json deleted file mode 100644 index 595e48f0026..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-b63d765a-24f9-44e6-b826-b905f35e67d1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency." -} diff --git a/packages/amazonq/.changes/next-release/Feature-d4b1f56f-fbfd-43e9-b4e1-e2c972dcf197.json b/packages/amazonq/.changes/next-release/Feature-d4b1f56f-fbfd-43e9-b4e1-e2c972dcf197.json deleted file mode 100644 index 065aad75325..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-d4b1f56f-fbfd-43e9-b4e1-e2c972dcf197.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Added github issue link and description to the chat answer feedback form" -} diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index 8e8dd546b83..fa9896f64f1 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.46.0 2025-02-05 + +- **Bug Fix** Citation links are not clickable as numbers, but appear as non-clickable texts +- **Bug Fix** Fix language server start failure in AL2023 ARM64 +- **Bug Fix** /review: Auto-review issues did not populate code issues list +- **Bug Fix** Amazon Q: Fix code upload error when using /dev or /doc on Remote SSH +- **Bug Fix** /test placeholder text aligned across IDEs +- **Bug Fix** Inline: Typos in the first example suggestion +- **Feature** Inline suggestions: Pre-fetch recommendations to reduce suggestion latency. +- **Feature** Added github issue link and description to the chat answer feedback form + ## 1.45.0 2025-01-30 - **Bug Fix** Allow AB users with an overridden customization to go back to the default customization diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index 62f008a2213..6ed5ba737ec 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI", - "version": "1.46.0-SNAPSHOT", + "version": "1.46.0", "extensionKind": [ "workspace" ],