From c164d4bca23de41286fa0aaadb10916628154aaf Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Thu, 6 Feb 2025 19:22:15 +0000 Subject: [PATCH 1/2] Updating version to 3.52 --- .changes/3.52.json | 23 +++++++++++++++++++ ...-12a3f427-f34b-49aa-b36f-5335039ef0be.json | 4 ---- ...-24d6621e-32d3-45c5-a996-66232724e425.json | 4 ---- ...-8c569cf5-1a06-4bdc-b39b-91e04a6084b7.json | 4 ---- ...-634f17f8-0782-4c9b-a57e-0c9431eb4eb4.json | 4 ---- ...-6565a79c-90f3-4d49-abb6-ca4d5c0ff679.json | 4 ---- ...-af284b37-980e-4f98-a653-5fef6a71519b.json | 4 ---- CHANGELOG.md | 8 +++++++ gradle.properties | 2 +- 9 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 .changes/3.52.json delete mode 100644 .changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json delete mode 100644 .changes/next-release/bugfix-24d6621e-32d3-45c5-a996-66232724e425.json delete mode 100644 .changes/next-release/bugfix-8c569cf5-1a06-4bdc-b39b-91e04a6084b7.json delete mode 100644 .changes/next-release/feature-634f17f8-0782-4c9b-a57e-0c9431eb4eb4.json delete mode 100644 .changes/next-release/feature-6565a79c-90f3-4d49-abb6-ca4d5c0ff679.json delete mode 100644 .changes/next-release/feature-af284b37-980e-4f98-a653-5fef6a71519b.json diff --git a/.changes/3.52.json b/.changes/3.52.json new file mode 100644 index 00000000000..3a7d31690a4 --- /dev/null +++ b/.changes/3.52.json @@ -0,0 +1,23 @@ +{ + "date" : "2025-02-06", + "version" : "3.52", + "entries" : [ { + "type" : "feature", + "description" : "Adds event listener for notifying UI that AB feature configurations have been resolved" + }, { + "type" : "feature", + "description" : "Amazon Q /review: Code issues can now be grouped by severity or file location." + }, { + "type" : "feature", + "description" : "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency." + }, { + "type" : "bugfix", + "description" : "fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts" + }, { + "type" : "bugfix", + "description" : "Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers (#5187)" + }, { + "type" : "bugfix", + "description" : "/test placeholder text aligned across IDEs" + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json b/.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json deleted file mode 100644 index 8dc6b744f40..00000000000 --- a/.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-24d6621e-32d3-45c5-a996-66232724e425.json b/.changes/next-release/bugfix-24d6621e-32d3-45c5-a996-66232724e425.json deleted file mode 100644 index 4bd408ec093..00000000000 --- a/.changes/next-release/bugfix-24d6621e-32d3-45c5-a996-66232724e425.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers (#5187)" -} diff --git a/.changes/next-release/bugfix-8c569cf5-1a06-4bdc-b39b-91e04a6084b7.json b/.changes/next-release/bugfix-8c569cf5-1a06-4bdc-b39b-91e04a6084b7.json deleted file mode 100644 index b96adabe719..00000000000 --- a/.changes/next-release/bugfix-8c569cf5-1a06-4bdc-b39b-91e04a6084b7.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "/test placeholder text aligned across IDEs" -} diff --git a/.changes/next-release/feature-634f17f8-0782-4c9b-a57e-0c9431eb4eb4.json b/.changes/next-release/feature-634f17f8-0782-4c9b-a57e-0c9431eb4eb4.json deleted file mode 100644 index 4d6dc149bc2..00000000000 --- a/.changes/next-release/feature-634f17f8-0782-4c9b-a57e-0c9431eb4eb4.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Adds event listener for notifying UI that AB feature configurations have been resolved" -} \ No newline at end of file diff --git a/.changes/next-release/feature-6565a79c-90f3-4d49-abb6-ca4d5c0ff679.json b/.changes/next-release/feature-6565a79c-90f3-4d49-abb6-ca4d5c0ff679.json deleted file mode 100644 index fe315754095..00000000000 --- a/.changes/next-release/feature-6565a79c-90f3-4d49-abb6-ca4d5c0ff679.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Amazon Q /review: Code issues can now be grouped by severity or file location." -} \ No newline at end of file diff --git a/.changes/next-release/feature-af284b37-980e-4f98-a653-5fef6a71519b.json b/.changes/next-release/feature-af284b37-980e-4f98-a653-5fef6a71519b.json deleted file mode 100644 index f782715a98d..00000000000 --- a/.changes/next-release/feature-af284b37-980e-4f98-a653-5fef6a71519b.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 715e6e7e28e..2133d5b0c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# _3.52_ (2025-02-06) +- **(Feature)** Adds event listener for notifying UI that AB feature configurations have been resolved +- **(Feature)** Amazon Q /review: Code issues can now be grouped by severity or file location. +- **(Feature)** Inline suggestions: Pre-fetch recommendations to reduce suggestion latency. +- **(Bug Fix)** fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts +- **(Bug Fix)** Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers ([#5187](https://github.com/aws/aws-toolkit-jetbrains/issues/5187)) +- **(Bug Fix)** /test placeholder text aligned across IDEs + # _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. diff --git a/gradle.properties b/gradle.properties index 827b7b493ba..8e944988188 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.52-SNAPSHOT +toolkitVersion=3.52 # Publish Settings publishToken= From d148b66f89440afb3053bff2d1f6cba7a910965d Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Thu, 6 Feb 2025 21:32:43 +0000 Subject: [PATCH 2/2] Updating SNAPSHOT version to 3.53-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8e944988188..1716e7fef30 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.52 +toolkitVersion=3.53-SNAPSHOT # Publish Settings publishToken=