Skip to content

Commit f456863

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.9
1 parent 23e107d commit f456863

6 files changed

+19
-13
lines changed

.changes/2.9.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-02-22",
3+
"version" : "2.9",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add startUrl in Amazon Q telemetry events"
7+
}, {
8+
"type" : "feature",
9+
"description" : "CodeTransformation: block upload if project > 1GB"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q: Service exceptions are not suppressed and displayed to the user."
13+
} ]
14+
}

.changes/next-release/bugfix-2f848e2b-d35e-40a9-a89e-59e5bb8df212.json

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

.changes/next-release/feature-1c4423b5-4012-42ca-b507-36b93e88cc44.json

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

.changes/next-release/feature-b52a1e50-c015-4dac-a1fb-aa14ea900972.json

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _2.8_ (2024-02-15)
2+
- **(Feature)** CodeTransform: smart select Java version of project
3+
- **(Bug Fix)** Fix for AmazonQ on Linux input focus problem ([#4100](https://github.com/aws/aws-toolkit-jetbrains/issues/4100))
4+
15
# _2.7_ (2024-02-07)
26
- **(Bug Fix)** CodeWhisperer: Improve CodePercentage telemetry reporting
37

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.9-SNAPSHOT
5+
toolkitVersion=2.9
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)