Skip to content

Commit

Permalink
Updating version to 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 8, 2024
1 parent f8c0d03 commit 9a4182d
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 29 deletions.
26 changes: 26 additions & 0 deletions .changes/3.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"date" : "2024-08-08",
"version" : "3.22",
"entries" : [ {
"type" : "feature",
"description" : "feat(Amazon Q Code Transformation): warn user if absolute path found in pom.xml"
}, {
"type" : "feature",
"description" : "feat(Amazon Q Code Transformation): show pro tier users estimated cost of /transform on projects over 100K lines"
}, {
"type" : "bugfix",
"description" : "fix(Amazon Q Code Transformation): prevent empty chat bubble from appearing when starting or cancelling a transformation"
}, {
"type" : "bugfix",
"description" : "Amazon Q /dev: include a retry option for the same prompt after folder reselection"
}, {
"type" : "bugfix",
"description" : "Fix inability to open files on double click and open context menu on right click in the S3 bucket viewer"
}, {
"type" : "bugfix",
"description" : "fix(amazonq): Amazon Q chat `@workspace` uses more than 20% cpu"
}, {
"type" : "bugfix",
"description" : "Fix 'Cannot create extension' in AWS Toolkit"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# _3.22_ (2024-08-08)
- **(Feature)** feat(Amazon Q Code Transformation): warn user if absolute path found in pom.xml
- **(Feature)** feat(Amazon Q Code Transformation): show pro tier users estimated cost of /transform on projects over 100K lines
- **(Bug Fix)** fix(Amazon Q Code Transformation): prevent empty chat bubble from appearing when starting or cancelling a transformation
- **(Bug Fix)** Amazon Q /dev: include a retry option for the same prompt after folder reselection
- **(Bug Fix)** Fix inability to open files on double click and open context menu on right click in the S3 bucket viewer
- **(Bug Fix)** fix(amazonq): Amazon Q chat `@workspace` uses more than 20% cpu
- **(Bug Fix)** Fix 'Cannot create extension' in AWS Toolkit

# _3.21_ (2024-08-01)
- **(Bug Fix)** Fix NullPointerException that may happen when re-authenticating to Amazon Q
- **(Bug Fix)** Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.22-SNAPSHOT
toolkitVersion=3.22

# Publish Settings
publishToken=
Expand Down

0 comments on commit 9a4182d

Please sign in to comment.