Skip to content

Commit e6a4a3c

Browse files
authored
Merge branch 'main' into regionExpansion_fixlaunch_api
2 parents abc3290 + 58993bc commit e6a4a3c

File tree

75 files changed

+5100
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5100
-71
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+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "/review: disabled highlighter for ignored issues"
4+
}

.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.68-SNAPSHOT
66

77
# Publish Settings
88
publishToken=

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
106106
kotlin-stdLibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
107107
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
108108
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
109+
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
109110
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoKotlin" }
110111
mockk = { module = "io.mockk:mockk", version.ref="mockk" }
111112
nimbus-jose-jwt = {module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbus-jose-jwt"}
@@ -121,7 +122,7 @@ zjsonpatch = { module = "com.flipkart.zjsonpatch:zjsonpatch", version.ref = "zjs
121122
[bundles]
122123
jackson = ["jackson-datetime", "jackson-kotlin", "jackson-yaml", "jackson-xml"]
123124
kotlin = ["kotlin-stdLibJdk8", "kotlin-reflect"]
124-
mockito = ["mockito-core", "mockito-kotlin"]
125+
mockito = ["mockito-core", "mockito-junit-jupiter", "mockito-kotlin"]
125126
sshd = ["sshd-core", "sshd-scp", "sshd-sftp"]
126127

127128
[plugins]

0 commit comments

Comments
 (0)