Skip to content

Commit 08637ee

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.17
1 parent a2867d2 commit 08637ee

7 files changed

+24
-17
lines changed

.changes/3.17.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-07-15",
3+
"version" : "3.17",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q/dev: proactively show code generation iterations"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Don't allow Q/Core to be installed in the unsupported thin client context (#4658)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "AmazonQ chat `@workspace` file indexing respects user's git-ignore"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q /dev command: improve user error messages"
16+
} ]
17+
}

.changes/next-release/bugfix-8634301a-bffb-4daf-976a-6473d7e9a40a.json

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

.changes/next-release/bugfix-a4485a1a-b5db-4d41-81fc-478cb32b39ec.json

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

.changes/next-release/bugfix-e5a31fce-e343-4e9d-a25e-35139d69d1d1.json

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

.changes/next-release/feature-dbb83daa-1648-4af8-be1b-8ba0af36e073.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.17_ (2024-07-15)
2+
- **(Feature)** Amazon Q/dev: proactively show code generation iterations
3+
- **(Bug Fix)** Don't allow Q/Core to be installed in the unsupported thin client context ([#4658](https://github.com/aws/aws-toolkit-jetbrains/issues/4658))
4+
- **(Bug Fix)** AmazonQ chat `@workspace` file indexing respects user's git-ignore
5+
- **(Bug Fix)** Amazon Q /dev command: improve user error messages
6+
17
# _3.16_ (2024-07-10)
28
- **(Feature)** Add support for [Amazon Q Chat Workspace Context](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/workspace-context.html). Customers can use `@workspace` to ask questions regarding local workspace.
39

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.17-SNAPSHOT
5+
toolkitVersion=3.17
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)