Skip to content

Commit 213ddc6

Browse files
Merge branch 'main' into e2e-test
2 parents 6999576 + a4f5c07 commit 213ddc6

File tree

82 files changed

+5141
-3144
lines changed

Some content is hidden

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

82 files changed

+5141
-3144
lines changed

.changes/3.60.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2025-03-20",
3+
"version" : "3.60",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "AmazonQ /test now displays a concise test plan summary to users."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix inline completion failure due to context length exceeding the threshold"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q: Fix cases where content may be incorrectly excluded from workspace."
13+
} ]
14+
}

.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+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "/transform: prompt user to re-authenticate if credentials expire during transformation"
4+
}

.changes/next-release/bugfix-2dc5d27d-f254-4462-b95c-04bccba7524e.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Gracefully handle additional fields in Amazon Q /dev code generation result without throwing errors"
4+
}
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: set programmingLanguage to Plaintext if language is unknown"
4+
}

.changes/next-release/bugfix-d13b5621-b191-455b-8918-1a5874216512.json

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

.changes/next-release/feature-862af662-3a71-4203-aa1b-bfa41af24b42.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# _3.61_ (2025-03-27)
2+
- **(Feature)** Amazon Q: Moved "Include suggestions with code references" setting to General
3+
- **(Feature)** Add support for 2025.1
4+
- **(Bug Fix)** Amazon Q: Attempt to reduce thread pool contention locking IDE caused by `@workspace` making a large number of requests
5+
- **(Deprecation)** An upcoming release will remove support for JetBrains Gateway version 2024.3 and for IDEs based on the 2024.1 platform
6+
7+
# _3.60_ (2025-03-20)
8+
- **(Feature)** AmazonQ /test now displays a concise test plan summary to users.
9+
- **(Bug Fix)** Fix inline completion failure due to context length exceeding the threshold
10+
- **(Bug Fix)** Amazon Q: Fix cases where content may be incorrectly excluded from workspace.
11+
112
# _3.59_ (2025-03-13)
213
- **(Feature)** AmazonQ /dev and /doc: Add support for complex workspaces.
314
- **(Bug Fix)** /review: normalize relative file path before unzipping

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)