Skip to content

Commit 000092c

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.4
1 parent 9aee897 commit 000092c

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changes/2.4.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-01-10",
3+
"version" : "2.4",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix Code Transform Plan UI component alignment"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix Code Transform uploaded artifact file paths when submitting from Windows machine"
10+
} ]
11+
}

.changes/next-release/bugfix-c5fe39dc-62e3-4580-8fc4-d1bf7876c1d2.json

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

.changes/next-release/bugfix-e16b8891-087a-4164-a9de-1e051a7e66c0.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _2.3_ (2024-01-05)
2+
- **(Feature)** Emit additional CodeTransform telemetry
3+
- **(Feature)** Amazon Q Transform: Use the IDE Maven runner as a fallback
4+
- **(Feature)** Add Job Id to Code Transform Job History
5+
- **(Bug Fix)** Amazon Q Transform: Always execute IDE bundled maven whenever maven command fails
6+
- **(Bug Fix)** Improved recursion when validating projects for Q Code Transform.
7+
- **(Bug Fix)** CodeWhisperer: fix code scan UI of viewing scanned files not reflecting correct files
8+
19
# _2.2_ (2023-12-13)
210
- **(Feature)** CodeWhisperer security scans support ruby files.
311
- **(Feature)** Use MDE endpoint set by environment variable

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=2.4-SNAPSHOT
5+
toolkitVersion=2.4
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)