Skip to content

Commit 70c8eb5

Browse files
authored
Merge branch 'aws:main' into qCreateTests
2 parents ea140f9 + ab902a3 commit 70c8eb5

File tree

100 files changed

+2216
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+2216
-194
lines changed

.changes/3.62.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-04-03",
3+
"version" : "3.62",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/review: automatically generate fix without clicking Generate Fix button"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "/transform: prompt user to re-authenticate if credentials expire during transformation"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Gracefully handle additional fields in Amazon Q /dev code generation result without throwing errors"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "/review: set programmingLanguage to Plaintext if language is unknown"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "/review: Respect user option to allow code suggestions with references"
19+
} ]
20+
}

.changes/3.63.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2025-04-08",
3+
"version" : "3.63",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Enterprise users can choose their preferred Amazon Q profile to improve personalization and workflow across different business regions"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q /doc: close diff tab and open README file in preview mode after user accept changes"
10+
} ]
11+
}

.changes/3.64.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-04-10",
3+
"version" : "3.64",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where IDE freezes when logging into Amazon Q"
7+
} ]
8+
}

.changes/next-release/bugfix-29d1b3f1-b7e6-489d-b614-49f7d908f221.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-7ebf9104-80a4-452e-a07a-0966078fe077.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-a9690f2d-611f-45f6-82d1-c3a9e17a6b6b.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-21a9e26b-edbf-4ad3-a5f4-2662420d4f0d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-4e0e76eb-a634-47e2-9e73-4e7dfde76160.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# _3.64_ (2025-04-10)
2+
- **(Bug Fix)** Fix issue where IDE freezes when logging into Amazon Q
3+
4+
# _3.63_ (2025-04-08)
5+
- **(Feature)** Enterprise users can choose their preferred Amazon Q profile to improve personalization and workflow across different business regions
6+
- **(Bug Fix)** Amazon Q /doc: close diff tab and open README file in preview mode after user accept changes
7+
8+
# _3.62_ (2025-04-03)
9+
- **(Feature)** /review: automatically generate fix without clicking Generate Fix button
10+
- **(Bug Fix)** /transform: prompt user to re-authenticate if credentials expire during transformation
11+
- **(Bug Fix)** Gracefully handle additional fields in Amazon Q /dev code generation result without throwing errors
12+
- **(Bug Fix)** /review: set programmingLanguage to Plaintext if language is unknown
13+
- **(Bug Fix)** /review: Respect user option to allow code suggestions with references
14+
115
# _3.61_ (2025-03-27)
216
- **(Feature)** Amazon Q: Moved "Include suggestions with code references" setting to General
317
- **(Feature)** Add support for 2025.1

buildspec/windowsTestsForToolkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ phases:
3636
}
3737
3838
# Rider is very expensive (spikes our CI jobs to 50% CPU, so let it do the prep work in parallel, but run tests later
39-
./gradlew -PideProfileName="$Env:ALTERNATIVE_IDE_PROFILE_NAME" :plugin-toolkit:intellij-standalone:check :plugin-toolkit:jetbrains-rider:compileTestKotlin --info --console plain --continue
39+
./gradlew -PideProfileName="$Env:ALTERNATIVE_IDE_PROFILE_NAME" :plugin-toolkit:intellij-standalone:check :plugin-toolkit:jetbrains-rider:compileTestKotlin -x :plugin-toolkit:jetbrains-rider:check --info --console plain --continue
4040
if ($LastExitCode -ne 0) {
4141
Write-Host "Command failed with exit code $LastExitCode"
4242
exit -1

0 commit comments

Comments
 (0)