Skip to content

Commit 2b38474

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.4
1 parent 903cf33 commit 2b38474

7 files changed

+24
-17
lines changed

.changes/3.4.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-05-16",
3+
"version" : "3.4",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q Chat: Prompt input field in Q Chat tabs doesn't stop after it reaches to the given maxLength"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Chat: When window gets focus, even though the autoFocus property is set to true, input field doesn't get focus"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Chat: Inside chat body, if there is a code block inside a list item it shows <br/> tags"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Security Scan: Improved error notifications"
16+
} ]
17+
}

.changes/next-release/bugfix-20d3ae15-c11a-4746-bdfc-222e7821db6c.json

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

.changes/next-release/bugfix-78d6a195-205c-4cc3-b5d9-a97366014aca.json

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

.changes/next-release/bugfix-cf7feded-bf79-4e3d-aee8-3d09c79181fe.json

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

.changes/next-release/bugfix-dbdc4495-49ce-4635-939b-9e6f50c105eb.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _3.4_ (2024-05-16)
2+
- **(Bug Fix)** Amazon Q Chat: Prompt input field in Q Chat tabs doesn't stop after it reaches to the given maxLength
3+
- **(Bug Fix)** Amazon Q Chat: When window gets focus, even though the autoFocus property is set to true, input field doesn't get focus
4+
- **(Bug Fix)** Amazon Q Chat: Inside chat body, if there is a code block inside a list item it shows <br/> tags
5+
- **(Bug Fix)** Security Scan: Improved error notifications
6+
17
# _3.3_ (2024-05-14)
28
- **(Bug Fix)** Don't use `authorization_grant` when performing SSO login with legacy SSO or non-commercial AWS regions
39

gradle.properties

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT
5+
toolkitVersion=3.4
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)