Skip to content

Commit bb46a97

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.3
1 parent d0983ee commit bb46a97

9 files changed

+37
-25
lines changed

.changes/2.3.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-01-05",
3+
"version" : "2.3",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Emit additional CodeTransform telemetry"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q Transform: Use the IDE Maven runner as a fallback"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Add Job Id to Code Transform Job History"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q Transform: Always execute IDE bundled maven whenever maven command fails"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Improved recursion when validating projects for Q Code Transform."
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "CodeWhisperer: fix code scan UI of viewing scanned files not reflecting correct files"
22+
} ]
23+
}

.changes/next-release/bugfix-0cd6cb68-2ee7-4e79-8f6d-18c6a5592731.json

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

.changes/next-release/bugfix-4c31acbd-6839-4b1f-a0ec-7e2c8402e6ff.json

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

.changes/next-release/bugfix-93539e42-9905-4458-9ce2-d75f50b2aa6c.json

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

.changes/next-release/feature-09c9bb6d-d79b-4bbc-9241-735f0efc1098.json

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

.changes/next-release/feature-94919c2c-0d33-4f58-9c8e-f5b8cb661d1f.json

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

.changes/next-release/feature-c84d6202-5fca-44b9-b30a-da4d9d30f177.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# _2.2_ (2023-12-13)
2+
- **(Feature)** CodeWhisperer security scans support ruby files.
3+
- **(Feature)** Use MDE endpoint set by environment variable
4+
- **(Feature)** CodeWhisperer security scans now support Go files.
5+
- **(Bug Fix)** Normalize telemetry logging metrics for AmazonQ Transform
6+
- **(Bug Fix)** Fix telemetry logging for new Amazon Q Code Transform telemetry updates
7+
- **(Bug Fix)** CodeWhisperer: Increase polling frequency for security scans.
8+
- **(Bug Fix)** Fixed sign out button in the CodeWhisperer panel for Getting Started Page
9+
- **(Bug Fix)** Fix issue where the CodeWhisperer status bar widget is visible in a remote development environment
10+
- **(Bug Fix)** Amazon Q Transform: Fix to ensure backend gets necessary dependencies
11+
- **(Removal)** Removed support for 2022.3.x IDEs
12+
- **(Removal)** Removed support for Gateway 2023.2
13+
114
# _2.1_ (2023-12-04)
215
- **(Feature)** CodeWhisperer: Simplify Learn More page
316
- **(Bug Fix)** CodeWhisperer: Security scans for Java no longer require build artifacts

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.3-SNAPSHOT
5+
toolkitVersion=2.3
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)