Skip to content

Commit ba1360e

Browse files
authored
Merge branch 'main' into main
2 parents 221fbfa + b0fab5e commit ba1360e

File tree

35 files changed

+286
-454
lines changed

35 files changed

+286
-454
lines changed

.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/next-release/bugfix-552a4676-3214-4321-a332-344bdf9f1830.json

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

.changes/next-release/bugfix-58a31adb-0d87-4a2d-ac83-9b5846e023e6.json

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

.changes/next-release/bugfix-6a2d9629-1cc1-4143-8950-cfd117fcabe3.json

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

.changes/next-release/bugfix-8ccd7b78-550a-42c5-ab9c-151977ff6e96.json

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

.changes/next-release/bugfix-b6572d91-e5b4-4b2d-bb43-6a331aacc79c.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" : "/doc: Fix code generation error when cancelling a documentation task"
4+
}

.changes/next-release/bugfix-ba3d37ee-8792-4979-b9de-e7e6320089b5.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" : "Amazon Q - update messaging for /doc agent"
4+
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# _3.47_ (2025-01-09)
2+
- **(Bug Fix)** Fix issue where users are unable to login to Amazon Q if they have previously authenticated ([#5214](https://github.com/aws/aws-toolkit-jetbrains/issues/5214))
3+
- **(Bug Fix)** Fix incorrect text shown while updating documentation in /doc
4+
- **(Bug Fix)** Amazon Q Code Transformation: retry initial project upload on failure
5+
- **(Bug Fix)** /transform: use correct doc link in SQL conversion help message
6+
- **(Bug Fix)** Amazon Q /dev: Fix issue when files are deleted while preparing context
7+
- **(Bug Fix)** Amazon Q /test: Test generation fails for files outside the project
8+
- **(Bug Fix)** Amazon Q Code Transformation: allow PostgreSQL as target DB for SQL conversions
9+
- **(Bug Fix)** Fix incorrect accept and reject buttons shows up while hovering over the generated file
10+
- **(Bug Fix)** Prevent customization override if user has manually selected a customization
11+
- **(Bug Fix)** Align UX text of document generation flow with vs code version
12+
113
# _3.46_ (2024-12-17)
214
- **(Feature)** /review: Code fix automatically scrolls into view after generation.
315
- **(Feature)** Chat: improve font size and line-height in footer (below prompt input field)

0 commit comments

Comments
 (0)