Skip to content

Commit b6a860b

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.29
1 parent f8db362 commit b6a860b

7 files changed

+24
-17
lines changed

.changes/3.29.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-09-19",
3+
"version" : "3.29",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Support `@workspace` queries for specific files like \"`@workspace` what does test.ts do?\". "
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Feature Dev: fix iteration count messaging during code insertion"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix UI slowdown when Amazon Q Inline Suggestions are enabled, but token cannot be refreshed (#4868)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix \"read access\" error that may occur when Amazon Q Inline Suggestion is building context (#4888) (#4848)"
16+
} ]
17+
}

.changes/next-release/bugfix-12d3aae3-57ab-41d1-b6ab-6cebae42378b.json

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

.changes/next-release/bugfix-21ad7a75-f4aa-4f92-a120-cff1715a6cd5.json

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

.changes/next-release/bugfix-347b52b8-cbfb-43f3-8c2e-466362af40e6.json

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

.changes/next-release/feature-bdbd3a92-1394-4a97-b601-755157d20b15.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _3.29_ (2024-09-19)
2+
- **(Feature)** Support `@workspace` queries for specific files like "`@workspace` what does test.ts do?".
3+
- **(Bug Fix)** Amazon Q Feature Dev: fix iteration count messaging during code insertion
4+
- **(Bug Fix)** Fix UI slowdown when Amazon Q Inline Suggestions are enabled, but token cannot be refreshed ([#4868](https://github.com/aws/aws-toolkit-jetbrains/issues/4868))
5+
- **(Bug Fix)** Fix "read access" error that may occur when Amazon Q Inline Suggestion is building context ([#4888](https://github.com/aws/aws-toolkit-jetbrains/issues/4888)) ([#4848](https://github.com/aws/aws-toolkit-jetbrains/issues/4848))
6+
17
# _3.28_ (2024-09-11)
28
- **(Feature)** Improve workspace indexing by only index files that are changed since last indexing
39
- **(Bug Fix)** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts

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.29-SNAPSHOT
5+
toolkitVersion=3.29
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)