Skip to content

Commit c521ef8

Browse files
authored
Merge pull request #32 from laileni-aws/main
fix: merge from aws-toolkit-jetbrains
2 parents 60a0abf + 761bedc commit c521ef8

File tree

19 files changed

+68
-145
lines changed

19 files changed

+68
-145
lines changed

.changes/3.103.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2026-02-12",
3+
"version" : "3.103",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q Chat: Fix chat history restoration to display rich UI elements and persist user preferences"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q: Fix LSP server startup failure when Node.js runtime path is configured as a directory instead of the executable path"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q: Fix race condition causing \"Can't remove document listener\" error during LSP restart"
13+
}, {
14+
"type" : "deprecation",
15+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2025.2 and for IDEs based on the 2024.3 platform"
16+
} ]
17+
}

.changes/3.104.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"date" : "2026-02-27",
3+
"version" : "3.104",
4+
"entries" : [ ]
5+
}

.changes/3.105.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2026-03-06",
3+
"version" : "3.105",
4+
"entries" : [ {
5+
"type" : "removal",
6+
"description" : "Removed support for 2024.3.x IDEs and Gateway 2025.2"
7+
} ]
8+
}

.changes/next-release/bugfix-c3a7b1a9-1d2e-45cf-971c-513e19b7094e.json

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

.changes/next-release/bugfix-ce0e09a5-9928-428a-8d0d-466db368ebb5.json

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

.changes/next-release/bugfix-f6e1a4dd-64e2-41c6-8538-a7f2c2c2eb67.json

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

.changes/next-release/deprecation-8e1c9680-abc5-4e7b-a533-81608311af3b.json

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

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
build_target: [ ':plugin-amazonq:buildPlugin' ]
21-
version: [ '2024.3', '2025.1', '2025.2', '2025.3' ]
21+
version: [ '2025.1', '2025.2', '2025.3' ]
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4

.run/Run Amazon Q - Community [2024.3].run.xml

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

.run/Run Amazon Q - Rider [2024.3].run.xml

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

0 commit comments

Comments
 (0)