Skip to content

Commit 54a5161

Browse files
Merge branch 'main' into samgst/q-lsp-supported-filetypes
2 parents ff7b344 + 58993bc commit 54a5161

File tree

230 files changed

+10955
-4019
lines changed

Some content is hidden

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

230 files changed

+10955
-4019
lines changed

.changes/3.61.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2025-03-27",
3+
"version" : "3.61",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: Moved \"Include suggestions with code references\" setting to General"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Add support for 2025.1"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q: Attempt to reduce thread pool contention locking IDE caused by `@workspace` making a large number of requests"
13+
}, {
14+
"type" : "deprecation",
15+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2024.3 and for IDEs based on the 2024.1 platform"
16+
} ]
17+
}

.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/3.65.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.65",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where Amazon Q cannot process chunks from local `@workspace` context"
7+
} ]
8+
}

.changes/3.66.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2025-04-11",
3+
"version" : "3.66",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "The logs emitted by the Agent during user command execution will be accepted and written to `.amazonq/dev/run_command.log` file in the user's local repository."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Unit test generation now completes successfully when using the `/test` command "
10+
} ]
11+
}

.changes/3.67.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-04-18",
3+
"version" : "3.67",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q: Customization now resets with a warning if unavailable in the selected profile."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Q panel will get stuck while signin if users have multiple windows"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix integer overflow when local context index input is larger than 2GB"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix workspace index process quits when hitting a race condition"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix infinite loop when workspace indexing server fails to initialize"
19+
} ]
20+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "/review: disabled highlighter for ignored issues"
4+
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# _3.67_ (2025-04-18)
2+
- **(Bug Fix)** Amazon Q: Customization now resets with a warning if unavailable in the selected profile.
3+
- **(Bug Fix)** Q panel will get stuck while signin if users have multiple windows
4+
- **(Bug Fix)** Fix integer overflow when local context index input is larger than 2GB
5+
- **(Bug Fix)** Fix workspace index process quits when hitting a race condition
6+
- **(Bug Fix)** Fix infinite loop when workspace indexing server fails to initialize
7+
8+
# _3.66_ (2025-04-11)
9+
- **(Feature)** The logs emitted by the Agent during user command execution will be accepted and written to `.amazonq/dev/run_command.log` file in the user's local repository.
10+
- **(Bug Fix)** Unit test generation now completes successfully when using the `/test` command
11+
12+
# _3.64_ (2025-04-10)
13+
- **(Bug Fix)** Fix issue where IDE freezes when logging into Amazon Q
14+
15+
# _3.65_ (2025-04-10)
16+
- **(Bug Fix)** Fix issue where Amazon Q cannot process chunks from local `@workspace` context
17+
18+
# _3.63_ (2025-04-08)
19+
- **(Feature)** Enterprise users can choose their preferred Amazon Q profile to improve personalization and workflow across different business regions
20+
- **(Bug Fix)** Amazon Q /doc: close diff tab and open README file in preview mode after user accept changes
21+
22+
# _3.62_ (2025-04-03)
23+
- **(Feature)** /review: automatically generate fix without clicking Generate Fix button
24+
- **(Bug Fix)** /transform: prompt user to re-authenticate if credentials expire during transformation
25+
- **(Bug Fix)** Gracefully handle additional fields in Amazon Q /dev code generation result without throwing errors
26+
- **(Bug Fix)** /review: set programmingLanguage to Plaintext if language is unknown
27+
- **(Bug Fix)** /review: Respect user option to allow code suggestions with references
28+
29+
# _3.61_ (2025-03-27)
30+
- **(Feature)** Amazon Q: Moved "Include suggestions with code references" setting to General
31+
- **(Feature)** Add support for 2025.1
32+
- **(Bug Fix)** Amazon Q: Attempt to reduce thread pool contention locking IDE caused by `@workspace` making a large number of requests
33+
- **(Deprecation)** An upcoming release will remove support for JetBrains Gateway version 2024.3 and for IDEs based on the 2024.1 platform
34+
135
# _3.60_ (2025-03-20)
236
- **(Feature)** AmazonQ /test now displays a concise test plan summary to users.
337
- **(Bug Fix)** Fix inline completion failure due to context length exceeding the threshold

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ object IdeVersions {
100100
),
101101
Profile(
102102
name = "2024.2",
103-
gateway = ProductProfile(
104-
sdkVersion = "242.23726-EAP-CANDIDATE-SNAPSHOT",
105-
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
106-
),
107103
community = ProductProfile(
108104
sdkVersion = "2024.2",
109105
bundledPlugins = commonPlugins + listOf(
@@ -127,7 +123,7 @@ object IdeVersions {
127123
),
128124
marketplacePlugins = listOf(
129125
"org.toml.lang:242.20224.155",
130-
"Pythonid:242.20224.300",
126+
"PythonCore:242.20224.300",
131127
"org.jetbrains.plugins.go:242.20224.300",
132128
)
133129
),
@@ -183,42 +179,40 @@ object IdeVersions {
183179
Profile(
184180
name = "2025.1",
185181
gateway = ProductProfile(
186-
sdkVersion = "251.14649-EAP-CANDIDATE-SNAPSHOT",
182+
sdkVersion = "251.23774-EAP-CANDIDATE-SNAPSHOT",
187183
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
188184
),
189185
community = ProductProfile(
190-
sdkVersion = "251.14649-EAP-CANDIDATE-SNAPSHOT",
186+
sdkVersion = "251.23774.109-EAP-SNAPSHOT",
191187
bundledPlugins = commonPlugins + listOf(
192188
"com.intellij.java",
193189
"com.intellij.gradle",
194190
"org.jetbrains.idea.maven",
195191
),
196192
marketplacePlugins = listOf(
197-
"org.toml.lang:251.14649.45",
198-
"PythonCore:251.14649.49",
199-
"Docker:251.14649.49"
193+
"PythonCore:251.23774.109",
194+
"Docker:251.23774.109"
200195
)
201196
),
202197
ultimate = ProductProfile(
203-
sdkVersion = "251.14649-EAP-CANDIDATE-SNAPSHOT",
198+
sdkVersion = "251.23774.109-EAP-SNAPSHOT",
204199
bundledPlugins = commonPlugins + listOf(
205200
"JavaScript",
206201
"JavaScriptDebugger",
207202
"com.intellij.database",
208203
"com.jetbrains.codeWithMe",
209204
),
210205
marketplacePlugins = listOf(
211-
"org.toml.lang:251.14649.45",
212-
"Pythonid:251.14649.49",
213-
"org.jetbrains.plugins.go:251.14649.49",
206+
"Pythonid:251.23774.109",
207+
"org.jetbrains.plugins.go:251.23774.109",
214208
)
215209
),
216210
rider = RiderProfile(
217-
sdkVersion = "2025.1-EAP1-SNAPSHOT",
211+
sdkVersion = "2025.1-EAP8-SNAPSHOT",
218212
bundledPlugins = commonPlugins,
219213
netFrameworkTarget = "net472",
220-
rdGenVersion = "2024.3.1",
221-
nugetVersion = " 2025.1.0-eap01"
214+
rdGenVersion = "2025.1.1",
215+
nugetVersion = " 2025.1.0-eap08"
222216
)
223217
),
224218
).associateBy { it.name }

0 commit comments

Comments
 (0)