Skip to content

Commit 0f93b03

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.45
1 parent 0bc4dd1 commit 0f93b03

9 files changed

+32
-25
lines changed

.changes/3.45.json

+23
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/next-release/bugfix-1507b9a1-02ba-426c-b08d-e8ac8ca1e83d.json

-4
This file was deleted.

.changes/next-release/bugfix-4188d9b7-63eb-4e12-b3ee-4aec88b546be.json

-4
This file was deleted.

.changes/next-release/bugfix-48a5cdf7-da5b-4b77-b7b6-a0996d3cf7ff.json

-4
This file was deleted.

.changes/next-release/bugfix-64bb518a-0010-4d02-aef8-90487f096b15.json

-4
This file was deleted.

.changes/next-release/bugfix-8a4575bc-0263-45cb-bf85-04620e306a8f.json

-4
This file was deleted.

.changes/next-release/feature-d6ec19f0-49b2-4abe-ba30-c946dae6ce27.json

-4
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _3.45_ (2024-12-10)
2+
- **(Feature)** Add acknowledgement button for Amazon Q Chat disclaimer
3+
- **(Bug Fix)** Chosing cancel on sign out confirmation now cancels the sign out and does not delete profiles from ~/.aws/config ([#5167](https://github.com/aws/aws-toolkit-jetbrains/issues/5167))
4+
- **(Bug Fix)** Fix `@workspace` missing from the Amazon Q Chat welcome tab
5+
- **(Bug Fix)** Fix for /review LLM based code issues for file review on windows
6+
- **(Bug Fix)** Fix for File Review payload and Regex error for payload generation
7+
- **(Bug Fix)** Amazon Q Code Transformation: show build logs when server-side build fails
8+
19
# _3.44_ (2024-12-04)
210
- **(Feature)** Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours
311
- **(Feature)** Amazon Q: Navigate through prompt history by using the up/down arrows

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.45-SNAPSHOT
5+
toolkitVersion=3.45
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)