From fe69ffb1f14816c0c752aff0942850389cad4aa0 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 29 Jan 2025 21:01:24 +0000 Subject: [PATCH] Updating version to 3.51 --- .changes/3.51.json | 29 +++++++++++++++++++ ...-1a28cd4b-54eb-46bb-b0c6-2f9abc8fa9e6.json | 4 --- ...-52963f8d-8f8e-4b53-b7dc-0ef4819b5976.json | 4 --- ...-5ad182a1-df86-4b08-b7ae-d409fdf2d690.json | 4 --- ...-970b5a61-5646-4f40-b9fa-65c69ceda73f.json | 4 --- ...-47353019-76fc-4dad-8816-2ee8a530312b.json | 4 --- ...-47e788f2-10c1-47dd-8433-3d1e0c8424ac.json | 4 --- ...-53e027cd-9c7f-4b09-bc4e-8ab2a20aba2a.json | 4 --- ...-7d68dc39-493a-4a4e-9f9f-913b56ed5e5f.json | 4 --- CHANGELOG.md | 10 +++++++ gradle.properties | 2 +- 11 files changed, 40 insertions(+), 33 deletions(-) create mode 100644 .changes/3.51.json delete mode 100644 .changes/next-release/bugfix-1a28cd4b-54eb-46bb-b0c6-2f9abc8fa9e6.json delete mode 100644 .changes/next-release/bugfix-52963f8d-8f8e-4b53-b7dc-0ef4819b5976.json delete mode 100644 .changes/next-release/bugfix-5ad182a1-df86-4b08-b7ae-d409fdf2d690.json delete mode 100644 .changes/next-release/bugfix-970b5a61-5646-4f40-b9fa-65c69ceda73f.json delete mode 100644 .changes/next-release/feature-47353019-76fc-4dad-8816-2ee8a530312b.json delete mode 100644 .changes/next-release/feature-47e788f2-10c1-47dd-8433-3d1e0c8424ac.json delete mode 100644 .changes/next-release/feature-53e027cd-9c7f-4b09-bc4e-8ab2a20aba2a.json delete mode 100644 .changes/next-release/feature-7d68dc39-493a-4a4e-9f9f-913b56ed5e5f.json diff --git a/.changes/3.51.json b/.changes/3.51.json new file mode 100644 index 0000000000..5c7a292d3f --- /dev/null +++ b/.changes/3.51.json @@ -0,0 +1,29 @@ +{ + "date" : "2025-01-29", + "version" : "3.51", + "entries" : [ { + "type" : "feature", + "description" : "Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings." + }, { + "type" : "feature", + "description" : "Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions." + }, { + "type" : "feature", + "description" : "Add setting to allow Q /dev to run code and test commands" + }, { + "type" : "feature", + "description" : "Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over." + }, { + "type" : "bugfix", + "description" : "Amazon Q /doc: fix open diff in a tab when another modal is open" + }, { + "type" : "bugfix", + "description" : "Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files" + }, { + "type" : "bugfix", + "description" : "fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format" + }, { + "type" : "bugfix", + "description" : "Fix UI freeze caused by updating workspace index on non background context" + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-1a28cd4b-54eb-46bb-b0c6-2f9abc8fa9e6.json b/.changes/next-release/bugfix-1a28cd4b-54eb-46bb-b0c6-2f9abc8fa9e6.json deleted file mode 100644 index 312fec1ae1..0000000000 --- a/.changes/next-release/bugfix-1a28cd4b-54eb-46bb-b0c6-2f9abc8fa9e6.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q /doc: fix open diff in a tab when another modal is open" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-52963f8d-8f8e-4b53-b7dc-0ef4819b5976.json b/.changes/next-release/bugfix-52963f8d-8f8e-4b53-b7dc-0ef4819b5976.json deleted file mode 100644 index 11c164322e..0000000000 --- a/.changes/next-release/bugfix-52963f8d-8f8e-4b53-b7dc-0ef4819b5976.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-5ad182a1-df86-4b08-b7ae-d409fdf2d690.json b/.changes/next-release/bugfix-5ad182a1-df86-4b08-b7ae-d409fdf2d690.json deleted file mode 100644 index acb4e37e43..0000000000 --- a/.changes/next-release/bugfix-5ad182a1-df86-4b08-b7ae-d409fdf2d690.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-970b5a61-5646-4f40-b9fa-65c69ceda73f.json b/.changes/next-release/bugfix-970b5a61-5646-4f40-b9fa-65c69ceda73f.json deleted file mode 100644 index 0bb05ffe97..0000000000 --- a/.changes/next-release/bugfix-970b5a61-5646-4f40-b9fa-65c69ceda73f.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Fix UI freeze caused by updating workspace index on non background context" -} \ No newline at end of file diff --git a/.changes/next-release/feature-47353019-76fc-4dad-8816-2ee8a530312b.json b/.changes/next-release/feature-47353019-76fc-4dad-8816-2ee8a530312b.json deleted file mode 100644 index 1882b0124a..0000000000 --- a/.changes/next-release/feature-47353019-76fc-4dad-8816-2ee8a530312b.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings." -} \ No newline at end of file diff --git a/.changes/next-release/feature-47e788f2-10c1-47dd-8433-3d1e0c8424ac.json b/.changes/next-release/feature-47e788f2-10c1-47dd-8433-3d1e0c8424ac.json deleted file mode 100644 index bba572b199..0000000000 --- a/.changes/next-release/feature-47e788f2-10c1-47dd-8433-3d1e0c8424ac.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions." -} \ No newline at end of file diff --git a/.changes/next-release/feature-53e027cd-9c7f-4b09-bc4e-8ab2a20aba2a.json b/.changes/next-release/feature-53e027cd-9c7f-4b09-bc4e-8ab2a20aba2a.json deleted file mode 100644 index aff739da32..0000000000 --- a/.changes/next-release/feature-53e027cd-9c7f-4b09-bc4e-8ab2a20aba2a.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Add setting to allow Q /dev to run code and test commands" -} \ No newline at end of file diff --git a/.changes/next-release/feature-7d68dc39-493a-4a4e-9f9f-913b56ed5e5f.json b/.changes/next-release/feature-7d68dc39-493a-4a4e-9f9f-913b56ed5e5f.json deleted file mode 100644 index a596526539..0000000000 --- a/.changes/next-release/feature-7d68dc39-493a-4a4e-9f9f-913b56ed5e5f.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb308ec7e..715e6e7e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# _3.51_ (2025-01-29) +- **(Feature)** Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings. +- **(Feature)** Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions. +- **(Feature)** Add setting to allow Q /dev to run code and test commands +- **(Feature)** Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over. +- **(Bug Fix)** Amazon Q /doc: fix open diff in a tab when another modal is open +- **(Bug Fix)** Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files +- **(Bug Fix)** fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format +- **(Bug Fix)** Fix UI freeze caused by updating workspace index on non background context + # _3.50_ (2025-01-23) - **(Feature)** Amazon Q: Updated `/help` command to include re:invent 2024 features - **(Feature)** Amazon Q: UI improvements through more accurate code syntax highlighting diff --git a/gradle.properties b/gradle.properties index c58bc30cb4..4e2cead734 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.51-SNAPSHOT +toolkitVersion=3.51 # Publish Settings publishToken=