Skip to content

Commit d106388

Browse files
authored
Merge branch 'main' into rli/fix-freeze-expired-token
2 parents 55b573d + 06181dd commit d106388

File tree

716 files changed

+14066
-4920
lines changed

Some content is hidden

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

716 files changed

+14066
-4920
lines changed

.changes/3.29.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-09-19",
3+
"version" : "3.29",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Support `@workspace` queries for specific files like \"`@workspace` what does test.ts do?\". "
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Feature Dev: fix iteration count messaging during code insertion"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix UI slowdown when Amazon Q Inline Suggestions are enabled, but token cannot be refreshed (#4868)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix \"read access\" error that may occur when Amazon Q Inline Suggestion is building context (#4888) (#4848)"
16+
} ]
17+
}

.changes/3.30.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-09-27",
3+
"version" : "3.30",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Automatically terminate orphaned process for `@workspace` helper"
10+
} ]
11+
}

.changes/3.31.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-10-03",
3+
"version" : "3.31",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q Developer: Updated legal disclaimer text"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q Code Transformation: allow users to skip tests"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where multiple SSO login attempts in a short time result in 404"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix issue where a user may get stuck while attempting to login to Builder ID"
16+
} ]
17+
}

.changes/3.32.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"date" : "2024-10-10",
3+
"version" : "3.32",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Loosen inline completion support limitations for YAML/JSON"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix error occuring when Amazon Q attempts to show UI hints on manually triggerred inline suggestion (#4929)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q (/dev): provide error messaging when no code changes are required for the prompt"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix 'Slow operations are prohibited on EDT.' when Amazon Q is determining if a file supports inline suggestions (#4823)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q Feature Dev: Add error messages when the upload URL expires"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Fix toolkit connection dropdown getting hidden when panel width is small."
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Fix inability to sign out in reauth view in Q chat panel"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Raise max `@workspace` indexing size to 4GB"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Automatically pause and resume `@workspace` indexing when OS CPU load is high"
31+
} ]
32+
}

.changes/3.33.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-10-17",
3+
"version" : "3.33",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for 2024.3"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "`@workspace` cannot properly locate certain folders for certain project setup"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix an IDE deadlock that may occur while attempting to initialize Amazon Q UI elements (#4966)"
13+
} ]
14+
}

.changes/3.34.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-10-22",
3+
"version" : "3.34",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where the plugin can't read SSO tokens from disk / always returns 'Unable to load client registration'"
7+
} ]
8+
}

.changes/3.35.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-10-29",
3+
"version" : "3.35",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Remove read-only mode on before diff of code changes generated by agent"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Provide more frequent updates about code changes made by agent"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Amazon Q /dev: Add stop generation action"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added inline chat support. Select some code and hit ⌘+I on Mac or Ctrl+I on Windows to start"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix pointless busy loop in Amazon Q wasting CPU cycles (#5000)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Update `@workspace` index when adding or deleting a file"
22+
}, {
23+
"type" : "deprecation",
24+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2024.2 and for IDEs based on the 2023.3 platform"
25+
} ]
26+
}

.changes/3.36.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-10-30",
3+
"version" : "3.36",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix inline chat default key binding not working on windows and linux"
7+
} ]
8+
}

.changes/3.37.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-10-31",
3+
"version" : "3.37",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q /dev: Fix the issue resulting in the first request per conversation to /dev failing"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix inline chat shortcut hint breaking text selection on remote editors"
10+
} ]
11+
}

.changes/next-release/bugfix-12d3aae3-57ab-41d1-b6ab-6cebae42378b.json

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

0 commit comments

Comments
 (0)