Skip to content

Commit effe4ad

Browse files
authored
Merge branch 'main' into updateExtension
2 parents de96f40 + f57be32 commit effe4ad

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "deprecation",
3+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2025.1 and for IDEs based on the 2024.2 platform"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Enabling dynamic model fetching capabilities in Amazon Q chat"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Amazon Q: Support for configuring and utilizing remote MCP servers."
4+
}

plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/core/notification/MinimumVersionChange.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class MinimumVersionChange @JvmOverloads constructor(isUnderTest: Boolean = fals
5555
}
5656

5757
companion object {
58-
const val MIN_VERSION = 242
59-
const val MIN_VERSION_HUMAN = "2024.2"
58+
const val MIN_VERSION = 243
59+
const val MIN_VERSION_HUMAN = "2024.3"
6060

6161
// Used by tests to make sure the prompt never shows up
6262
const val SKIP_PROMPT = "aws.suppress_deprecation_prompt"

plugins/toolkit/jetbrains-gateway/src/software/aws/toolkits/jetbrains/gateway/GatewayDeprecationNotice.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class GatewayDeprecationNotice : AppLifecycleListener {
3030
}
3131

3232
companion object {
33-
const val MIN_VERSION = 251
34-
const val MIN_VERSION_HUMAN = "2025.1"
33+
const val MIN_VERSION = 252
34+
const val MIN_VERSION_HUMAN = "2025.2"
3535
}
3636
}

0 commit comments

Comments
 (0)