Skip to content

Commit 0e4a1d7

Browse files
author
aws-toolkit-automation
committed
Merge branch 'release-3.47'
2 parents a9628e1 + bbaa84d commit 0e4a1d7

13 files changed

+48
-41
lines changed

.changes/3.47.json

+35
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-213273c1-12a5-47d1-b973-499d25e1d68e.json

-4
This file was deleted.

.changes/next-release/bugfix-3e9ee812-d817-4c0d-9389-7b32d4049441.json

-4
This file was deleted.

.changes/next-release/bugfix-552a4676-3214-4321-a332-344bdf9f1830.json

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

.changes/next-release/bugfix-8c6afa32-afe4-41f2-a216-10d8bf5e2486.json

-4
This file was deleted.

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

-4
This file was deleted.

.changes/next-release/bugfix-acc81345-73b6-4f71-856e-76d8e0d451de.json

-4
This file was deleted.

.changes/next-release/bugfix-b6572d91-e5b4-4b2d-bb43-6a331aacc79c.json

-4
This file was deleted.

.changes/next-release/bugfix-ba3d37ee-8792-4979-b9de-e7e6320089b5.json

-4
This file was deleted.

CHANGELOG.md

+12
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)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.47-SNAPSHOT
5+
toolkitVersion=3.48-SNAPSHOT
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)