Skip to content

Commit 5d1e53c

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.28
1 parent c9c8505 commit 5d1e53c

8 files changed

+28
-21
lines changed

.changes/3.28.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-09-11",
3+
"version" : "3.28",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Improve workspace indexing by only index files that are changed since last indexing"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue preventing login when running on 2024.2 remote environments"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Automatically start workspace indexing when new project is opened"
16+
}, {
17+
"type" : "removal",
18+
"description" : "Amazon Q Feature dev: Improve quality and UX by removing approach generation flow"
19+
} ]
20+
}

.changes/next-release/bugfix-2a296b4e-adf4-4903-8720-5e852c601f33.json

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

.changes/next-release/bugfix-cd92f642-5446-4fd0-af24-8cef32527208.json

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

.changes/next-release/bugfix-edf5d8d4-7e65-4c0d-9f20-216b8cef08eb.json

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

.changes/next-release/feature-c4710184-9e85-4179-a92e-9b7c5ca27410.json

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

.changes/next-release/removal-14da4406-6839-4c23-a82e-df9ad486c446.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.28_ (2024-09-11)
2+
- **(Feature)** Improve workspace indexing by only index files that are changed since last indexing
3+
- **(Bug Fix)** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts
4+
- **(Bug Fix)** Fix issue preventing login when running on 2024.2 remote environments
5+
- **(Bug Fix)** Automatically start workspace indexing when new project is opened
6+
- **(Removal)** Amazon Q Feature dev: Improve quality and UX by removing approach generation flow
7+
18
# _3.27_ (2024-09-05)
29
- **(Feature)** Reduce `@workspace` indexing time by 50%
310
- **(Feature)** Amazon Q /dev: include in progress state agent in code generation

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.28-SNAPSHOT
5+
toolkitVersion=3.28
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)