Skip to content

Commit db973f5

Browse files
committed
Merge branch 'master' into process/track
2 parents 7a702ff + 2b047ac commit db973f5

File tree

79 files changed

+782
-672
lines changed

Some content is hidden

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

79 files changed

+782
-672
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,7 @@ module.exports = {
209209
],
210210
},
211211
],
212+
213+
'prettier/prettier': ['error', { endOfLine: 'auto' }],
212214
},
213215
}

package-lock.json

Lines changed: 12 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amazonq/.changes/1.42.0.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"date": "2025-01-09",
3+
"version": "1.42.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q /doc: Improve button text phrasing"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q /dev: Fix issue when files are deleted while preparing context"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Code Transformation: allow POSTGRESQL as target DB for SQL conversions"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Fix context menu displaying when typing @, even though input is disallowed"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Amazon Q can update mvn and gradle build files"
24+
},
25+
{
26+
"type": "Bug Fix",
27+
"description": "/transform: use correct documentation link in SQL conversion help message"
28+
},
29+
{
30+
"type": "Bug Fix",
31+
"description": "Up/down history navigation only triggering on first/last line of prompt input"
32+
},
33+
{
34+
"type": "Bug Fix",
35+
"description": "Amazon Q /test: Fix to redirect /test to generate tests in chat for external files out of workspace scope."
36+
},
37+
{
38+
"type": "Bug Fix",
39+
"description": "/review: Code block extends beyond page margins in code issue detail view"
40+
},
41+
{
42+
"type": "Bug Fix",
43+
"description": "Amazon Q Code Transformation: retry project upload up to 3 times"
44+
},
45+
{
46+
"type": "Feature",
47+
"description": "Amazon Q Code Transformation: add view summary button in chat"
48+
},
49+
{
50+
"type": "Feature",
51+
"description": "Amazon Q: new code syntax highlighter for improved accuracy"
52+
},
53+
{
54+
"type": "Removal",
55+
"description": "Settings: No longer migrate old CodeWhisperer settings or initialize telemetry setting from AWS Toolkit."
56+
}
57+
]
58+
}

packages/amazonq/.changes/next-release/Bug Fix-525ae1a7-9ded-4bd1-8357-0a4c0e7fe33f.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": "Bug Fix",
3+
"description": "Fix inline completion supplementalContext length exceeding maximum in certain cases"
4+
}

packages/amazonq/.changes/next-release/Bug Fix-99919167-cb02-4bb1-846a-949a55b37130.json

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

packages/amazonq/.changes/next-release/Bug Fix-c0428af9-a9e5-4f7f-a4f3-9cfe4ea851c9.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": "Bug Fix",
3+
"description": "User-selected customizations are sometimes not being persisted."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
4+
}

packages/amazonq/.changes/next-release/Bug Fix-f7bb3f35-1b43-4604-b3bd-c2e7f1b65083.json

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

0 commit comments

Comments
 (0)