Skip to content

Commit 3b6cdc3

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.55
1 parent 19931e5 commit 3b6cdc3

9 files changed

+32
-25
lines changed

.changes/3.55.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2025-02-13",
3+
"version" : "3.55",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/transform: support transformations to Java 21"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Enable syntax highlighting when viewing diff for /test"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q /test: Truncating user input to 4096 characters for unit test generation."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q /review: Unable to navigate to code location when selecting issues"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q /test: Q identify active test file and infer source file for test generation."
19+
}, {
20+
"type" : "removal",
21+
"description" : "Amazon Q: Revert prefetch logic to enable more stable inline completion."
22+
} ]
23+
}

.changes/next-release/bugfix-3b7843b4-9673-4afa-90e8-7c4278f0d0fe.json

-4
This file was deleted.

.changes/next-release/bugfix-47911d01-4571-42a5-b447-d443910e8aee.json

-4
This file was deleted.

.changes/next-release/bugfix-572380a5-32ca-490b-9a38-caf365871328.json

-4
This file was deleted.

.changes/next-release/bugfix-62042604-3335-445b-90f6-d6f688087c9d.json

-4
This file was deleted.

.changes/next-release/feature-a6b77635-5ddb-42c9-a31a-518f8cae1ebc.json

-4
This file was deleted.

.changes/next-release/removal-758edd1c-4ebd-49c6-8ad8-0ec59a5d9f0b.json

-4
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _3.55_ (2025-02-13)
2+
- **(Feature)** /transform: support transformations to Java 21
3+
- **(Bug Fix)** Enable syntax highlighting when viewing diff for /test
4+
- **(Bug Fix)** Amazon Q /test: Truncating user input to 4096 characters for unit test generation.
5+
- **(Bug Fix)** Amazon Q /review: Unable to navigate to code location when selecting issues
6+
- **(Bug Fix)** Amazon Q /test: Q identify active test file and infer source file for test generation.
7+
- **(Removal)** Amazon Q: Revert prefetch logic to enable more stable inline completion.
8+
19
# _3.54_ (2025-02-11)
210
- **(Bug Fix)** Amazon Q: Reverting the behavior of making JetBrains suggestions(IntelliSense) and Q suggestions co-exist
311

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.55-SNAPSHOT
5+
toolkitVersion=3.55
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)