Skip to content

Commit 4ad1fd9

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.62
1 parent f2fcf7d commit 4ad1fd9

8 files changed

+28
-21
lines changed

.changes/3.62.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-04-03",
3+
"version" : "3.62",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/review: automatically generate fix without clicking Generate Fix button"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "/transform: prompt user to re-authenticate if credentials expire during transformation"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Gracefully handle additional fields in Amazon Q /dev code generation result without throwing errors"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "/review: set programmingLanguage to Plaintext if language is unknown"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "/review: Respect user option to allow code suggestions with references"
19+
} ]
20+
}

.changes/next-release/bugfix-29d1b3f1-b7e6-489d-b614-49f7d908f221.json

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

.changes/next-release/bugfix-7ebf9104-80a4-452e-a07a-0966078fe077.json

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

.changes/next-release/bugfix-a9690f2d-611f-45f6-82d1-c3a9e17a6b6b.json

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

.changes/next-release/feature-21a9e26b-edbf-4ad3-a5f4-2662420d4f0d.json

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

.changes/next-release/feature-4e0e76eb-a634-47e2-9e73-4e7dfde76160.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.62_ (2025-04-03)
2+
- **(Feature)** /review: automatically generate fix without clicking Generate Fix button
3+
- **(Bug Fix)** /transform: prompt user to re-authenticate if credentials expire during transformation
4+
- **(Bug Fix)** Gracefully handle additional fields in Amazon Q /dev code generation result without throwing errors
5+
- **(Bug Fix)** /review: set programmingLanguage to Plaintext if language is unknown
6+
- **(Bug Fix)** /review: Respect user option to allow code suggestions with references
7+
18
# _3.61_ (2025-03-27)
29
- **(Feature)** Amazon Q: Moved "Include suggestions with code references" setting to General
310
- **(Feature)** Add support for 2025.1

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.62-SNAPSHOT
5+
toolkitVersion=3.62
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)