Skip to content

Commit 96cdf1d

Browse files
Merge branch 'main' into samgst/diskFullFailures
2 parents 0d9257b + fdfc07c commit 96cdf1d

File tree

357 files changed

+20088
-2882
lines changed

Some content is hidden

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

357 files changed

+20088
-2882
lines changed

.changes/3.40.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-11-14",
3+
"version" : "3.40",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: Add an action to accept individual files"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q inline chat can be invoked from non-editor windows"
13+
} ]
14+
}

.changes/3.41.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"date" : "2024-11-22",
3+
"version" : "3.41",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `.gradle` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Uses AB variation as the name for overriden customizations"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Code Transform: Enable support for Java 17 projects."
16+
}, {
17+
"type" : "feature",
18+
"description" : "The key shortcuts for Q inline suggestions are now configurable from keymap settings. Default key shortcuts for navigating through suggestions are changed from left/right arrow keys to option(alt) + [ and option(alt) + ], respectively."
19+
}, {
20+
"type" : "feature",
21+
"description" : "The Q suggestion inline popup will now hide by default and will show when the user hovers over the suggestion text, the IDE code suggestion popup will also appear to be more transparent to unblock seeing the multi-line suggestions."
22+
}, {
23+
"type" : "feature",
24+
"description" : "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Amazon Q chat: `@workspace` command shown in all tab types"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q Feature Dev: display limit reached error message"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Amazon Q Chat: Changed default info color on dark themes to be blue, instead of gray"
34+
}, {
35+
"type" : "removal",
36+
"description" : "Removed support for Gateway 2024.2"
37+
}, {
38+
"type" : "removal",
39+
"description" : "Removed support for 2023.3.x IDEs"
40+
} ]
41+
}

.changes/3.42.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-11-27",
3+
"version" : "3.42",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `Dockerfile` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present."
22+
} ]
23+
}

.changes/3.43.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-12-03",
3+
"version" : "3.43",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
7+
}, {
8+
"type" : "feature",
9+
"description" : "`/test` in Q chat to generate unit tests for java and python"
10+
}, {
11+
"type" : "feature",
12+
"description" : "`/doc` in Q chat to generate and update documentation for your project"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added system notifications to inform users about critical plugin updates and potential issues with available workarounds"
16+
} ]
17+
}

.changes/3.44.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-12-04",
3+
"version" : "3.44",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q: Navigate through prompt history by using the up/down arrows"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q Code Transform is unable to start"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q: Fix chat syntax highlighting when using several different themes"
19+
} ]
20+
}

.changes/3.45.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-12-10",
3+
"version" : "3.45",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add acknowledgement button for Amazon Q Chat disclaimer"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : " Chosing cancel on sign out confirmation now cancels the sign out and does not delete profiles from ~/.aws/config (#5167)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix `@workspace` missing from the Amazon Q Chat welcome tab"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix for /review LLM based code issues for file review on windows"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix for File Review payload and Regex error for payload generation"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q Code Transformation: show build logs when server-side build fails"
22+
} ]
23+
}

.changes/3.46.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-12-17",
3+
"version" : "3.46",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/review: Code fix automatically scrolls into view after generation."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Chat: improve font size and line-height in footer (below prompt input field)"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Adds capability to send new context commands to AB groups"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Reduce frequency of system information query"
25+
} ]
26+
}

.changes/next-release/.changes/next-release/bugfix-21701bb3-5189-474e-868b-9ec46ecde6ee.json

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

.changes/next-release/bugfix-418aac17-9702-451e-8880-9c41b3441574.json

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

.changes/next-release/bugfix-4a387896-7a93-4474-a86d-f6dc5d53ab57.json

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

0 commit comments

Comments
 (0)