Skip to content

Commit c9a5d3e

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.67
1 parent 85d78db commit c9a5d3e

8 files changed

+28
-21
lines changed

.changes/3.67.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-04-18",
3+
"version" : "3.67",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q: Customization now resets with a warning if unavailable in the selected profile."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Q panel will get stuck while signin if users have multiple windows"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix integer overflow when local context index input is larger than 2GB"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix workspace index process quits when hitting a race condition"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix infinite loop when workspace indexing server fails to initialize"
19+
} ]
20+
}

.changes/next-release/bugfix-a70cb565-5de8-4302-9f1e-71925f78061b.json

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

.changes/next-release/bugfix-afb46d2b-24c7-48be-94b1-02a7f56cbde0.json

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

.changes/next-release/bugfix-d2a9278c-d71f-463f-b899-f56a587829e8.json

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

.changes/next-release/bugfix-de10b7d3-8c8a-4968-88cb-ed28ce3a553e.json

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

.changes/next-release/bugfix-f31946b6-3709-44a5-b23f-9fa202bd5cb5.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.67_ (2025-04-18)
2+
- **(Bug Fix)** Amazon Q: Customization now resets with a warning if unavailable in the selected profile.
3+
- **(Bug Fix)** Q panel will get stuck while signin if users have multiple windows
4+
- **(Bug Fix)** Fix integer overflow when local context index input is larger than 2GB
5+
- **(Bug Fix)** Fix workspace index process quits when hitting a race condition
6+
- **(Bug Fix)** Fix infinite loop when workspace indexing server fails to initialize
7+
18
# _3.66_ (2025-04-11)
29
- **(Feature)** The logs emitted by the Agent during user command execution will be accepted and written to `.amazonq/dev/run_command.log` file in the user's local repository.
310
- **(Bug Fix)** Unit test generation now completes successfully when using the `/test` command

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.67-SNAPSHOT
5+
toolkitVersion=3.67
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)