Skip to content

Commit ac6c282

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.10
1 parent 2e69ea8 commit ac6c282

6 files changed

+20
-13
lines changed

.changes/2.10.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-02-29",
3+
"version" : "2.10",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q CodeTransform: show link to docs in error notifications"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Security issue hover telemetry includes additional metadata"
10+
}, {
11+
"type" : "feature",
12+
"description" : "CodeWhisperer: Add startUrl to security scan telemetry"
13+
} ]
14+
}

.changes/next-release/feature-339f53dd-85a6-44f4-aa0b-37a1103927e6.json

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

.changes/next-release/feature-71ef1996-ea3e-4f76-bda2-3eb6cc2bcdde.json

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

.changes/next-release/feature-9bc489b4-9702-4a97-9809-b1978175ffaa.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _2.9_ (2024-02-22)
2+
- **(Feature)** Add startUrl in Amazon Q telemetry events
3+
- **(Feature)** CodeTransformation: block upload if project > 1GB
4+
- **(Bug Fix)** Amazon Q: Service exceptions are not suppressed and displayed to the user.
5+
16
# _2.8_ (2024-02-15)
27
- **(Feature)** CodeTransform: smart select Java version of project
38
- **(Bug Fix)** Fix for AmazonQ on Linux input focus problem ([#4100](https://github.com/aws/aws-toolkit-jetbrains/issues/4100))

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.10-SNAPSHOT
5+
toolkitVersion=2.10
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)