Skip to content

Commit 46a7e2d

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.44
1 parent dbedbc1 commit 46a7e2d

8 files changed

+28
-21
lines changed

.changes/3.44.json

+20
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/next-release/bugfix-18ac498d-87df-4ba5-ab3d-174e98733510.json

-4
This file was deleted.

.changes/next-release/bugfix-73718954-d059-46a6-a4e1-c5132da073b1.json

-4
This file was deleted.

.changes/next-release/bugfix-7391344e-e006-4fc0-bea0-0c5ee2db3be0.json

-4
This file was deleted.

.changes/next-release/feature-3171e147-0136-449d-b5d7-25c176447b86.json

-4
This file was deleted.

.changes/next-release/feature-f74db7ad-9389-44af-8acb-2d64e9b99427.json

-4
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.44_ (2024-12-04)
2+
- **(Feature)** Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours
3+
- **(Feature)** Amazon Q: Navigate through prompt history by using the up/down arrows
4+
- **(Bug Fix)** Fix issue where Amazon Q Code Transform is unable to start
5+
- **(Bug Fix)** Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start ([#5012](https://github.com/aws/aws-toolkit-jetbrains/issues/5012)) ([#5120](https://github.com/aws/aws-toolkit-jetbrains/issues/5120))
6+
- **(Bug Fix)** Amazon Q: Fix chat syntax highlighting when using several different themes
7+
18
# _3.43_ (2024-12-03)
29
- **(Feature)** `/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes
310
- **(Feature)** `/test` in Q chat to generate unit tests for java and python

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.44-SNAPSHOT
5+
toolkitVersion=3.44
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)