Skip to content

Commit 7d8aa84

Browse files
authored
Merge pull request #5135 from aws/autoMerge/feature/dev-execution
Merge main into feature/dev-execution
2 parents 3d4a38e + a0ed5fe commit 7d8aa84

File tree

313 files changed

+18252
-1647
lines changed

Some content is hidden

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

313 files changed

+18252
-1647
lines changed

.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/3.47.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"date" : "2025-01-09",
3+
"version" : "3.47",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where users are unable to login to Amazon Q if they have previously authenticated (#5214)"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix incorrect text shown while updating documentation in /doc"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Code Transformation: retry initial project upload on failure"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "/transform: use correct doc link in SQL conversion help message"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q /dev: Fix issue when files are deleted while preparing context"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /test: Test generation fails for files outside the project"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Amazon Q Code Transformation: allow PostgreSQL as target DB for SQL conversions"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Fix incorrect accept and reject buttons shows up while hovering over the generated file"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Prevent customization override if user has manually selected a customization"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Align UX text of document generation flow with vs code version"
34+
} ]
35+
}

.changes/3.48.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"date" : "2025-01-16",
3+
"version" : "3.48",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Enhance Q inline completion context fetching for better suggestion quality"
7+
}, {
8+
"type" : "feature",
9+
"description" : "/doc: Add error message if updated README is too large"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "/transform: always include button to start a new transformation at the end of a job"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q can update mvn and gradle build files"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix doc generation for modules that are a part of the project"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "/transform: automatically open pre-build error logs when available"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "/doc: Fix code generation error when cancelling a documentation task"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q - update messaging for /doc agent"
31+
} ]
32+
}

.changes/3.49.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-01-17",
3+
"version" : "3.49",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "/review: Improved success rate of code reviews for certain workspace configurations"
7+
} ]
8+
}

.changes/next-release/.changes/next-release/bugfix-21701bb3-5189-474e-868b-9ec46ecde6ee.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" : "Fixed an issue where Amazon Q settings did not persist across IDE restarts"
4+
}

0 commit comments

Comments
 (0)