Skip to content

Commit 9a4182d

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.22
1 parent f8c0d03 commit 9a4182d

10 files changed

+36
-29
lines changed

.changes/3.22.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-08-08",
3+
"version" : "3.22",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "feat(Amazon Q Code Transformation): warn user if absolute path found in pom.xml"
7+
}, {
8+
"type" : "feature",
9+
"description" : "feat(Amazon Q Code Transformation): show pro tier users estimated cost of /transform on projects over 100K lines"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "fix(Amazon Q Code Transformation): prevent empty chat bubble from appearing when starting or cancelling a transformation"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q /dev: include a retry option for the same prompt after folder reselection"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix inability to open files on double click and open context menu on right click in the S3 bucket viewer"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "fix(amazonq): Amazon Q chat `@workspace` uses more than 20% cpu"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Fix 'Cannot create extension' in AWS Toolkit"
25+
} ]
26+
}

.changes/next-release/bugfix-662fcf96-e246-4f11-b9e9-0f19468e26af.json

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

.changes/next-release/bugfix-9a3c52ef-3eb1-4199-af61-197255878642.json

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

.changes/next-release/bugfix-a082ba78-f0ed-4117-8b7f-be1ca32f7ddb.json

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

.changes/next-release/bugfix-a5c03c3c-3d5c-454b-8d52-1d125ca0a5cc.json

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

.changes/next-release/bugfix-b4cd2bf1-b04d-49ba-8406-4d34f8c2ac6a.json

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

.changes/next-release/feature-7de35bb8-364d-4397-9760-57a220132300.json

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

.changes/next-release/feature-aad3e6d1-c259-4f42-ae2a-be2096853095.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# _3.22_ (2024-08-08)
2+
- **(Feature)** feat(Amazon Q Code Transformation): warn user if absolute path found in pom.xml
3+
- **(Feature)** feat(Amazon Q Code Transformation): show pro tier users estimated cost of /transform on projects over 100K lines
4+
- **(Bug Fix)** fix(Amazon Q Code Transformation): prevent empty chat bubble from appearing when starting or cancelling a transformation
5+
- **(Bug Fix)** Amazon Q /dev: include a retry option for the same prompt after folder reselection
6+
- **(Bug Fix)** Fix inability to open files on double click and open context menu on right click in the S3 bucket viewer
7+
- **(Bug Fix)** fix(amazonq): Amazon Q chat `@workspace` uses more than 20% cpu
8+
- **(Bug Fix)** Fix 'Cannot create extension' in AWS Toolkit
9+
110
# _3.21_ (2024-08-01)
211
- **(Bug Fix)** Fix NullPointerException that may happen when re-authenticating to Amazon Q
312
- **(Bug Fix)** Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible

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.22-SNAPSHOT
5+
toolkitVersion=3.22
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)