Skip to content

Commit

Permalink
Updating version to 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 15, 2024
1 parent f36a16e commit 4e9775e
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 41 deletions.
35 changes: 35 additions & 0 deletions .changes/3.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"date" : "2024-08-15",
"version" : "3.23",
"entries" : [ {
"type" : "bugfix",
"description" : "Fix NPE in Rider AWS SAM project wizard (#4768)"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Fix Tab selection scrollbar visibility which causes tabs half visible if there are several tabs open"
}, {
"type" : "bugfix",
"description" : "Amazon Q `/dev`: update supported file extensions"
}, {
"type" : "bugfix",
"description" : "Amazon Q: Optimized the workspace file collection logic which makes the collection time now only 5-10% of what it was before."
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: / command selector doesn't work if user pastes the command to prompt and submits"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Related link previews sometimes remain on screen and block the whole Chat UI"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: @ context selector conflicts with some use cases where the user wants use @ character for a word in the prompt itself"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Fix Header items in card bodies don't wrap if they don't contain spaces"
}, {
"type" : "removal",
"description" : "Removed support for 2023.2.x IDEs"
}, {
"type" : "removal",
"description" : "Removed support for Gateway 2024.1"
} ]
}

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.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# _3.23_ (2024-08-15)
- **(Bug Fix)** Fix NPE in Rider AWS SAM project wizard ([#4768](https://github.com/aws/aws-toolkit-jetbrains/issues/4768))
- **(Bug Fix)** Amazon Q Chat: Fix Tab selection scrollbar visibility which causes tabs half visible if there are several tabs open
- **(Bug Fix)** Amazon Q `/dev`: update supported file extensions
- **(Bug Fix)** Amazon Q: Optimized the workspace file collection logic which makes the collection time now only 5-10% of what it was before.
- **(Bug Fix)** Amazon Q Chat: / command selector doesn't work if user pastes the command to prompt and submits
- **(Bug Fix)** Amazon Q Chat: Related link previews sometimes remain on screen and block the whole Chat UI
- **(Bug Fix)** Amazon Q Chat: @ context selector conflicts with some use cases where the user wants use @ character for a word in the prompt itself
- **(Bug Fix)** Amazon Q Chat: Fix Header items in card bodies don't wrap if they don't contain spaces
- **(Removal)** Removed support for 2023.2.x IDEs
- **(Removal)** Removed support for Gateway 2024.1

# _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
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.23-SNAPSHOT
toolkitVersion=3.23

# Publish Settings
publishToken=
Expand Down

0 comments on commit 4e9775e

Please sign in to comment.